LLVM backend for 6502
Go to file
2012-10-25 21:25:08 +00:00
autoconf
bindings
cmake
docs Update the release notes to note the change from TargetData to DataLayout. 2012-10-25 18:06:47 +00:00
examples
include [ms-inline asm] Add support for creating AsmRewrites in the target specific 2012-10-25 20:41:34 +00:00
lib Begin incorporating target information into BBVectorize. 2012-10-25 21:12:23 +00:00
projects
runtime
test Add the cpu model to the test. 2012-10-25 21:18:42 +00:00
tools Opt does not need to initialize the Asm printer/parser 2012-10-24 17:55:53 +00:00
unittests
utils Don't return false when the function's return type is a pointer. 2012-10-25 21:25:08 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703 2012-10-24 22:56:32 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
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.