llvm-6502/lib/Transforms/Scalar
2007-06-03 22:02:14 +00:00
..
ADCE.cpp s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g 2007-06-03 06:26:14 +00:00
BasicBlockPlacement.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
CodeGenPrepare.cpp Don't generate branch to entry block. 2007-05-08 01:01:04 +00:00
CondPropagate.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
ConstantProp.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
CorrelatedExprs.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
DCE.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
DeadStoreElimination.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
GCSE.cpp s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g 2007-06-03 06:26:14 +00:00
GVNPRE.cpp Don't use the custom comparator where it's not necessary. 2007-06-03 22:02:14 +00:00
IndVarSimplify.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
InstructionCombining.cpp fix a miscompilation when passing a float through varargs 2007-05-23 01:17:04 +00:00
LICM.cpp s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g 2007-06-03 06:26:14 +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 Fix typo in comment. 2007-05-06 13:37:16 +00:00
LowerPacked.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PredicateSimplifier.cpp s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g 2007-06-03 06:26:14 +00:00
Reassociate.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Reg2Mem.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
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 Fix typo in comment. 2007-05-06 13:37:16 +00:00
TailDuplication.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
TailRecursionElimination.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00