llvm-6502/lib/Transforms/Scalar
2009-09-21 02:42:51 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Update CMake. 2009-09-17 00:06:48 +00:00
CodeGenLICM.cpp Add a new pass for doing late hoisting of floating-point and vector 2009-09-16 20:25:11 +00:00
CodeGenPrepare.cpp Preserve ProfileInfo during CodeGenPrepare. 2009-09-16 09:26:52 +00:00
CondPropagate.cpp Remove some not-really-used variables, as warned 2009-09-06 12:41:19 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp formatting cleanups, no functionality change. 2009-09-21 02:42:51 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
JumpThreading.cpp
LICM.cpp Re-apply r80926, with fixes: keep the domtree informed of new blocks 2009-09-08 15:45:00 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp Fix SplitCriticalEdge to properly update LCSSA form when splitting a 2009-09-09 18:18:18 +00:00
LoopStrengthReduce.cpp Re-apply r80926, with fixes: keep the domtree informed of new blocks 2009-09-08 15:45:00 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Reflow comment. 2009-09-09 17:57:16 +00:00
Makefile
MemCpyOptimizer.cpp When extending a memset range past the front, set the alignment of the 2009-09-14 23:39:10 +00:00
PredicateSimplifier.cpp
Reassociate.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp Add more newlines to make up for the ones removed from the end of instructions. 2009-09-15 07:08:25 +00:00
SCCP.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
TailDuplication.cpp Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. 2009-09-18 22:35:49 +00:00
TailRecursionElimination.cpp