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
Age
Commit message (
Expand
)
Author
2008-10-22
Merge from mainline
Tanya Lattner
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-04
Ignore loads from and stores to local memory (i.e. allocas)
Duncan Sands
2008-10-03
Clean up some multiple-return-value code that is no longer
Dan Gohman
2008-10-03
Nick Lewycky's patch.
Devang Patel
2008-10-03
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-03
SplitBlock should only attempt to update LoopInfo if it is actually being used.
Owen Anderson
2008-10-01
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
revert the addition of Preverves(CallGraph), per Duncan's comments
Nuno Lopes
2008-10-01
Call ScalarEvolution's deleteValueFromRecords before deleting an
Dan Gohman
2008-09-30
add preserversCFG() + preservers(CallGraph)
Nuno Lopes
2008-09-30
add AU.setPreservesCFG() since this pass only adds and removes function attri...
Nuno Lopes
2008-09-30
Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))
Nick Lewycky
2008-09-29
Speed up these passes when the callgraph has
Duncan Sands
2008-09-29
remove redundant test (mayBeOverriden() includes hasLinkOnceLinkage)
Nuno Lopes
2008-09-29
Tweak some comments.
Duncan Sands
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
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-20
Implement review feedback from Devang: make use
Duncan Sands
2008-09-19
Remove the MarkModRef pass (use AddReadAttrs instead).
Duncan Sands
2008-09-19
Add a new pass AddReadAttrs which works out which functions
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-18
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-17
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
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
[next]