llvm-6502/lib/Transforms/Utils
Torok Edwin 3d54502304 export an ID for the instructionNamer, allowing analysis/transformation passes
that need it to require it by ID.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58238 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-27 10:16:27 +00:00
..
BasicBlockUtils.cpp SplitBlock should only attempt to update LoopInfo if it is actually being used. 2008-10-03 06:55:35 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp Correctly set attributes when removing args during cloning. Fixes PR2765 2008-10-07 18:08:38 +00:00
CloneLoop.cpp
CloneModule.cpp Don't drop alignment on globals when cloning. 2008-10-09 06:27:14 +00:00
CloneTrace.cpp
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
InlineFunction.cpp Large mechanical patch. 2008-09-25 21:00:45 +00:00
InstructionNamer.cpp export an ID for the instructionNamer, allowing analysis/transformation passes 2008-10-27 10:16:27 +00:00
LCSSA.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp
LowerInvoke.cpp Large mechanical patch. 2008-09-25 21:00:45 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of 2008-10-27 07:05:53 +00:00
SimplifyCFG.cpp Nick Lewycky's patch. 2008-10-03 18:57:37 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp Add <cstdio> include where needed by gcc-4.4. 2008-10-08 07:23:46 +00:00
ValueMapper.cpp