1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/AsmPrinter
Bill Wendling 2799e916c3 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...

llvm-svn: 70270
2009-04-28 00:21:31 +00:00
..
CMakeLists.txt CMake: Turned some libraries into partially linked objects. Corrected 2008-10-22 02:51:53 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
X86AsmPrinter.cpp Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
X86ATTAsmPrinter.cpp Add support for printing MO_ExternalSymbol operands in 2009-04-23 00:57:37 +00:00
X86ATTAsmPrinter.h Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00
X86IntelAsmPrinter.cpp Re-apply 68552. 2009-04-08 21:14:34 +00:00
X86IntelAsmPrinter.h Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to 2009-04-28 00:21:31 +00:00