llvm-6502/lib/Transforms/Scalar
2010-08-27 17:12:29 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
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 Use LVI to eliminate conditional branches where we've tested a related condition previously. Update tests for this change. 2010-08-27 17:12:29 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp When rotating loops, put the original header at the bottom of the 2010-08-17 17:39:21 +00:00
LoopStrengthReduce.cpp Process the step before the start, because it's usually the simpler 2010-08-19 01:02:31 +00:00
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 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