llvm-6502/lib/Transforms/Utils
2007-06-11 23:31:22 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Do not preserve ETForest. 2007-06-08 00:02:08 +00:00
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient. 2007-06-07 22:17:16 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll 2007-04-15 21:38:06 +00:00
LCSSA.cpp Maintain ETNode as part of DomTreeNode. 2007-06-07 17:47:21 +00:00
Local.cpp
LoopSimplify.cpp Add and use DominatorTreeBase::findNearestCommonDominator(). 2007-06-11 23:31:22 +00:00
LowerAllocations.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LowerInvoke.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
LowerSelect.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
LowerSwitch.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Makefile
Mem2Reg.cpp Use DominatorTree instead of ETForest. 2007-06-07 21:57:03 +00:00
PromoteMemoryToRegister.cpp Use DominatorTree instead of ETForest. 2007-06-07 21:57:03 +00:00
SimplifyCFG.cpp Minor comment cleanups. 2007-05-24 14:36:04 +00:00
UnifyFunctionExitNodes.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ValueMapper.cpp
ValueMapper.h