llvm-mirror/lib/Transforms/Scalar
2008-10-28 22:38:57 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
InstructionCombining.cpp (A & sext(C)) | (B & ~sext(C) -> C ? A : B 2008-10-28 22:38:57 +00:00
JumpThreading.cpp
LICM.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopDeletion.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopIndexSplit.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopRotation.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopStrengthReduce.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopUnroll.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
LoopUnswitch.cpp Change create*Pass factory functions to return Pass* instead of 2008-10-22 23:32:42 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp Add value range analyzing of Add and Sub. 2008-10-24 04:00:26 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp