LLVM backend for 6502
Go to file
Eric Christopher e540a6f94a Comment out fastisel debugging message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115717 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-05 23:50:58 +00:00
autoconf
bindings
cmake Update LLVMLibDeps 2010-10-05 00:35:16 +00:00
docs s/The ARM has/The ARM backend has/ 2010-10-05 01:00:42 +00:00
examples
include Another step towards getting rid of static ctors for pass registration: have INITIALIZE_PASS AND INITIALIZE_AG_PASS 2010-10-05 22:58:16 +00:00
lib Comment out fastisel debugging message. 2010-10-05 23:50:58 +00:00
projects
runtime
test enhance tblgen to support anonymous defm's, use this to 2010-10-05 22:51:56 +00:00
tools
unittests static_cast to long, otherwise MSVC 2008 won't compile. 2010-10-04 12:31:20 +00:00
utils when david added support for #NAME# he didn't update the comments and 2010-10-05 22:59:29 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Remove trailing space. This is just an excuse to poke the 2010-10-05 20:32:15 +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.

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