llvm/lib/Transforms/Scalar
2008-02-29 06:09:11 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp fix http://llvm.org/bugs/show_bug.cgi?id=2097 2008-02-26 19:13:21 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting 2008-02-26 23:06:17 +00:00
GVNPRE.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type. 2008-02-29 06:09:11 +00:00
LICM.cpp
LoopIndexSplit.cpp If loop header is also loop exiting block then OrigPN is incoming value for B loop header. 2008-02-14 23:18:47 +00:00
LoopRotation.cpp Fix PR2028 2008-02-15 01:24:49 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. 2008-02-20 11:08:44 +00:00
LoopUnswitch.cpp
Makefile
PredicateSimplifier.cpp De-tabify. 2008-02-26 10:53:30 +00:00
Reassociate.cpp simplify some code, BreakUpSubtract always returns nonnull now. 2008-02-18 02:18:25 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp
SCCP.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
SimplifyCFG.cpp simplify code, no functionality change. 2008-02-14 07:39:01 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00