LLVM backend for 6502
Go to file
2009-03-24 00:17:40 +00:00
autoconf
bindings
cmake
docs tt'ify. 2009-03-23 04:53:34 +00:00
examples
include Use a SmallPtrSet instead of std::set. 2009-03-23 23:39:20 +00:00
lib Do not emit comments unless -asm-verbose. 2009-03-24 00:17:40 +00:00
projects
runtime
test Do not emit comments unless -asm-verbose. 2009-03-24 00:17:40 +00:00
tools
unittests
utils Add sanity check in Clang TableGen backend to check if 'Component' is a string. 2009-03-23 21:54:33 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Fix the Win32 VS2008 build: 2009-03-19 23:26:52 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Missed this as part of r67451. 2009-03-23 03:45:56 +00:00
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.