llvm-mirror/lib/Transforms/Scalar
2009-12-06 04:54:31 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Fix a comment typo. 2009-12-03 21:47:07 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp formatting cleanups. 2009-12-02 06:35:55 +00:00
GEPSplitter.cpp
GVN.cpp add support for forwarding mem intrinsic values to non-local loads. 2009-12-06 04:54:31 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Generalize this optimization to work on equality comparisons between any two 2009-12-05 05:00:00 +00:00
JumpThreading.cpp fix PR5640 by tracking whether a block is the header of a loop more 2009-12-01 06:04:43 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Fix up some comments. 2009-12-04 21:57:37 +00:00
SCCP.cpp
SCCVN.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp improve portability to avoid conflicting with std::next in c++'0x. 2009-12-03 00:50:42 +00:00
SimplifyLibCalls.cpp tidy up, remove dependence on order of evaluation of function args from EmitMemCpy. 2009-12-02 06:05:42 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp