llvm-6502/lib/Transforms/Utils
2011-01-17 07:26:51 +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
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
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 Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. 2011-01-17 07:26:51 +00:00
PromoteMemoryToRegister.cpp Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. 2011-01-17 07:26:51 +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 Generalize LoadAndStorePromoter a bit and switch LICM 2011-01-15 00:12:35 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp Revamp the ValueMapper interfaces in a couple ways: 2011-01-08 08:15:20 +00:00