LLVM backend for 6502
Go to file
Gabor Greif 4ecaedc771 allow 'make CPPFLAGS=<something>' work again
this makes this hack a bit more bearable
for poor souls who need to pass custom
preprocessor flags to the build process

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161240 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-03 13:31:24 +00:00
autoconf Add a BUILD_FLAGS variable so that autoconf checks have a place 2012-08-03 05:18:00 +00:00
bindings
cmake
docs Add yaml2obj. A utility to convert YAML to binaries. 2012-08-02 19:16:56 +00:00
examples
include Fall back to selection DAG isel for calls to builtin functions. 2012-08-03 04:06:28 +00:00
lib allow 'make CPPFLAGS=<something>' work again 2012-08-03 13:31:24 +00:00
projects
runtime
test Fall back to selection DAG isel for calls to builtin functions. 2012-08-03 04:06:28 +00:00
tools
unittests Add range erase, element insert, and range insert methods to 2012-08-01 08:40:48 +00:00
utils Remove redundant '== true' after a comparison. 2012-08-02 23:22:39 +00:00
.gitignore
CMakeLists.txt Add yaml2obj. A utility to convert YAML to binaries. 2012-08-02 19:16:56 +00:00
CODE_OWNERS.TXT Add the list of code owners to the top level of the LLVM source tree to 2012-07-26 08:04:09 +00:00
configure Add a BUILD_FLAGS variable so that autoconf checks have a place 2012-08-03 05:18:00 +00:00
CREDITS.TXT
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile
Makefile.common
Makefile.config.in Add a BUILD_FLAGS variable so that autoconf checks have a place 2012-08-03 05:18:00 +00:00
Makefile.rules Add a BUILD_FLAGS variable so that autoconf checks have a place 2012-08-03 05:18:00 +00:00
README.txt test commit 2012-07-11 17:34:12 +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.

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