llvm-6502/lib/Transforms/Utils
Duncan Sands 69fdf876e1 Oops, forgot to add the pass itself!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122265 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-20 21:07:42 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp remove the dead (and terrible) llvm::RemoveSuccessor function. 2010-12-14 06:51:55 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt Add a new convenience pass for testing InstructionSimplify. Previously 2010-12-20 20:54:37 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp when eliding a byval copy due to inlining a readonly function, we have 2010-12-20 08:10:40 +00:00
InstructionNamer.cpp
LCSSA.cpp
Local.cpp remove the pointless check of MemoryUseIntrinsic from 2010-11-30 02:03:47 +00:00
LoopSimplify.cpp Factor code for testing whether replacing one value with another 2010-11-18 19:59:41 +00:00
LoopUnroll.cpp Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction 2010-11-23 20:26:33 +00:00
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Don't keep track of inserted phis in PromoteMemoryToRegister: the information 2010-11-22 09:41:24 +00:00
SimplifyCFG.cpp simplify this a bit. 2010-12-18 20:22:49 +00:00
SimplifyInstructions.cpp Oops, forgot to add the pass itself! 2010-12-20 21:07:42 +00:00
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp Add a new convenience pass for testing InstructionSimplify. Previously 2010-12-20 20:54:37 +00:00
ValueMapper.cpp