LLVM backend for 6502
Go to file
Chris Lattner 40728791f5 simplify to reduce indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68460 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-06 21:12:29 +00:00
autoconf
bindings
cmake CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
docs clean up some html 2009-04-06 20:35:19 +00:00
examples revert r68457, its crashing in make check. 2009-04-06 20:57:34 +00:00
include simplify to reduce indentation. 2009-04-06 21:12:29 +00:00
lib revert r68457, its crashing in make check. 2009-04-06 20:57:34 +00:00
projects
runtime
test Let the strcat optimizer return the pointer to the start of the buffer, 2009-04-06 13:06:48 +00:00
tools Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. 2009-04-06 20:54:32 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Avoid -O3 on Darwin for now. 2009-04-06 19:58:11 +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.