llvm-6502/lib/Transforms/Utils
2011-05-04 23:58:22 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Scanning entire basic block may be too expensive in terms of compile time. Instead, just use whatever location info first non-phi instruction has. 2011-05-02 21:57:00 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
BuildLibCalls.cpp
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
InstructionNamer.cpp
LCSSA.cpp Set debug location for new PHI nodes created in exit block. 2011-05-04 23:58:22 +00:00
Local.cpp Remove DbgDeclare only if all uses are converted. 2011-04-28 20:32:02 +00:00
LoopSimplify.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SimplifyCFG.cpp SimplifyCFG: Expose phi node folding cost threshold as command line parameter 2011-04-29 18:47:38 +00:00
SimplifyInstructions.cpp
SSAUpdater.cpp Assing line number info to new PHIs created by SSA updater. 2011-04-29 22:28:59 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp PR9214: Convert Metadata API to use ArrayRef. 2011-04-21 19:59:31 +00:00