summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson2019-09-071-6/+13
* [AliasAnalysis] Second prototype to cache BasicAA / anyAA state.Alina Sbirlea2019-03-221-3/+4
* [CFLAnders] Fix typo in comment; NFCGeorge Burgess IV2019-03-081-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace most users of UnknownSize with LocationSize::unknown(); NFCGeorge Burgess IV2018-10-101-3/+3
* Make LocationSize a proper Optional type; NFCGeorge Burgess IV2018-10-091-2/+2
* Use locals instead of struct fields; NFCGeorge Burgess IV2018-10-091-6/+8
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* 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