aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/FunctionAttrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-11/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-14/+14
* Update to LLVM 3.5a.Stephen Hines2014-04-241-19/+20
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-1/+1
* Avoid a compiler warning about Found not being used when assertions areDuncan Sands2013-09-131-0/+1
* Declare missing dependency on AliasAnalysis. Patch by Liu Xin!Nick Lewycky2013-09-051-0/+1
* Fix annotation of unlink. Should fix builder.Nick Lewycky2013-07-061-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-37/+364
* Tabs to spaces. No functionality change.Nick Lewycky2013-07-041-10/+10
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-031-0/+10
* Add missing break statements. Noticed by inspection.Nick Lewycky2013-07-021-0/+2
* Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...Benjamin Kramer2013-06-221-46/+32
* FunctionAttrs: Merge attributes once instead of doing it for every argument.Benjamin Kramer2013-06-221-32/+46
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-211-2/+739
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-4/+6
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-2/+3
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-3/+1
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-11/+11
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-311-3/+3
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-2/+2
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-2/+4
* Attributes RewriteBill Wendling2012-10-151-6/+8
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-101-6/+14
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-091-1/+1
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-081-2/+0
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-041-1/+1
* SCCCaptured is trivially false on entry to this loop and not modified inside it.Nick Lewycky2012-01-051-1/+1
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-5/+222
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-161-4/+4
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-151-2/+2
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-10/+3
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-101-1/+1
* Factor out the code for testing whether a function accessesDan Gohman2010-11-101-3/+2
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-44/+31
* Teach FunctionAttrs about the VAArg instruction.Dan Gohman2010-11-091-0/+7
* Use the AliasAnalysis interface to determine how a Function accessesDan Gohman2010-11-091-2/+3
* Teach FunctionAttrs about AccessesArgumentsReadonly.Dan Gohman2010-11-091-0/+19
* Fix a thinko that Duncan spotted.Dan Gohman2010-11-081-1/+1
* Make FunctionAttrs TBAA-aware.Dan Gohman2010-11-081-12/+24
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-52/+5
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-081-18/+33
* Rename PointsToLocalMemory to PointsToLocalOrConstantMemory to makeDuncan Sands2010-11-031-8/+11
* Now that the MallocInst no longer exists, this workaround forDuncan Sands2010-10-301-5/+0
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-301-4/+4