LLVM backend for 6502
Go to file
2012-09-22 21:07:59 +00:00
autoconf Add an --enable-backtraces option to configure to determine 2012-09-21 23:03:29 +00:00
bindings add support for ocaml 3.12 2012-09-02 14:42:56 +00:00
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs docs: Fix long-standing typo in yaml2obj.rst. 2012-09-21 19:48:16 +00:00
examples
include Machine Model (-schedmodel only). Added SchedAliases. 2012-09-22 02:24:21 +00:00
lib ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] 2012-09-22 13:12:28 +00:00
projects [CMake] Respect LLVM_BUILD_RUNTIME. 2012-09-21 22:49:06 +00:00
runtime
test Enhance test case of atomic16 to verify inst encoding fixed in r164453. 2012-09-22 21:07:59 +00:00
tools Make sure lli compiles all code before invalidating instruction caches. 2012-09-20 08:46:30 +00:00
unittests This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. 2012-09-19 20:46:12 +00:00
utils Machine Model (-schedmodel only). Added SchedAliases. 2012-09-22 02:24:21 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Add an --enable-backtraces option to configure to determine 2012-09-21 23:03:29 +00:00
CREDITS.TXT Add IRC handle. 2012-09-11 07:50:40 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
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.