llvm-6502/lib/Transforms/Scalar
Chris Lattner 9d5890d435 Implement InstCombine/add.ll:test(15|16)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8604 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-19 15:35:42 +00:00
..
ADCE.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
GCSE.cpp
IndVarSimplify.cpp Make sure to cannonicalize loops before running indvar simplify 2003-09-12 16:45:01 +00:00
InstructionCombining.cpp Implement InstCombine/add.ll:test(15|16) 2003-09-19 15:35:42 +00:00
LICM.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
Makefile
PiNodeInsertion.cpp Fix spell-o's 2003-09-10 05:29:43 +00:00
PRE.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
Reassociate.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
ScalarReplAggregates.cpp Do not return success after checking only the FIRST USE of a gep instruction. 2003-09-12 16:02:12 +00:00
SCCP.cpp Add support for the unwind instruction 2003-09-08 18:54:55 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll 2003-08-31 21:17:44 +00:00