llvm-6502/lib/Transforms/Utils
Chris Lattner 10b1f5a941 Implement folding of switch instructions.
Implements SimplifyCFG/2003-08-17-FoldSwitch.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7923 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-17 20:21:14 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp Make sure that the cloned module retains the type symbol table entries! 2003-04-24 17:15:33 +00:00
CloneTrace.cpp Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. 2003-05-31 20:01:37 +00:00
DemoteRegToStack.cpp Eliminate unnecessary ->get calls that are now automatically handled. 2003-05-29 15:12:27 +00:00
InlineFunction.cpp * Separate all of the grunt work of inlining out into the Utils library. 2003-05-29 15:11:31 +00:00
Linker.cpp Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Local.cpp Implement folding of switch instructions. 2003-08-17 20:21:14 +00:00
LoopSimplify.cpp Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll 2003-05-12 22:04:34 +00:00
LowerAllocations.cpp Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
LowerSwitch.cpp Factory methods for FunctionPasses now return type FunctionPass *. 2003-08-13 18:18:15 +00:00
Makefile
Mem2Reg.cpp Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll 2003-06-25 14:58:56 +00:00
PromoteMemoryToRegister.cpp Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll 2003-04-25 00:54:58 +00:00
SimplifyCFG.cpp Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll 2003-08-17 19:41:53 +00:00
UnifyFunctionExitNodes.cpp Remove using declarations 2003-05-22 22:00:07 +00:00
ValueMapper.cpp
ValueMapper.h