llvm/lib
Jakob Stoklund Olesen 0d141f867d The early if conversion pass is ready to be used as an opt-in.
Enable the pass by default for targets that request it, and change the
-enable-early-ifcvt to the opposite -disable-early-ifcvt.

There are still some x86 regressions when enabling early if-conversion
because of the missing machine models. Disable the pass for x86 until
machine models are added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165075 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-03 00:51:32 +00:00
..
Analysis Ignore apparent buffer overruns on external or weak globals. This is a major 2012-09-30 07:30:10 +00:00
Archive
AsmParser Add in support for SPIR to LLVM core. This adds a new target and two new calling conventions. 2012-10-01 17:01:31 +00:00
Bitcode
CodeGen The early if conversion pass is ready to be used as an opt-in. 2012-10-03 00:51:32 +00:00
DebugInfo
ExecutionEngine Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
Linker
MC Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
Object
Support Improve overflow detection in StringRef::getAsUnsignedInteger(). 2012-10-02 20:01:48 +00:00
TableGen
Target The early if conversion pass is ready to be used as an opt-in. 2012-10-03 00:51:32 +00:00
Transforms Switch the SetVector::remove_if implementation to use partition which 2012-10-03 00:03:00 +00:00
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile