LLVM backend for 6502
Go to file
Jim Grosbach 9d40193d79 trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126733 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-01 01:39:05 +00:00
autoconf
bindings
cmake cmake: Add xdot.py support as it already exists in autoconf. 2011-02-27 04:11:05 +00:00
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 Generalize the register matching code in DAGISel a bit. 2011-03-01 01:37:19 +00:00
lib trailing whitespace. 2011-03-01 01:39:05 +00:00
projects
runtime Implementation of path profiling. 2011-01-29 01:09:53 +00:00
test Narrow right shifts need to encode their immediates differently from a normal 2011-03-01 01:00:59 +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 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 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Remove trailing space. This is just an excuse to poke the 2010-10-05 20:32:15 +00:00
README.txt Test commit. 2011-02-11 19:11:57 +00:00

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.