summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace AA's uses of uint64_t with LocationSize; NFC.George Burgess IV2018-05-251-3/+3
* Revert r332657: "[AA] cfl-anders-aa with field sensitivity"George Burgess IV2018-05-171-135/+102
* [AA] cfl-anders-aa with field sensitivityDavid Bolvansky2018-05-171-102/+135
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+3
* [Analysis] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-2/+2
* Fix more spelling mistakes in comments of LLVM Analysis passesVedant Kumar2018-03-021-2/+2
* [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-08-111-28/+66
* CFLAA: return MustAlias when pointers p, q are equal, i.e.,Nuno Lopes2017-08-091-1/+1
* [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