LLVM backend for 6502
Go to file
Dan Gohman 7a01d0e971 Add explicit -march=x86 to these tests so that they don't
default to -march=x86-64 on 64-bit hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-03 00:20:22 +00:00
autoconf
bindings
cmake
docs Improve -fno-opt style option processing to not require an extra 2009-02-02 22:48:49 +00:00
examples
include Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode 2009-02-03 00:08:45 +00:00
lib Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode 2009-02-03 00:08:45 +00:00
projects
runtime
test Add explicit -march=x86 to these tests so that they don't 2009-02-03 00:20:22 +00:00
tools Add some comments. 2009-01-30 02:12:57 +00:00
unittests
utils Fix PR3453 and probably a bunch of other potential 2009-02-01 18:06:53 +00:00
website
win32 Update hand-crafted VC++ build. 2009-02-02 19:22:02 +00:00
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.