LLVM backend for 6502
Go to file
2011-03-01 08:36:21 +00:00
autoconf
bindings
cmake
docs Update the documentation on "How to Release LLVM". It lays out a new way of 2011-02-28 01:10:44 +00:00
examples
include add a missing const qualifier for consistency. 2011-03-01 08:36:21 +00:00
lib Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There's 2011-03-01 08:15:50 +00:00
projects
runtime
test Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There's 2011-03-01 08:15:50 +00:00
tools Gold now rescans archives as needed, so the pass-through options are not 2011-02-27 20:30:22 +00:00
unittests
utils trailing whitespace. 2011-03-01 01:39:05 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Install include/llvm/Support/LICENSE.TXT. PR9321. 2011-02-27 13:32:50 +00:00
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.