LLVM backend for 6502
Go to file
2008-01-02 22:18:33 +00:00
autoconf remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
bindings
docs
examples
include Inverted argument order for ImmutableMap::Profile. 2008-01-02 22:18:33 +00:00
lib Fix a build issue on cygwin 2008-01-02 22:03:27 +00:00
projects
runtime
test verify that aligned common support doesn't break. 2008-01-02 19:48:24 +00:00
tools
utils Fix a build problem with VC++ by not doing the target prefix 2008-01-02 21:24:22 +00:00
website
win32 Fix PR1888, patch by Wilhansen Li. 2008-01-02 21:30:58 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT Updated source file headers to llvm coding standard. 2007-12-05 01:40:25 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Factor out makefile dependency generation better. 2007-12-31 23:58:31 +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.