LLVM backend for 6502
Go to file
2009-09-11 21:26:24 +00:00
autoconf
bindings Fix pr4820: Don't run llvm-config during "make clean" since it may have 2009-09-11 18:42:18 +00:00
cmake
docs Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
examples
include Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
lib Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
projects
runtime
test Remove an unnecessary -f. 2009-09-11 18:41:06 +00:00
tools De-bork CMake build. llvm-extract depends on asmparser 2009-09-11 21:26:24 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules ... and fix the REQUIRES_RTTI condition. 2009-09-11 15:47:24 +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.