llvm-6502/lib/Transforms/Utils
Chris Lattner 882029269e change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2
when BB2 has its address taken.  Since it ends up doing BB2->rauw(BB1),
this can cause the address of the entry block to be taken.  Since it is
generally undesirable to nuke blocks whose address is taken, even when
we can, just unconditionally stop this xform.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85708 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-01 04:57:33 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2 2009-11-01 04:57:33 +00:00
BasicInliner.cpp Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. 2009-10-25 06:33:48 +00:00
BreakCriticalEdges.cpp update the comment above llvm::SplitCriticalEdge, and make 2009-10-31 21:51:10 +00:00
CloneFunction.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
CloneLoop.cpp
CloneModule.cpp MapValue doesn't needs its LLVMContext argument. 2009-10-24 23:37:16 +00:00
CMakeLists.txt Update CMakeLists for recent renames. 2009-10-31 14:38:25 +00:00
CodeExtractor.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix a pretty serious misfeature of the inliner: if it inlines a function 2009-10-27 05:39:41 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp constant fold indirectbr(blockaddress(%bb)) -> br label %bb. 2009-11-01 03:40:38 +00:00
LoopSimplify.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
LoopUnroll.cpp Revert r85667. LoopUnroll currently can't call utility functions which 2009-10-31 17:33:01 +00:00
LowerInvoke.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
LowerSwitch.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
Makefile
Mem2Reg.cpp Remove FreeInst. 2009-10-26 23:43:48 +00:00
PromoteMemoryToRegister.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
SimplifyCFG.cpp Add a comment about a missed opportunity. 2009-10-30 23:15:43 +00:00
SSAUpdater.cpp
SSI.cpp Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. 2009-10-25 06:33:48 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Revert 85678/85680. The decision is to stay with the current form of 2009-11-01 01:27:45 +00:00