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
/
FunctionAttrs.cpp
Age
Commit message (
Expand
)
Author
2009-05-06
Fix PR3754: don't mark functions that wrap MallocInst with
Duncan Sands
2009-03-09
This debug info special case should no longer
Duncan Sands
2009-03-08
Fix comments, pointed out by Duncan Sands.
Nick Lewycky
2009-03-08
Mark function returns as noalias.
Nick Lewycky
2009-03-03
Ignore debug info intrinsics.
Devang Patel
2009-01-18
BasicAliasAnalysis and FunctionAttrs were both
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-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