1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms/Utils
Chris Lattner c6778e91f4 Cleanup
llvm-svn: 9133
2003-10-15 16:42:21 +00:00
..
BasicBlockUtils.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
BreakCriticalEdges.cpp Rename loop preheaders pass to loop simplify 2003-10-12 21:52:28 +00:00
CloneFunction.cpp Refactor CloneFunction to expose the new CloneBasicBlock function 2003-04-18 03:50:09 +00:00
CloneModule.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
CloneTrace.cpp Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. 2003-05-31 20:01:37 +00:00
DemoteRegToStack.cpp Cleanup 2003-10-15 16:42:21 +00:00
InlineFunction.cpp Do not move variable sized allocations to the top of the caller, which might 2003-10-14 01:11:07 +00:00
Linker.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
Local.cpp Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 2003-08-23 23:18:19 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp This changes the PromoteMemToReg function to create "pruned" SSA form, not 2003-10-05 22:19:20 +00:00
SimplifyCFG.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
UnifyFunctionExitNodes.cpp Expand the pass to unify all of the unwind blocks as well 2003-09-10 20:34:51 +00:00
ValueMapper.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
ValueMapper.h Initial checkin of Module cloning support stuff 2002-11-20 20:47:41 +00:00