llvm-6502/lib/Transforms/Utils
Chris Lattner 2ef703ec42 If a block is dead, dominators will not be calculated for it. Because of this
loop information won't see it, and we could have unreachable blocks pointing to
the non-header node of blocks in a natural loop.  This isn't tidy, so have the
loopsimplify pass clean it up.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12380 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-14 03:59:22 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx 2004-02-29 22:24:41 +00:00
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Verify functions as they are produced if -debug is specified. Reduce 2004-03-14 03:17:22 +00:00
DemoteRegToStack.cpp DemoteRegToStack got moved from DemoteRegToStack.h to Local.h 2004-03-14 02:13:38 +00:00
InlineFunction.cpp
Linker.cpp
Local.cpp Add constant folding wrapper support for select instructions. 2004-03-12 05:53:03 +00:00
LoopSimplify.cpp If a block is dead, dominators will not be calculated for it. Because of this 2004-03-14 03:59:22 +00:00
LowerAllocations.cpp Don't emit things like malloc(16*1). Allocation instructions are fixed arity now. 2004-03-03 01:40:53 +00:00
LowerInvoke.cpp Disable tail duplication in a case that breaks on Olden/tsp 2004-03-01 01:12:13 +00:00
LowerSwitch.cpp Fix incorrect debug code 2004-02-25 15:15:04 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp Implement switch->br and br->switch folding by ripping out the switch->switch 2004-02-28 21:28:10 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h