LLVM backend for 6502
Go to file
2008-10-21 23:57:52 +00:00
autoconf Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. 2008-10-21 17:21:32 +00:00
bindings
cmake
docs
examples
include Fix comment to name "TokenFactor" instead of "Token factor". 2008-10-21 23:57:52 +00:00
lib CMake: updated lib/VMCore/CMakeLists.txt 2008-10-21 23:52:03 +00:00
projects
runtime
test Fix SelectionDAGBuild lowering of Select instructions to 2008-10-21 20:00:42 +00:00
tools Privatize PrintModulePass and PrintFunctionPass and add 2008-10-21 23:33:38 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Updated email address. 2008-10-21 19:50:00 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. 2008-10-21 17:21:32 +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.