LLVM backend for 6502
Go to file
2012-11-03 00:26:02 +00:00
autoconf
bindings
cmake
docs Documentation: fix typos. 2012-11-02 18:06:51 +00:00
examples
include CostModel: add support for Vector Insert and Extract. 2012-11-02 22:31:56 +00:00
lib [mips] Set flag isAsCheapAsAMove flag on instruction LUi. 2012-11-03 00:26:02 +00:00
projects
runtime libprofile/CommonProfiling.c: Fix according to C89. 2012-11-02 01:32:02 +00:00
test [mips] Set flag isAsCheapAsAMove flag on instruction LUi. 2012-11-03 00:26:02 +00:00
tools Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. 2012-11-01 00:46:04 +00:00
unittests MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. 2012-10-31 17:44:16 +00:00
utils Fix a build problem with xlc. The error message was 2012-11-02 20:57:36 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
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.