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