llvm-6502/lib/Transforms/Scalar
Owen Anderson 327ca7bec2 Re-apply r112539, being more careful to respect the return values of the constant folding methods. Additionally,
use the ConstantExpr::get*() methods to simplify some constant folding.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112550 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-30 23:22:36 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt remove the ABCD and SSI passes. They don't have any clients that 2010-08-28 03:51:24 +00:00
CodeGenPrepare.cpp remove some llvmcontext arguments that are now dead post-refactoring. 2010-08-25 23:00:45 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp remove dead proto 2010-08-29 04:53:24 +00:00
IndVarSimplify.cpp
JumpThreading.cpp Re-apply r112539, being more careful to respect the return values of the constant folding methods. Additionally, 2010-08-30 23:22:36 +00:00
LICM.cpp rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas 2010-08-29 19:54:28 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Optionally rerun dedicated-register filtering after applying 2010-08-29 16:39:22 +00:00
LoopUnrollPass.cpp now that loop passes don't use DomFrontier, there is no reason 2010-08-29 17:21:35 +00:00
LoopUnswitch.cpp apparently unswitch had the same "Feature". Stop its 2010-08-29 17:23:19 +00:00
LowerAtomic.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Scalar.cpp
ScalarReplAggregates.cpp remove dead prototype. 2010-08-18 02:37:06 +00:00
SCCP.cpp remove some dead code. 2010-08-18 02:41:56 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp
ValuePropagation.cpp Add statistics to evaluate this pass. 2010-08-30 22:45:55 +00:00