llvm-6502/lib/Transforms/Utils
Misha Brukman cf00c4ab3b Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-10 17:57:28 +00:00
..
BasicBlockUtils.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
BreakCriticalEdges.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
CloneFunction.cpp
CloneModule.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
CloneTrace.cpp
DemoteRegToStack.cpp
InlineFunction.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
Linker.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
Local.cpp
LoopSimplify.cpp Fix spelling. 2003-10-10 17:57:28 +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 This changes the PromoteMemToReg function to create "pruned" SSA form, not 2003-10-05 22:19:20 +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