LLVM backend for 6502
Go to file
2011-06-21 22:36:03 +00:00
autoconf
bindings
cmake
docs
examples
include IVUsers no longer needs to record the phis. 2011-06-21 15:43:52 +00:00
lib There could be more than one DBG_VALUE instructions for variables where all of them have offset based on one register. 2011-06-21 22:36:03 +00:00
projects
runtime
test Revert r133452: "Emit movq for 64-bit register to XMM register moves..." 2011-06-21 17:35:13 +00:00
tools Remove some unnecessary uses of c_str(). 2011-06-21 15:36:24 +00:00
unittests Revamp the "ConstantStruct::get" methods. Previously, these were scattered 2011-06-20 04:01:31 +00:00
utils Skip fields that don't exist in the Register class. 2011-06-20 20:56:05 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Another git svn dcommit test. This time let's hope it doesn't kill my repo. 2010-12-10 14:45:10 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Don't force remove config.cache on reconfiguration. 2011-06-17 11:08:09 +00:00
ModuleInfo.txt
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.