llvm-6502/lib/Transforms/Utils
Chris Lattner a2d845a3ff Add a new LoadAndStorePromoter class, which implements the general
"promote a bunch of load and stores" logic, allowing the code to
be shared and reused.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123456 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-14 19:36:13 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor. 2011-01-11 22:54:38 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp indentation 2011-01-14 04:23:53 +00:00
BuildLibCalls.cpp
CloneFunction.cpp Revamp the ValueMapper interfaces in a couple ways: 2011-01-08 08:15:20 +00:00
CloneLoop.cpp split dom frontier handling stuff out to its own DominanceFrontier header, 2011-01-02 22:09:33 +00:00
CloneModule.cpp Revamp the ValueMapper interfaces in a couple ways: 2011-01-08 08:15:20 +00:00
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp split dom frontier handling stuff out to its own DominanceFrontier header, 2011-01-02 22:09:33 +00:00
Local.cpp Make more passes preserve dominators (or state that they preserve dominators if 2011-01-08 17:01:52 +00:00
LoopSimplify.cpp this pass claims to preserve scev, make sure to tell it about deletions. 2011-01-11 18:14:50 +00:00
LoopUnroll.cpp random cleanups 2011-01-11 08:00:40 +00:00
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp split dom frontier handling stuff out to its own DominanceFrontier header, 2011-01-02 22:09:33 +00:00
PromoteMemoryToRegister.cpp split dom frontier handling stuff out to its own DominanceFrontier header, 2011-01-02 22:09:33 +00:00
SimplifyCFG.cpp Factor the actual simplification out of SimplifyIndirectBrOnSelect and into a new helper function so it can be reused in e.g. an upcoming SimplifySwitchOnSelect. 2011-01-11 12:52:11 +00:00
SimplifyInstructions.cpp Speed up instsimplify by about 10-15% by not bothering to retry 2011-01-03 10:50:04 +00:00
SSAUpdater.cpp Add a new LoadAndStorePromoter class, which implements the general 2011-01-14 19:36:13 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp Revamp the ValueMapper interfaces in a couple ways: 2011-01-08 08:15:20 +00:00