llvm-6502/lib/Transforms/Scalar
David Greene 68d67fdf20 Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92611 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 01:27:11 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00
CodeGenPrepare.cpp Change errs() to dbgs(). 2010-01-05 01:27:11 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Small cleanups, refactor some duplicated code into a single method. No 2010-01-03 04:39:07 +00:00
GEPSplitter.cpp
GVN.cpp split code that doesn't need to be templated out of IRBuilder into a new 2009-12-28 21:28:46 +00:00
IndVarSimplify.cpp Change errs() to dbgs(). 2010-01-05 01:27:06 +00:00
JumpThreading.cpp Metadata.h doesn't need to include ValueHandle.h anymore. 2009-12-28 08:20:46 +00:00
LICM.cpp Remove dead debug info intrinsics. 2010-01-05 01:10:40 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp Change errs() to dbgs(). 2010-01-05 01:27:04 +00:00
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp theoretically the negate we find could be in a different function, check 2010-01-02 21:46:33 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Change errs() to dbgs(). 2010-01-05 01:27:09 +00:00
SCCP.cpp
SCCVN.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp 80-col violations, trailing whitespace. 2010-01-04 07:55:25 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp