LLVM backend for 6502
Go to file
2009-03-01 18:48:53 +00:00
autoconf Search for the export map in a place that it can be found. 2009-02-26 18:37:59 +00:00
bindings
cmake
docs Don't forget the important part. llvm-gcc -use-gold-plugin passes the right 2009-03-01 18:48:53 +00:00
examples
include Another sentinel optimization. This one should always 2009-03-01 17:13:15 +00:00
lib Another sentinel optimization. This one should always 2009-03-01 17:13:15 +00:00
projects
runtime
test Functions marked malloc are noalias return. 2009-03-01 16:19:31 +00:00
tools disable exports from a bunch more tools, those without plugins. 2009-02-26 19:01:11 +00:00
unittests
utils 'append_cmd' should split its argument. 2009-02-27 06:46:55 +00:00
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 Fix universal builds to not use -XCClinker (a libtool thing) now that 2009-02-26 19:08:30 +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.