llvm-6502/lib/Transforms/Scalar
2010-08-29 04:23:04 +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
IndVarSimplify.cpp
JumpThreading.cpp Fix typos in comments. 2010-08-27 20:32:56 +00:00
LICM.cpp modernize this pass a bit: use efficient set/map and reduce indentation. 2010-08-29 04:23:04 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
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
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp
ValuePropagation.cpp Update CMake build. Add newline at end of file. 2010-08-28 00:11:12 +00:00