llvm-6502/lib/Transforms/Scalar
2007-06-04 23:28:33 +00:00
..
ADCE.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Don't generate branch to entry block. 2007-05-08 01:01:04 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
GVNPRE.cpp Fix a bunch of small bugs, and improve the debugging output significantly. 2007-06-04 23:28:33 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp fix a miscompilation when passing a float through varargs 2007-05-23 01:17:04 +00:00
LICM.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
LoopRotation.cpp Fix typos. 2007-05-11 21:10:54 +00:00
LoopStrengthReduce.cpp Handle negative strides much more optimally. This compiles X86/lsr-negative-stride.ll 2007-05-19 01:22:21 +00:00
LoopUnroll.cpp Correct a few comments. 2007-05-14 14:31:17 +00:00
LoopUnswitch.cpp Fix PR1333 2007-05-09 08:24:12 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll and the second 2007-05-30 06:11:23 +00:00
SCCP.cpp Fix PR1431 2007-05-17 22:10:15 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp