llvm-6502/lib/Transforms/Utils
2004-03-01 01:12:13 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx 2004-02-29 22:24:41 +00:00
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp A generic code extractor: given a list of BasicBlocks, it will rip them out into 2004-02-28 03:26:20 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are not 2004-02-13 16:47:35 +00:00
Linker.cpp Fix PR245: Linking weak and strong global variables is dependent on link order 2004-02-17 21:56:04 +00:00
Local.cpp
LoopExtractor.cpp Right, it's really Extractor, not Extraction. 2004-02-28 03:37:58 +00:00
LoopSimplify.cpp
LowerAllocations.cpp if there is already a prototype for malloc/free, use it, even if it's incorrect. 2004-02-28 18:51:45 +00:00
LowerInvoke.cpp Disable tail duplication in a case that breaks on Olden/tsp 2004-03-01 01:12:13 +00:00
LowerSwitch.cpp Fix incorrect debug code 2004-02-25 15:15:04 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp Implement switch->br and br->switch folding by ripping out the switch->switch 2004-02-28 21:28:10 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Adjustments to support the new ConstantAggregateZero class 2004-02-15 05:55:15 +00:00
ValueMapper.h