aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-22[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth1-4/+4
2015-05-12Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper1-2/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-13/+15
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-2/+2
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-4/+3
2013-02-12Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman1-4/+4
2013-01-29Sorted includes using utils/sort_includes.Michael Gottesman1-1/+1
2013-01-29Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman1-0/+177