LLVM backend for 6502
Go to file
Bill Wendling 2e9d5f912a Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
use the old behavior, the flag is -O0. This change allows for finer-grained
control over which optimizations are run at different -O levels.

Most of this work was pretty mechanical. The majority of the fixes came from
verifying that a "fast" variable wasn't used anymore. The JIT still uses a
"Fast" flag. I'm not 100% sure if it's necessary to change it there...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70270 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-28 00:21:31 +00:00
autoconf
bindings
cmake
docs Fix some confusion in the Ada f-e build instructions between 2009-04-27 11:21:35 +00:00
examples
include Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
lib Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
projects
runtime
test Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
tools Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
unittests Add tests for WeakVH and AssertingVH. These pointed out that the overloads for 2009-04-27 20:32:07 +00:00
utils Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Use a bigger hammer to coerce subversion into english. 2009-04-24 17:00:03 +00:00
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.