LLVM backend for 6502
Go to file
Bob Wilson 20a709f9de Revert 76080. This broke some powerpc cross compiles.
It also makes the llvmCore build dependent on whatever version of llvm-gcc
happens to be installed on the build machine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80316 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-28 00:10:15 +00:00
autoconf re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
bindings
cmake re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
docs
examples
include Closure is a very generic name. Use AppleBlock instead. 2009-08-27 23:51:51 +00:00
lib Closure is a very generic name. Use AppleBlock instead. 2009-08-27 23:51:51 +00:00
projects
runtime Don't build runtime libraries in an Apple style build. 2009-08-27 23:43:28 +00:00
test scalar_to_vector is fully legal now (implemented as subreg accesses) 2009-08-27 16:04:47 +00:00
tools Revert r80305, I forgot a dependent change. 2009-08-27 23:58:10 +00:00
unittests
utils Revert 76080. This broke some powerpc cross compiles. 2009-08-28 00:10:15 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
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.