llvm-6502/lib/Transforms/Utils
Chris Lattner 86f7b2100c Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:
The critical edge block dominates the dest block if the destblock dominates
all edges other than the one incoming from the critical edge.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30696 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-03 07:02:02 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: 2006-10-03 07:02:02 +00:00
CloneFunction.cpp Second half of the fix for Transforms/Inline/inline_cleanup.ll 2006-09-13 21:27:00 +00:00
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp simplify code 2006-09-28 22:58:25 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Implement the first half of Transforms/Inline/inline_cleanup.ll 2006-09-13 19:23:57 +00:00
LCSSA.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
Local.cpp
LoopSimplify.cpp Be far more careful when splitting a loop header, either to form a preheader 2006-09-23 08:19:21 +00:00
LowerAllocations.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
LowerInvoke.cpp Fix Duraid's changes to work when TLI is null. This fixes the failing 2006-09-05 17:48:07 +00:00
LowerSelect.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
LowerSwitch.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
Makefile
Mem2Reg.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
UnifyFunctionExitNodes.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
ValueMapper.cpp
ValueMapper.h