LLVM backend for 6502
Go to file
2010-01-22 18:14:27 +00:00
autoconf
bindings
cmake Update CMake LibDeps 2010-01-22 18:14:14 +00:00
docs
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 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. 2010-01-22 18:14:27 +00:00
runtime
test
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 Make GetSourceVersion more portable, thanks Pawel! 2010-01-22 18:14:21 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
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

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.