llvm-6502/lib/Transforms/Scalar
Chris Lattner 54cfe7e027 simplify a little
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123573 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-16 07:11:21 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp temporarily revert r123526. While working on a follow-on patch I 2011-01-15 07:51:19 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GEPSplitter.cpp
GVN.cpp Remove the PR8954 workaround. 2011-01-11 22:56:41 +00:00
IndVarSimplify.cpp
JumpThreading.cpp
LICM.cpp Generalize LoadAndStorePromoter a bit and switch LICM 2011-01-15 00:12:35 +00:00
LoopDeletion.cpp Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior. 2011-01-12 19:12:45 +00:00
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp revert 123144, reenabling the rest of memset formation. 2011-01-12 03:25:15 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp split SROA into two passes: one that uses DomFrontiers (-scalarrepl) 2011-01-14 08:13:00 +00:00
ScalarReplAggregates.cpp if an alloca is only ever accessed as a unit, and is accessed with load/store instructions, 2011-01-16 06:18:28 +00:00
SCCP.cpp simplify a little 2011-01-16 07:11:21 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp