llvm-6502/lib/Transforms/Scalar
2007-06-06 00:21:03 +00:00
..
ADCE.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp s/ETNode::getChildren/ETNode::getETNodeChildren/g 2007-06-04 23:45:02 +00:00
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 misunderstanding of the algorithm. Really, we should be tracking values 2007-06-05 23:46:12 +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 Allow insertelement, extractelement, and shufflevector to be hoisted/sunk 2007-06-05 16:05:55 +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 Avoid non-trivial loop unswitching while optimizing for size. 2007-06-06 00:21:03 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Patches by Chuck Rose to unbreak V Studio builds. 2007-06-04 23:52:59 +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