LLVM backend for 6502
Go to file
2009-08-03 04:20:57 +00:00
autoconf Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
bindings
cmake CMake configuration: find mkdtemp, mkstemp, mktemp. 2009-07-27 18:23:41 +00:00
docs Remove duplicated colons and spaces. 2009-08-02 12:13:02 +00:00
examples Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
include Remove now unused arguments from TargetRegistry::lookupTarget. 2009-08-03 04:20:57 +00:00
lib Remove now unused arguments from TargetRegistry::lookupTarget. 2009-08-03 04:20:57 +00:00
projects
runtime
test Pass target triple string in to TargetMachine constructor. 2009-08-03 04:03:51 +00:00
tools Remove now unused arguments from TargetRegistry::lookupTarget. 2009-08-03 04:20:57 +00:00
unittests Remove now empty unit test directory. 2009-08-01 19:07:29 +00:00
utils Fix an ENABLE_EXPENSIVE_CHECKS error. 2009-08-02 01:21:22 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
configure Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
CREDITS.TXT
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.