LLVM backend for 6502
Go to file
2011-03-10 20:54:07 +00:00
autoconf Missing file from previous commmit (127341) for InitializeTargetAsmParser function. 2011-03-09 18:36:40 +00:00
bindings
cmake
docs rip out llvm 2.8 release notes to make room for llvm 2.9 notes. 2011-03-10 07:43:44 +00:00
examples
include Add r127409 back now that the windows file was updated. 2011-03-10 18:33:29 +00:00
lib Don't compute the file size if we don't need to. 2011-03-10 20:54:07 +00:00
projects
runtime
test Fix reassociate to postpone certain instruction deletions until 2011-03-10 19:51:54 +00:00
tools
unittests
utils Memory barrier instructions don't need special handling in tblgen anymore. 2011-03-10 19:05:48 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Change the next release number to 3.0svn. 2011-03-08 03:00:02 +00:00
configure Add InitializeNativeAsmParser function. 2011-03-09 17:25:46 +00:00
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
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.