llvm-6502/lib/Transforms/Scalar
2012-03-26 06:58:25 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Refactor the interface to recursively simplifying instructions to be tad 2012-03-24 21:11:24 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp llvm::SwitchInst 2012-03-11 06:09:17 +00:00
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GlobalMerge.cpp
GVN.cpp When propagating equalities, eg replacing A with B in every basic block 2012-03-23 08:45:52 +00:00
IndVarSimplify.cpp More IndVarSimplify cleanup. 2012-03-24 00:51:17 +00:00
JumpThreading.cpp enhance jump threading to preserve TBAA information when PRE'ing loads, 2012-03-13 18:07:41 +00:00
LICM.cpp
LLVMBuild.txt
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Remove -enable-lsr-retry in time for 3.1. 2012-03-22 22:42:51 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp This pass didn't want the inline cost per-se, it just wants generic code 2012-03-15 00:29:10 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
ObjCARC.cpp Fix the MSVC build. 2012-03-24 01:36:37 +00:00
Reassociate.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Indentation. 2012-03-23 08:29:04 +00:00
SCCP.cpp llvm::SwitchInst 2012-03-11 06:09:17 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailRecursionElimination.cpp