llvm-6502/lib/Transforms/Scalar
2006-12-04 23:54:59 +00:00
..
ADCE.cpp Removed #include <iostream> and replaced with llvm_* streams. 2006-11-26 09:46:52 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp Removed #include <iostream> and replaced with llvm_* streams. 2006-11-26 09:46:52 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp For PR950: 2006-11-27 01:05:10 +00:00
InstructionCombining.cpp Update call to CastInst::getCastOpcode for its new signature. 2006-12-04 02:48:01 +00:00
LICM.cpp For PR950: 2006-11-27 01:05:10 +00:00
LoopStrengthReduce.cpp For PR950: 2006-11-27 01:05:10 +00:00
LoopUnroll.cpp Removed #include <iostream> and replaced with llvm_* streams. 2006-11-26 09:46:52 +00:00
LoopUnswitch.cpp Removed #include <iostream> and replaced with llvm_* streams. 2006-11-26 09:46:52 +00:00
LowerGC.cpp For PR950: 2006-11-27 01:05:10 +00:00
LowerPacked.cpp For PR950: 2006-11-27 01:05:10 +00:00
Makefile
PredicateSimplifier.cpp Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp For PR950: 2006-11-27 01:05:10 +00:00
SCCP.cpp SCCP does not handle Packed Type properly. Disable Packed Type handling 2006-12-04 23:54:59 +00:00
SimplifyCFG.cpp
TailDuplication.cpp Removed #include <iostream> and replaced with llvm_* streams. 2006-11-26 09:46:52 +00:00
TailRecursionElimination.cpp