llvm-6502/lib/Transforms/Utils
Chris Lattner 198f4507e2 Get the list of PHI node values before the basic block is split. Also, add
PHI node entries for unwind instructions just like for call instructions which
became invokes!  This fixes PR57, tested by
Inline/2003-10-26-InlineInvokeExceptionDestPhi.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9526 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-27 05:33:09 +00:00
..
BasicBlockUtils.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
BreakCriticalEdges.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneFunction.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneModule.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneTrace.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DemoteRegToStack.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
InlineFunction.cpp Get the list of PHI node values before the basic block is split. Also, add 2003-10-27 05:33:09 +00:00
Linker.cpp Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll 2003-10-21 22:46:38 +00:00
Local.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LoopSimplify.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerAllocations.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerInvoke.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerSwitch.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mem2Reg.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PromoteMemoryToRegister.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
SimplifyCFG.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
UnifyFunctionExitNodes.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ValueMapper.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ValueMapper.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00