LLVM backend for 6502
Go to file
Dan Gohman a44e522b7d Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101477 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-16 16:52:37 +00:00
autoconf Add a check for posix_spawn. 2010-04-16 05:14:21 +00:00
bindings
cmake
docs completed my pass over all 6+ months of commits, next step, format and make comprehendable. 2010-04-16 06:20:22 +00:00
examples
include reapply r101434 2010-04-16 15:33:14 +00:00
lib Fix a comment. 2010-04-16 16:52:37 +00:00
projects
runtime Delete a blank line. 2010-04-16 13:32:55 +00:00
test Disable inlining of recursive calls. It can complicate tailcallelim and 2010-04-16 16:01:18 +00:00
tools Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't 2010-04-16 04:32:20 +00:00
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt
configure Add a check for posix_spawn. 2010-04-16 05:14:21 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.