LLVM backend for 6502
Go to file
2012-08-13 23:13:23 +00:00
autoconf Support for experimental targets 2012-08-09 01:13:59 +00:00
bindings
cmake
docs Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
examples
include LICM uses AliasSet information to hoist and sink instructions. However, other passes, such as LoopRotate 2012-08-13 23:06:54 +00:00
lib Print out MachineBasicBlock successor weights when available. 2012-08-13 23:13:23 +00:00
projects
runtime
test MemoryDependenceAnalysis attempts to find the first memory dependency for function calls. 2012-08-13 23:03:43 +00:00
tools Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
unittests Added test for non-static use of cl::opt (fixed in r160170) 2012-08-13 10:43:36 +00:00
utils Add some missing includes for the build against stdcxx. 2012-08-10 10:53:56 +00:00
.gitignore
CMakeLists.txt Support for experimental targets 2012-08-09 01:13:59 +00:00
CODE_OWNERS.TXT
configure Support for experimental targets 2012-08-09 01:13:59 +00:00
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.