summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/AddReadAttrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-166/+0
* Experiments show that looking through phi nodesDuncan Sands2008-12-291-0/+2
* Allow readnone functions to read (and write!) globalDuncan Sands2008-12-291-4/+19
* Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands2008-10-041-9/+26
* add AU.setPreservesCFG() since this pass only adds and removes function attri...Nuno Lopes2008-09-301-0/+5
* Speed up these passes when the callgraph hasDuncan Sands2008-09-291-3/+8
* Tweak some comments.Duncan Sands2008-09-291-4/+6
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Now Attributes are divided in three groupsDevang Patel2008-09-261-2/+2
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Implement review feedback from Devang: make useDuncan Sands2008-09-201-26/+11
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-191-0/+135
OpenPOWER on IntegriCloud