index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2008-10-17
Merge from mainline.
Tanya Lattner
2008-10-06
Fix typo, fix PR 2865.
Devang Patel
2008-10-06
Allow scalarrepl to treat an all-zero GEP just as bitcast.
Matthijs Kooijman
2008-10-05
rewrite bswap matching to be more general, allowing arbitrary
Chris Lattner
2008-10-05
fix a bug where the bswap matcher could match a case involving
Chris Lattner
2008-10-01
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
Call ScalarEvolution's deleteValueFromRecords before deleting an
Dan Gohman
2008-09-30
Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))
Nick Lewycky
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Commit CodeGenPrepare.cpp changes which was accidentially left out of 56526.
Evan Cheng
2008-09-24
Fix fallout in CodeGenPrepare from 56526. Will likely need more work.
Eric Christopher
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-22
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-19
Remove the MarkModRef pass (use AddReadAttrs instead).
Duncan Sands
2008-09-18
splitLoop does not handle split condition EQ.
Devang Patel
2008-09-18
Decrementing the iterator here could be wrong if the worklist is empty after ...
Bill Wendling
2008-09-17
Do not ignore iv uses outside the loop.
Devang Patel
2008-09-16
Improve instcombine's handling of integer min and max in two ways:
Dan Gohman
2008-09-15
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-11
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
Fix a copy+paste bug that Duncan spotted. For several
Dan Gohman
2008-09-11
In my analysis for r56076 I missed the case where the original
Dan Gohman
2008-09-10
Fix an icmp+sdiv optimization to check for and handle an overflow
Dan Gohman
2008-09-10
fix white spaces.
Devang Patel
2008-09-10
Fix a warning about comparing signed and unsigned values.
Dan Gohman
2008-09-09
if loop induction variable is always sign or zero extended then
Devang Patel
2008-09-09
fix overflow check.
Devang Patel
2008-09-09
Make SimplifyDemandedVectorElts simplify vectors with multiple
Dan Gohman
2008-09-08
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
Remove unused counter.
Devang Patel
2008-09-08
Remove OptimizeIVType()
Devang Patel
2008-09-05
Remove unused map.
Devang Patel
2008-09-04
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
Initialize loop data first.
Devang Patel
2008-09-04
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Fix a bug that prevented PRE from applying in some cases.
Owen Anderson
2008-09-03
Don't apply this transform to vectors. Fixes PR2756.
Nick Lewycky
2008-09-03
Add additional check to ensure that iv is canonicalized.
Devang Patel
2008-09-03
Check iteration count.
Devang Patel
2008-09-03
While removing PHI, use basicblock to identify incoming value.
Devang Patel
[next]