llvm-6502/lib/Transforms/Utils
Nick Lewycky 9be3c97183 Turn unwind_to into "unwinds to".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48123 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-10 02:20:00 +00:00
..
BasicBlockUtils.cpp Two things. Preserve the unwind_to when splitting a BB. 2008-03-09 05:04:48 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp Turn unwind_to into "unwinds to". 2008-03-10 02:20:00 +00:00
CloneLoop.cpp Update the block cloner which fixes bugpoint on code using unwind_to (phew!) 2008-03-09 05:24:34 +00:00
CloneModule.cpp
CloneTrace.cpp Turn unwind_to into "unwinds to". 2008-03-10 02:20:00 +00:00
CodeExtractor.cpp Make Transforms to be 4.3 warnings-clean 2008-02-20 11:26:25 +00:00
DemoteRegToStack.cpp
InlineCost.cpp
InlineFunction.cpp Update the inliner and simplifycfg to handle unwind_to. 2008-03-09 05:10:13 +00:00
LCSSA.cpp Fix newly-introduced 4.3 warnings 2008-02-20 12:07:57 +00:00
Local.cpp
LoopSimplify.cpp Update the block cloner which fixes bugpoint on code using unwind_to (phew!) 2008-03-09 05:24:34 +00:00
LowerAllocations.cpp remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. 2008-02-19 07:49:17 +00:00
LowerInvoke.cpp remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. 2008-02-19 07:49:17 +00:00
LowerSwitch.cpp remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. 2008-02-19 07:49:17 +00:00
Makefile
Mem2Reg.cpp remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. 2008-02-19 07:49:17 +00:00
PromoteMemoryToRegister.cpp Make RenamePass faster by making the 'is this a new phi node' 2008-02-05 21:26:23 +00:00
SimplifyCFG.cpp Turn unwind_to into "unwinds to". 2008-03-10 02:20:00 +00:00
UnifyFunctionExitNodes.cpp Handle 'ret' with multiple values. 2008-03-05 21:50:24 +00:00
ValueMapper.cpp