LLVM backend for 6502
Go to file
Duncan Sands 1a9d5ccf1e These tests pass on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67689 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-25 16:43:59 +00:00
autoconf
bindings
cmake
docs Mention explicitly that the Ada front-end will not bootstrap. 2009-03-24 21:16:39 +00:00
examples
include CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
lib Fix a bug in our autoupgrade support: in an argument list to a function 2009-03-25 06:36:36 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test These tests pass on linux. 2009-03-25 16:43:59 +00:00
tools CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:48:21 +00:00
unittests Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
utils Add sanity check in Clang TableGen backend to check if 'Component' is a string. 2009-03-23 21:54:33 +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.