LLVM backend for 6502
Go to file
2011-01-03 23:59:05 +00:00
autoconf
bindings
cmake TableGen.cmake: sometimes the .td file is not in the current directory 2011-01-03 20:01:32 +00:00
docs Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to be informed when 2011-01-03 21:38:41 +00:00
examples
include Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to be informed when 2011-01-03 21:38:41 +00:00
lib Formatting changes. No functionality change. 2011-01-03 23:59:05 +00:00
projects
runtime
test Convert MC tests to .s so codegen changes won't break them. 2011-01-03 23:47:14 +00:00
tools split dom frontier handling stuff out to its own DominanceFrontier header, 2011-01-02 22:09:33 +00:00
unittests
utils Reapply 122341 to fix PR8199 now that clang changes are in. 2011-01-03 17:30:25 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.