llvm-6502/tools
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
..
bugpoint Improve bugpoint's error messages when it runs out of memory, 2009-04-27 01:30:37 +00:00
gccas
gccld
gold Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. 2009-04-24 16:55:21 +00:00
llc Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer give bitstreamreader an API to ignore names for blocks/records, 2009-04-27 20:04:08 +00:00
llvm-config Accommodate empty string for build type. This was previously causing an error 2009-04-08 17:28:16 +00:00
llvm-db
llvm-dis
llvm-extract Use .empty() instead of .size(). 2009-04-20 16:19:02 +00:00
llvm-ld
llvm-link
llvm-nm Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
llvm-prof
llvm-ranlib
llvm-stub
llvmc Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
lto Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. 2009-04-24 16:55:21 +00:00
opt Fixed file header comment. 2009-04-01 21:37:19 +00:00
CMakeLists.txt
Makefile aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00