summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/AddReadAttrs.cpp
Commit message (Expand)AuthorAge
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31
* Experiments show that looking through phi nodesDuncan Sands2008-12-29
* Allow readnone functions to read (and write!) globalDuncan Sands2008-12-29
* Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands2008-10-04
* add AU.setPreservesCFG() since this pass only adds and removes function attri...Nuno Lopes2008-09-30
* Speed up these passes when the callgraph hasDuncan Sands2008-09-29
* Tweak some comments.Duncan Sands2008-09-29
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-29
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* Implement review feedback from Devang: make useDuncan Sands2008-09-20
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-19