llvm-6502/lib/Transforms/Scalar
2010-01-29 00:27:39 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp Remove check for an impossible condition: the condition of the while loop has 2010-01-25 21:28:05 +00:00
IndVarSimplify.cpp Re-implement the main strength-reduction portion of LoopStrengthReduction. 2010-01-21 02:09:26 +00:00
JumpThreading.cpp third bug from PR6119: the xor dupe extension allows 2010-01-23 19:21:31 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Add newline to debugging output, and fix some grammar-os in comment. 2010-01-29 00:27:39 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp clean up this code a bit. 2009-09-02 06:15:37 +00:00
Scalar.cpp
ScalarReplAggregates.cpp Use the less expensive getName function instead of getNameStr. 2010-01-27 19:46:52 +00:00
SCCP.cpp
SCCVN.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Reapply 94059 while fixing the calling convention setup 2010-01-23 05:29:06 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp