LLVM backend for 6502
Go to file
2010-01-23 00:15:00 +00:00
autoconf
bindings
cmake Update CMake LibDeps 2010-01-22 18:14:14 +00:00
docs
examples
include move "EOL" from asmprinter to dwarfprinter. It should eventually 2010-01-22 23:47:11 +00:00
lib teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
projects CMake: Don't try to descend into projects/compiler-rt, it doesn't work. 2010-01-22 18:14:27 +00:00
runtime
test teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
tools
unittests
utils Make GetSourceVersion more portable, thanks Pawel! 2010-01-22 18:14:21 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Add MCParser directory. 2010-01-22 02:04:33 +00:00
configure
CREDITS.TXT
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 make: Make .o files depend on Makefile, at least for now. 2010-01-22 18:10:54 +00:00
ModuleInfo.txt
README.txt First test commit 2009-10-05 22:29:11 +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.