LLVM backend for 6502
Go to file
Eric Christopher 2b1ffeea28 Remove extraneous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88716 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 23:08:47 +00:00
autoconf Add the --with-c-include-dirs to llvm's configure. 2009-11-12 05:46:09 +00:00
bindings
cmake
docs lit: Start documentation testing architecture. 2009-11-10 02:41:27 +00:00
examples
include Move the FixedStackPseudoSourceValueVal enum value before InstructionVal 2009-11-13 22:24:13 +00:00
lib Remove extraneous commit. 2009-11-13 23:08:47 +00:00
projects
runtime
test Move DebugInfo checks into EmitComments and remove them from 2009-11-13 21:34:57 +00:00
tools Add compare_lower and equals_lower methods to StringRef. Switch all users of 2009-11-12 20:36:59 +00:00
unittests Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement 2009-11-13 21:58:54 +00:00
utils
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Hopefully unbreak the build by mimicking the changes on the 2009-11-12 06:48:09 +00:00
configure Add the --with-c-include-dirs to llvm's configure. 2009-11-12 05:46:09 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add the --with-c-include-dirs to llvm's configure. 2009-11-12 05:46:09 +00:00
Makefile.rules
ModuleInfo.txt
README.txt First test commit 2009-10-05 22:29:11 +00:00

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.