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
2003-04-25 22:53:27 +00:00
..
ADCE.cpp Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll 2003-04-25 22:53:27 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
GCSE.cpp
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
Mem2Reg.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
PiNodeInsertion.cpp
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 Fix major problem with PHI node traversal: rechecking PHIs should go into 2003-04-25 03:35:10 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp