llvm-6502/lib/Transforms/Scalar
2011-07-11 07:56:41 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GVN.cpp Added recognition for signed add/sub/mul with overflow intrinsics to GVN as per Chris and Frits suggestion. 2011-07-09 00:25:11 +00:00
IndVarSimplify.cpp indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more 2011-07-06 21:07:10 +00:00
JumpThreading.cpp
LICM.cpp Simplify. Consolidate dbg.declare handling in AllocaPromoter. 2011-07-06 21:09:55 +00:00
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp De-constify Types in FunctionType::get(). 2011-07-11 07:56:41 +00:00
ObjCARC.cpp De-constify Types in FunctionType::get(). 2011-07-11 07:56:41 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp Introduce "expect" intrinsic instructions. 2011-07-06 18:22:43 +00:00
ScalarReplAggregates.cpp Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion. 2011-07-07 00:05:58 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp De-constify Types in FunctionType::get(). 2011-07-11 07:56:41 +00:00
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp