llvm-project/llvm/lib/Transforms/Scalar
Chris Lattner edda1af35a Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop
llvm-svn: 10369
2003-12-10 15:56:24 +00:00
..
ADCE.cpp Do not crash when deleing a region with a dead invoke instruction 2003-11-22 02:13:08 +00:00
ConstantProp.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
CorrelatedExprs.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
DCE.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
DecomposeMultiDimRefs.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
GCSE.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
IndVarSimplify.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
InstructionCombining.cpp * Finegrainify namespacification 2003-12-07 01:24:23 +00:00
LICM.cpp Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop 2003-12-10 15:56:24 +00:00
LoopSimplify.cpp Do not insert one entry PHI nodes in split exit blocks! 2003-12-09 23:12:55 +00:00
LowerAllocations.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
LowerInvoke.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
LowerSwitch.cpp Minor cleanups and simplifications 2003-11-21 16:52:05 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mem2Reg.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PRE.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PiNodeInsertion.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Reassociate.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
SCCP.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
ScalarReplAggregates.cpp Finegrainify namespacification 2003-12-02 17:43:55 +00:00
SimplifyCFG.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
SymbolStripping.cpp Finegrainify namespacification 2003-11-22 01:29:35 +00:00
TailDuplication.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
TailRecursionElimination.cpp Implement: TailCallElim/accum_recursion_constant_arg.ll 2003-12-08 23:37:35 +00:00