LLVM backend for 6502
Go to file
2009-08-20 23:14:20 +00:00
autoconf
bindings
cmake
docs Clarify a few things in the inbounds description. 2009-08-20 17:08:17 +00:00
examples
include Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. 2009-08-20 23:14:20 +00:00
lib Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. 2009-08-20 23:14:20 +00:00
projects
runtime Don't try to build .bc version of libprofile if LLVMGCC isn't available. 2009-08-20 05:12:55 +00:00
test Use FileCheck even though this means testing for something 2009-08-20 22:12:08 +00:00
tools
unittests Fix two APFloat bugs in converting hexadecimal constants. 2009-08-20 17:12:33 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add a REQUIRES_FRAME_POINTER option to disable the frame pointer 2009-08-19 22:04:44 +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.