LLVM backend for 6502
Go to file
2012-08-02 12:09:32 +00:00
autoconf
bindings
cmake
docs Sphinxify the Code Generator document. 2012-08-02 08:49:53 +00:00
examples
include X86 Peephole: fold loads to the source register operand if possible. 2012-08-02 00:56:42 +00:00
lib JIT::runFunction(): add a fast path for functions with a single argument that is a pointer. 2012-08-02 12:09:32 +00:00
projects
runtime
test Support fpv4 for ARM Cortex-M4. 2012-08-02 08:35:55 +00:00
tools
unittests Add range erase, element insert, and range insert methods to 2012-08-01 08:40:48 +00:00
utils Add more indirection to the disassembler tables to reduce amount of space used to store the operand types and encodings. Store only the unique combinations in a separate table and store indices in the instruction table. Saves about 32K of static data. 2012-08-01 07:39:18 +00:00
.gitignore
CMakeLists.txt
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
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove 'check-dg', a wrapper around 'check-local-dg' which was just 2012-06-28 00:03:13 +00:00
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.