llvm-6502/lib/Transforms/Utils
2004-07-29 17:05:13 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix a serious code pessimization problem. If an inlined function has a single 2004-07-20 05:45:24 +00:00
Local.cpp
LoopSimplify.cpp Fix PR404 try #2 2004-07-15 08:20:22 +00:00
LowerAllocations.cpp Now that we codegen the portable "sizeof" efficiently, we can use it for 2004-07-15 01:08:08 +00:00
LowerInvoke.cpp bug 122: 2004-07-18 00:44:37 +00:00
LowerSelect.cpp
LowerSwitch.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
UnifyFunctionExitNodes.cpp Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
ValueMapper.cpp Remove an if statement that would never be reached. 2004-07-18 08:41:47 +00:00
ValueMapper.h