1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Scalar
Chris Lattner 7b67a6e77d Minor non-functional changes:
* Spell propagate right
  * Improve performance of phi node handling
  * Delete using directive
  * Other minor changes

llvm-svn: 5920
2003-04-25 02:50:03 +00:00
..
ADCE.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
ConstantProp.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
CorrelatedExprs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
DCE.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
DecomposeMultiDimRefs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
GCSE.cpp Fix typo 2003-02-01 04:50:59 +00:00
IndVarSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
InstructionCombining.cpp Change the interface to constant expressions to allow automatic folding 2003-04-16 22:40:51 +00:00
LICM.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LoopSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LowerAllocations.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LowerSwitch.cpp New pass to lower switch instructions to branch instructions 2003-04-23 16:23:59 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Mem2Reg.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
PiNodeInsertion.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
PRE.cpp Initial checkin of PRE on LLVM. This implementation is still lacking in 2003-03-31 19:55:43 +00:00
Reassociate.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
SCCP.cpp Minor non-functional changes: 2003-04-25 02:50:03 +00:00
SimplifyCFG.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SymbolStripping.cpp - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00