LLVM backend for 6502
Go to file
David Greene 9c42bcf2ca Resolve Record Names
When resolving Record values, be sure to update the Record name as it
may contain references to the value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142511 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-19 13:03:30 +00:00
autoconf
bindings
cmake
docs Remove mention of llvm-gcc and add mention of dragonegg. 2011-10-17 20:28:54 +00:00
examples
include Call Record Initializer 2011-10-19 13:03:21 +00:00
lib Resolve Record Names 2011-10-19 13:03:30 +00:00
projects Regenerate projects/sample/configure. 2011-10-18 23:10:58 +00:00
runtime
test Generalize the reading of probability metadata to work for both branches 2011-10-19 10:32:19 +00:00
tools llvm-objdump: Add static symbol table dumping. 2011-10-18 19:32:17 +00:00
unittests
utils Duncan pointed out that sometimes CC and CXX are used to specify the compiler. Also that the configure script takes care of finding an appropriate compiler if one's not specified. 2011-10-19 09:47:00 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in build: Remove some unused code. 2011-10-18 19:27:04 +00:00
Makefile.rules
ModuleInfo.txt
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.