LLVM backend for 6502
Go to file
Nick Lewycky 7de3bd273e Stop using alloca.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82225 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-18 16:46:16 +00:00
autoconf
bindings
cmake Update CMake. 2009-09-17 00:06:48 +00:00
docs apparently russians are really hard to sort or something! 2009-09-16 05:42:12 +00:00
examples
include Revert r82214 completely to fix build. 2009-09-18 09:50:00 +00:00
lib Stop using alloca. 2009-09-18 16:46:16 +00:00
projects
runtime
test make this testcase check darwin32 also 2009-09-17 23:56:41 +00:00
tools Now that llc can read .ll files directly, teach it to recognize .ll as 2009-09-16 19:18:41 +00:00
unittests Another try at fixing compile warnings on 4.0 2009-09-17 17:46:53 +00:00
utils lit: Add a custom test format for use in clang. 2009-09-16 01:34:52 +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
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.