llvm-6502/lib
Dan Gohman eb0d6abee3 Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
instead.

So now: -fast-isel or -fast-isel=true enable fast-isel, and
-fast-isel=false disables it. Fast-isel is also on by default
with -fast, and off by default otherwise.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57270 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-07 23:00:56 +00:00
..
Analysis Allow the construction of SCEVs with SCEVCouldNotCompute operands, by 2008-10-04 11:19:07 +00:00
Archive Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
AsmParser regenerate 2008-10-05 16:49:34 +00:00
Bitcode make the autoupgrade code for ret attributes dramatically simpler 2008-10-05 18:22:09 +00:00
CodeGen Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel 2008-10-07 23:00:56 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Unbreak build. 2008-10-03 17:11:57 +00:00
Linker Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
Support Mark negative-zero-to-int conversion as Inexact, 2008-10-07 00:40:01 +00:00
System Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. 2008-10-04 08:15:32 +00:00
Target Add MBB successors and physreg Uses in the same order that 2008-10-07 22:10:33 +00:00
Transforms Correctly set attributes when removing args during cloning. Fixes PR2765 2008-10-07 18:08:38 +00:00
VMCore Remove interfaces implemented by dead pass from the list of available passes. 2008-10-06 20:36:36 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00