LLVM backend for 6502
Go to file
2011-11-02 17:20:24 +00:00
autoconf
bindings
cmake Fix a typo noticed by Peter Collingbourne. No one depends on this 2011-11-02 16:55:57 +00:00
docs docs: Remove an out-of-date and unnecessary tool list. 2011-11-02 15:57:05 +00:00
examples
include
lib Factor out an EmitIntExt function. No functionality change intended. 2011-11-02 17:20:24 +00:00
projects
runtime
test Rewrite LinearFunctionTestReplace to handle pointer-type IVs. 2011-11-02 17:19:57 +00:00
tools build/Make: Get rid of llvm-config-perobj, which isn't used anymore. 2011-11-02 15:56:52 +00:00
unittests
utils
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in * llvm.spec.in: update blurb 2007-07-13 09:48:29 +00:00
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.