aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CaptureTracking.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-5/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-081-1/+1
* Move includes to the .cpp file.Jakub Staszak2012-01-171-2/+0
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-4/+4
* Add virtual destructor. Whoops!Nick Lewycky2011-11-211-0/+2
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-201-124/+23
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-201-1/+1
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-141-2/+133
* 80-columnsEric Christopher2010-07-131-3/+3
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-191-1/+5
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-181-0/+29