1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Utils
Chris Lattner 4418633216 Implement SimplifyCFG/PhiEliminate.ll
Having a proper 'select' instruction would allow the elimination of a lot
of the special case cruft in this patch, but we don't have one yet.

llvm-svn: 11307
2004-02-11 03:36:04 +00:00
..
BasicBlockUtils.cpp Finegrainify namespacification 2004-01-09 06:12:26 +00:00
BreakCriticalEdges.cpp Finegrainify namespacification 2004-01-09 06:12:26 +00:00
CloneFunction.cpp Minor speedup, don't query ValueMap each time through the loop 2004-02-04 21:44:26 +00:00
CloneModule.cpp Finegrainify namespacification 2004-01-09 06:12:26 +00:00
CloneTrace.cpp Give CloneBasicBlock an optional function argument to specify which function 2004-02-04 01:19:43 +00:00
DemoteRegToStack.cpp Finegrainify namespacification 2004-01-09 06:12:26 +00:00
InlineFunction.cpp rename the "exceptional" destination of an invoke instruction to the 'unwind' dest 2004-02-08 21:44:31 +00:00
Linker.cpp Remove use of ConstantExpr::getShift 2004-01-12 19:10:58 +00:00
Local.cpp Clean up #includes 2004-01-12 19:56:36 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
PromoteMemoryToRegister.cpp Bunch up all locally used allocas by the block they are allocated in, and 2004-02-03 22:34:12 +00:00
SimplifyCFG.cpp Implement SimplifyCFG/PhiEliminate.ll 2004-02-11 03:36:04 +00:00
UnifyFunctionExitNodes.cpp Minor cleanups and simplifications 2003-11-21 16:52:05 +00:00
ValueMapper.cpp Remove use of ConstantExpr::getShift 2004-01-12 19:10:58 +00:00
ValueMapper.h Finegrainify namespacification 2004-01-09 06:12:26 +00:00