llvm-6502/lib/Transforms/Scalar
Owen Anderson 1ad2cb7555 Add a GVN pass, using the value numbering code I developed for GVNPRE and the
load elimination code from RedundantLoadElimination.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40469 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-24 17:55:58 +00:00
..
ADCE.cpp s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g 2007-06-04 00:32:22 +00:00
BasicBlockPlacement.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
CodeGenPrepare.cpp Sink CmpInst's to their uses to reduce register pressure. 2007-06-12 16:50:17 +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 Use DominatorTree instead of ETForest. 2007-06-07 21:35:27 +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
FastDSE.cpp Fix file header. 2007-07-23 18:30:37 +00:00
GCSE.cpp Use DominatorTree instead of ETForest. 2007-06-07 18:45:06 +00:00
GVN.cpp Add a GVN pass, using the value numbering code I developed for GVNPRE and the 2007-07-24 17:55:58 +00:00
GVNPRE.cpp Fix a bug where we were marking GEP expressions with the wrong opcode. 2007-07-20 08:19:20 +00:00
IndVarSimplify.cpp Fix a bug. 2007-06-27 09:50:26 +00:00
InstructionCombining.cpp completely remove a transformation that is unsafe in the face of 2007-07-23 17:10:17 +00:00
LICM.cpp Do not require ETForest. Now it is unused by LICM. 2007-06-07 22:21:15 +00:00
LoopRotation.cpp Disable claims to preserve analysis until open issues are resolved. 2007-07-13 21:53:42 +00:00
LoopStrengthReduce.cpp Rename ScalarEvolution::deleteInstructionFromRecords to 2007-06-19 14:28:31 +00:00
LoopUnroll.cpp Correct a few comments. 2007-05-14 14:31:17 +00:00
LoopUnswitch.cpp Fix typo. 2007-07-18 23:50:19 +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
PredicateSimplifier.cpp Start adding and cleaning up comments. 2007-07-16 02:58:37 +00:00
Reassociate.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
RedundantLoadElimination.cpp Rename a lot of things to change FastDLE to RedundantLoadElimination. 2007-07-24 00:17:04 +00:00
Reg2Mem.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
ScalarReplAggregates.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
SCCP.cpp Place SCCPSolver also in the anonymous namespace. This 2007-07-20 08:56:21 +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