1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms/Utils
2004-07-29 12:17:34 +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 Use new IsNAN() wrapper. 2004-06-23 00:25:35 +00:00
Makefile
PromoteMemoryToRegister.cpp Change to use the StableBasicBlockNumbering class 2004-06-19 08:42:40 +00:00
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