llvm-6502/lib/Transforms/Scalar
2009-07-27 20:59:43 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Convert a few more uses of llvm/Support/Streams.h to raw_ostream. 2009-07-25 01:13:51 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp Convert a few more things to use raw_ostream. 2009-07-25 01:43:01 +00:00
GVNPRE.cpp Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
IndVarSimplify.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
InstructionCombining.cpp Move ConstantFP construction back to the 2.5-ish API. 2009-07-27 20:59:43 +00:00
JumpThreading.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
LICM.cpp Make AliasAnalysis and related classes use 2009-07-25 00:48:42 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Move ConstantFP construction back to the 2.5-ish API. 2009-07-27 20:59:43 +00:00
LoopUnroll.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
LoopUnswitch.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
Makefile
MemCpyOptimizer.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
PredicateSimplifier.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
SCCP.cpp Eliminate some uses of DOUT, cerr, and getNameStart(). 2009-07-26 07:49:05 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
SimplifyLibCalls.cpp Move ConstantFP construction back to the 2.5-ish API. 2009-07-27 20:59:43 +00:00
TailDuplication.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
TailRecursionElimination.cpp