LLVM backend for 6502
Go to file
2010-01-22 18:10:54 +00:00
autoconf
bindings Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. 2010-01-15 23:49:16 +00:00
cmake
docs reduce redundant are's. 2010-01-20 17:53:51 +00:00
examples
include Add the ability for MCStreamer to emit comments on the same line as directives. 2010-01-22 07:29:22 +00:00
lib Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
projects Don't try to build compiler-rt if it happens to be checked out into projects/ 2010-01-18 17:52:28 +00:00
runtime
test Revert LoopStrengthReduce.cpp to pre-r94061 for now. 2010-01-22 00:46:49 +00:00
tools pass "-fasm-verbose" into createAsmStreamer. 2010-01-22 07:06:15 +00:00
unittests Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
utils lit: Separate test suite from test name with spaces, to make it easier to cut and paste. 2010-01-22 02:04:28 +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 Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile For 'install-clang' target, also traverse tools/clang/lib/Runtime. 2010-01-20 00:43:07 +00:00
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.