LLVM backend for 6502
Go to file
2008-11-03 02:33:28 +00:00
autoconf
bindings
cmake CMake: Fix some unwanted commentary line wraps on the last change. 2008-10-31 01:37:26 +00:00
docs mention fortran status. 2008-10-30 03:58:13 +00:00
examples
include Add a new MergeFunctions pass. It finds identical functions and merges them. 2008-11-02 05:52:50 +00:00
lib Revert my last patch until I consult with Evan about it. 2008-11-03 02:33:28 +00:00
projects
runtime
test Changes from Duncan's review: 2008-11-02 16:46:26 +00:00
tools
utils Spell DISABLE_ASSERTIONS correctly. 2008-10-30 01:08:03 +00:00
website
win32
Xcode
build-for-llvm-top.sh Allow the configure options to be set according to the llvm-top options. 2007-08-31 19:53:42 +00:00
CMakeLists.txt Change the name of the generated solution file for a CMake build. (from 'project' to 'LLVM'). 2008-10-30 21:22:00 +00:00
configure
CREDITS.TXT
LICENSE.TXT
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.