llvm/lib/Transforms/Utils
Chris Lattner 3c4a34e8db Fix PR#50
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9227 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-18 06:14:59 +00:00
..
BasicBlockUtils.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
BreakCriticalEdges.cpp Rename loop preheaders pass to loop simplify 2003-10-12 21:52:28 +00:00
CloneFunction.cpp
CloneModule.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
CloneTrace.cpp
DemoteRegToStack.cpp Cleanup 2003-10-15 16:42:21 +00:00
InlineFunction.cpp Do not move variable sized allocations to the top of the caller, which might 2003-10-14 01:11:07 +00:00
Linker.cpp Add support for 'weak' linkage. 2003-10-16 18:29:00 +00:00
Local.cpp
LoopSimplify.cpp Add support to the loop canonicalization pass to make it transform loops to 2003-10-13 00:37:13 +00:00
LowerAllocations.cpp
LowerInvoke.cpp Initial checkin of the LLVM->LLVM transform to support code generators which 2003-10-05 19:14:42 +00:00
LowerSwitch.cpp Bill contributed this major rewrite of the -lowerswitch pass to make it generate 2003-10-07 18:46:23 +00:00
Makefile
Mem2Reg.cpp Change the interface to PromoteMemToReg to also take a DominatorTree 2003-10-05 21:20:13 +00:00
PromoteMemoryToRegister.cpp Fix PR#50 2003-10-18 06:14:59 +00:00
SimplifyCFG.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
ValueMapper.h