LLVM backend for 6502
Go to file
Misha Brukman 35e83cc970 * Add option to read isLittleEndianEncoding for InstrInfo classes
* Doxygen-ify some function comments


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16974 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-14 05:50:43 +00:00
autoconf Set up BUILD_MODE based on the configuration so the default build mode 2004-10-13 11:53:12 +00:00
docs
examples
include/llvm Use explicit std:: qualification to avoid relying on Koenig lookup, which 2004-10-13 15:11:23 +00:00
lib When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:13:36 +00:00
projects Remove exhuberant-style comments which remained from copying file from `sample' 2004-10-11 00:56:41 +00:00
runtime
test When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:12:50 +00:00
tools Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
utils * Add option to read isLittleEndianEncoding for InstrInfo classes 2004-10-14 05:50:43 +00:00
.cvsignore
configure Resolution to PR451. 2004-10-13 01:01:03 +00:00
configure_am Changes for automake. 2004-10-13 11:56:07 +00:00
CREDITS.TXT Update email address 2004-09-23 04:39:30 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile_config Changes for automake. 2004-10-13 11:56:07 +00:00
Makefile_rules Get rid of the horrendous FIND_PATH macro, have libs and progs linked into 2004-10-13 11:39:51 +00:00
Makefile.am
Makefile.common
Makefile.config.in
Makefile.rules Fix grammar 2004-10-11 02:06:40 +00:00
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.