llvm-6502/lib/Transforms/Utils
Devang Patel 01666bf74b If succ has succ itself as one of the predecessors then do
not merge current bb and succ even if bb's terminator is
unconditional branch to succ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45305 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-22 01:32:53 +00:00
..
BasicBlockUtils.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
CloneFunction.cpp Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. 2007-12-10 22:53:04 +00:00
CloneLoop.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
CloneModule.cpp Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
CloneTrace.cpp Fix indent 2007-11-09 12:34:20 +00:00
CodeExtractor.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
DemoteRegToStack.cpp
InlineCost.cpp
InlineFunction.cpp When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
LCSSA.cpp
Local.cpp
LoopSimplify.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LowerAllocations.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
LowerInvoke.cpp Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
LowerSelect.cpp
LowerSwitch.cpp GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase. 2007-12-17 17:42:03 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
SimplifyCFG.cpp If succ has succ itself as one of the predecessors then do 2007-12-22 01:32:53 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Forget to commit users part of value mapper interface 2007-11-09 12:27:04 +00:00