llvm-6502/lib/Transforms/Utils
Chris Lattner ebbc1a5aa0 Bill contributed this major rewrite of the -lowerswitch pass to make it generate
logarithmic conditional branch sequences instead of linear sequences.  Thanks Bill!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8928 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-07 18:46:23 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
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
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp
LowerInvoke.cpp
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
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
ValueMapper.h