summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CFLAA] Move a common function to the header to reduce duplication.Davide Italiano2017-06-271-11/+0
* [CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'Davide Italiano2017-06-261-2/+2
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-2/+2
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-1/+1
* Make some LLVM_CONSTEXPR variables const. NFC.George Burgess IV2016-08-251-4/+2
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [CFLAA] Be more conservative with values we haven't seen.George Burgess IV2016-08-021-11/+16
* [CFLAA] Remove modref queries from CFLAA.George Burgess IV2016-08-011-106/+0
* [CFLAA] Make CFLAnders more conservative with new Values.George Burgess IV2016-08-011-4/+7
* [CFLAA] Add getModRefBehavior to CFLAnders.George Burgess IV2016-07-271-0/+106
* [CFLAA] Add more offset-sensitivity tracking.George Burgess IV2016-07-221-27/+136
* Attempt to appease MSVC buildbots.George Burgess IV2016-07-191-8/+10
* [CFLAA] Add some interproc. analysis to CFLAnders.George Burgess IV2016-07-191-8/+156
* [CFLAA] Teach CFLAnders to distinguish reads from writes.George Burgess IV2016-07-191-50/+95
* [CFLAA] Add attributes handling for CFLAnders.George Burgess IV2016-07-151-9/+127
* [CFLAA] Add an initial CFLAnders implementation.George Burgess IV2016-07-151-3/+409
* [CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV2016-07-061-0/+2
* [CFLAA] Split into Anders+Steens analysis.George Burgess IV2016-07-061-0/+58
OpenPOWER on IntegriCloud