LLVM backend for 6502
Go to file
Bob Wilson b62d257cf5 Revert previous change to a comment. The BlockAddresses go in the
constant pool so they don't get wrapped separately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85844 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-03 00:02:05 +00:00
autoconf
bindings
cmake CMake: Report an error if there is an unknown .cpp file in a source 2009-11-02 19:11:03 +00:00
docs Add missing end-tag. 2009-11-02 00:25:26 +00:00
examples Remove FreeInst. 2009-10-26 23:43:48 +00:00
include revert r8579[56], which are causing unhappiness in buildbot land. 2009-11-02 19:31:10 +00:00
lib Revert previous change to a comment. The BlockAddresses go in the 2009-11-03 00:02:05 +00:00
projects
runtime
test Revert 85799 for now. It might be breaking llvm-gcc driver. 2009-11-02 21:49:14 +00:00
tools Line this up as well. 2009-11-01 22:08:51 +00:00
unittests Fix the ModuleDeletion test on PPC and ARM. 2009-10-28 00:28:31 +00:00
utils Missing bit of universal built + hosted 2009-11-02 03:46:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: install .def files from source `include/llvm' directory. 2009-10-30 11:42:08 +00:00
configure Regenerate. 2009-10-26 20:00:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't 2009-10-30 19:53:38 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Build in ARM mode explicitly when on ARM Darwin 2009-10-30 21:33:05 +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.