LLVM backend for 6502
Go to file
Chris Lattner 4a7642ec9c the verifier shouldn't modify the IR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85722 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-01 18:11:50 +00:00
autoconf
bindings
cmake
docs Revert 85678/85680. The decision is to stay with the current form of 2009-11-01 01:27:45 +00:00
examples
include the verifier shouldn't modify the IR. 2009-11-01 18:11:50 +00:00
lib the verifier shouldn't modify the IR. 2009-11-01 18:11:50 +00:00
projects
runtime
test improve x86 codegen support for blockaddress. We now compile 2009-11-01 03:25:03 +00:00
tools Reverting 85714, 85715, 85716, which are breaking the build 2009-11-01 16:42:53 +00:00
unittests
utils The universal SDKROOT should only be assigned when hosted. Otherwise the 2009-10-31 18:00:10 +00:00
website
win32
Xcode Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
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.