llvm-6502/lib/Transforms/Scalar
2008-06-19 19:54:19 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp PRE requires that critical edges be split. 2008-06-19 19:54:19 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Use recently added getTruncateOrZeroExtend method to make the code shorter. 2008-06-13 17:02:03 +00:00
InstructionCombining.cpp Remove dead code causing a warning. 2008-06-19 18:00:44 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp Avoid using BasicBlock::getInstList directly in a few places. 2008-06-19 17:37:25 +00:00
LoopStrengthReduce.cpp Move LSR's private isZero function to a public SCEV member 2008-06-18 16:23:07 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Preserve dominance frontier while trivially unswitching loop. 2008-06-18 02:16:38 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll 2008-06-16 04:10:21 +00:00
TailDuplication.cpp Revert 52223. 2008-06-12 20:55:39 +00:00
TailRecursionElimination.cpp Fix a case where tailcallelim wouldn't set the changed bit when it made a change. 2008-06-14 00:49:48 +00:00