LLVM backend for 6502
Go to file
Chris Lattner 806103de15 When on darwin, compiler_flags need to be percolated down to the 'gcc -r'
command line so that relinked .o files can be built universal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27837 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-19 18:34:41 +00:00
autoconf When on darwin, compiler_flags need to be percolated down to the 'gcc -r' 2006-04-19 18:34:41 +00:00
docs Alpha too! 2006-04-19 17:20:48 +00:00
examples
include/llvm
lib More mov{h|l}p{d|s} patterns. 2006-04-19 18:20:17 +00:00
projects
runtime
test new testcase 2006-04-18 17:56:30 +00:00
tools fix printing call graphs 2006-04-18 23:45:19 +00:00
utils Allow "let AddedCost = n in" to increase pattern complexity. 2006-04-19 18:07:24 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT quick update 2006-04-13 02:05:30 +00:00
LICENSE.TXT Happy New Year, LLVM. 2006-01-03 14:42:06 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +00:00

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.