LLVM backend for 6502
Go to file
Gordon Henriksen e86ce7d94a Tests for changes made in r45356, where IPO optimizations would drop
collector algorithms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45357 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-26 02:47:37 +00:00
autoconf
bindings Disabling -g for ocaml builds; it's not downwards compatible. 2007-12-25 08:37:43 +00:00
docs update to llvm 2.0 syntax. 2007-12-25 20:34:52 +00:00
examples
include Get rid of an unneeded #include. 2007-12-23 20:34:06 +00:00
lib Fixing several transforms which would drop the collector attribute 2007-12-25 22:16:06 +00:00
projects
runtime
test Tests for changes made in r45356, where IPO optimizations would drop 2007-12-26 02:47:37 +00:00
tools Fixing several transforms which would drop the collector attribute 2007-12-25 22:16:06 +00:00
utils Added special support for stripping CRLF characters that may appear in the 2007-12-24 08:04:39 +00:00
website
win32
Xcode
build-for-llvm-top.sh
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.