llvm-6502/lib/Transforms/Utils
Chris Lattner 7d8a86aa59 Use new interface, simplifies code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8242 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-31 00:22:27 +00:00
..
BasicBlockUtils.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
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 Remove special casing 2003-08-25 22:34:15 +00:00
Linker.cpp Fix bug where we considered function types equivalent even if they had differing numbers of arguments 2003-08-28 16:42:50 +00:00
Local.cpp Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 2003-08-23 23:18:19 +00:00
LoopSimplify.cpp Fix grammar, add comment 2003-08-18 22:54:06 +00:00
LowerAllocations.cpp Use new interface, simplifies code 2003-08-31 00:22:27 +00:00
LowerSwitch.cpp Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll 2003-08-23 22:54:34 +00:00
Makefile
Mem2Reg.cpp Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll 2003-06-25 14:58:56 +00:00
PromoteMemoryToRegister.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
SimplifyCFG.cpp Implement SimplifyCFG/InvokeEliminate.ll 2003-08-24 18:36:16 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h