llvm-6502/lib/Transforms/Scalar
2010-05-11 06:17:44 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Update CMake build. 2010-05-07 17:13:20 +00:00
CodeGenPrepare.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp Fix PR7052, patch by Jakub Staszak! 2010-05-08 20:01:44 +00:00
IndVarSimplify.cpp Use getConstant instead of getIntegerSCEV. The two are basically the 2010-05-03 22:09:21 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp Check for side effects before splitting loop. 2010-05-03 18:06:58 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! 2010-05-11 06:17:44 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp fix PR6940: sitofp(undef) folds to 0.0, not undef. 2010-04-26 18:21:23 +00:00
SimplifyCFGPass.cpp make simplifycfg insert an llvm.trap before the 'unreachable' it introduces 2010-05-08 22:15:59 +00:00
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp Add an LLVM IR version of code sinking. This uses the same simple algorithm 2010-05-07 15:40:13 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp