..
ADCE.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
BasicBlockPlacement.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
CodeGenPrepare.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
CondPropagate.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
ConstantProp.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
DCE.cpp
Decrementing the iterator here could be wrong if the worklist is empty after the "erase".
2008-09-18 23:04:18 +00:00
DeadStoreElimination.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
GVN.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
GVNPRE.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
IndVarSimplify.cpp
fix white spaces.
2008-09-10 14:49:55 +00:00
InstructionCombining.cpp
Improve instcombine's handling of integer min and max in two ways:
2008-09-16 18:46:06 +00:00
JumpThreading.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LICM.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LoopDeletion.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LoopIndexSplit.cpp
splitLoop does not handle split condition EQ.
2008-09-18 23:45:14 +00:00
LoopRotation.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LoopStrengthReduce.cpp
Teach LSR to optimize away SMAX operations for tripcounts in common
2008-09-15 21:22:06 +00:00
LoopUnroll.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LoopUnswitch.cpp
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
2008-09-04 22:43:59 +00:00
Makefile
MemCpyOptimizer.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
PredicateSimplifier.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
Reassociate.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
Reg2Mem.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
Scalar.cpp
ScalarReplAggregates.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
SCCP.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
SimplifyCFGPass.cpp
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
2008-09-08 22:14:17 +00:00
SimplifyLibCalls.cpp
Add intrinsic forms of pow and exp2. The non-intrinsic
2008-09-04 18:30:46 +00:00
TailDuplication.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
TailRecursionElimination.cpp
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00