LLVM backend for 6502
Go to file
Chris Lattner 16c7fe5ca3 Fix target matching weights, so that ppc-darwin modules are codegen with the
ppc target, not the itanium target, when run on an itanium machine.
This should fix the CodeGen/PowerPC regtest failures on itanium.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29903 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-26 21:33:05 +00:00
autoconf For PR738: 2006-08-24 22:41:20 +00:00
docs
examples
include/llvm Properly size the string table, and emit symbol table and string table 2006-08-26 15:46:34 +00:00
lib Fix target matching weights, so that ppc-darwin modules are codegen with the 2006-08-26 21:33:05 +00:00
projects Fix a race condition in the makefile that broke grawp's tester last night. 2006-08-25 17:15:23 +00:00
runtime
test Improved codegen due to Chris' live interval joining changes. 2006-08-26 07:38:36 +00:00
tools For PR797: 2006-08-25 17:43:11 +00:00
utils SelectNodeTo now returns a SDNode*. 2006-08-26 08:00:10 +00:00
win32
Xcode Bring Xcode project up to date. 2006-08-25 14:16:49 +00:00
.cvsignore Ignore stuff built by "make dist". 2006-04-07 15:55:18 +00:00
configure For PR738: 2006-08-24 22:41:20 +00:00
CREDITS.TXT Added my home web page. 2006-08-16 21:18:56 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Doh! Commit the change that turns ON -fno-exceptions. 2006-08-25 20:56:59 +00:00
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.