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
/
IPO
Age
Commit message (
Expand
)
Author
2009-03-03
Ignore debug info intrinsics.
Devang Patel
2009-03-02
Remove all dbg symobls, including those with circular references.
Devang Patel
2009-02-18
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-17
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
This transform also applies to private linkage.
Duncan Sands
2009-02-15
Make this more useful for cleaning up after the
Duncan Sands
2009-02-15
If the target of an alias has internal linkage, then the
Duncan Sands
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-25
The function that does nothing but call malloc is noalias return.
Nick Lewycky
2009-01-23
use CallSite::isCalle instead of slow getOperandNo
Gabor Greif
2009-01-23
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-22
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-18
BasicAliasAnalysis and FunctionAttrs were both
Duncan Sands
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-14
rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary
Chris Lattner
2009-01-13
Correct a comment.
Duncan Sands
2009-01-12
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-11
Increase default inlining aggressiveness in partial
Dale Johannesen
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
2009-01-07
Whitespace - correct formatting.
Duncan Sands
2009-01-07
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
Reorder these.
Duncan Sands
2009-01-07
Use a switch rather than a sequence of "isa" tests.
Duncan Sands
2009-01-07
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-05
Teach the internalize pass to also internalize
Duncan Sands
2009-01-05
Not having an aliasee is a theoretical possibility.
Duncan Sands
2009-01-05
Format more neatly.
Duncan Sands
2009-01-05
Remove trailing spaces.
Duncan Sands
2009-01-05
Delete unused global aliases with internal linkage.
Duncan Sands
2009-01-03
Any void readonly functions are provably dead, don't waste time adding
Nick Lewycky
2009-01-02
Load tracking means that the value analyzed may
Duncan Sands
2009-01-02
When calculating 'nocapture' argument attributes, allow
Duncan Sands
2009-01-02
Improve comments and reorganize a bit - no functionality
Duncan Sands
2009-01-02
Make adding nocapture a bit stronger. FreeInst is nocapture. Also,
Nick Lewycky
2009-01-01
Mention that this pass does escape analysis in the
Duncan Sands
2008-12-31
Look through phi nodes and select instructions when
Duncan Sands
2008-12-31
Don't analyze arguments already marked 'nocapture'.
Duncan Sands
2008-12-31
Rename AddReadAttrs to FunctionAttrs, and teach it how
Duncan Sands
2008-12-29
Experiments show that looking through phi nodes
Duncan Sands
2008-12-29
Allow readnone functions to read (and write!) global
Duncan Sands
2008-12-17
insert some sequence points and preincrement an iterator to avoid
Chris Lattner
2008-12-17
Enhance heap sra to be substantially more aggressive w.r.t PHI
Chris Lattner
2008-12-16
Fix another crash found by inspection. If we have a PHI node merging
Chris Lattner
2008-12-16
fix a crash found by inspection.
Chris Lattner
2008-12-16
switch some std::set/std::map to SmallPtrSet/DenseMap.
Chris Lattner
2008-12-15
enhance heap-sra to apply to fixed sized array allocations, not just
Chris Lattner
2008-12-15
Use stripPointerCasts.
Chris Lattner
[next]