llvm-project/llvm/lib/Transforms/Scalar
Chris Lattner dc62f1e021 Fix bug: ADCE/2003-06-11-InvalidCFG.ll
This was because we were deleting large chunks of functions without an exit block, because the post-dominance
information was not useful.  This broke crafty and twolf.

llvm-svn: 6698
2003-06-16 12:10:45 +00:00
..
ADCE.cpp Fix bug: ADCE/2003-06-11-InvalidCFG.ll 2003-06-16 12:10:45 +00:00
ConstantProp.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
CorrelatedExprs.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
DCE.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
DecomposeMultiDimRefs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
GCSE.cpp Fix typo 2003-02-01 04:50:59 +00:00
IndVarSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
InstructionCombining.cpp Fix bug: InstCombine/2003-06-05-BranchInvertInfLoop.ll 2003-06-05 20:12:51 +00:00
LICM.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LoopSimplify.cpp Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll 2003-05-12 22:04:34 +00:00
LowerAllocations.cpp Fix long standing bug 2003-05-15 18:25:13 +00:00
LowerSwitch.cpp Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll 2003-05-01 22:21:21 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Mem2Reg.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
PRE.cpp Add comment 2003-05-29 20:26:30 +00:00
PiNodeInsertion.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
Reassociate.cpp Fix spelling 2003-05-02 19:26:34 +00:00
SCCP.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
ScalarReplAggregates.cpp Okay totally give up on trying to optimize aggregates that cannot be completely 2003-05-30 19:22:14 +00:00
SimplifyCFG.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SymbolStripping.cpp - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00