summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFLSteensAliasAnalysis.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-7/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+3
* [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-08-111-6/+9
* [CFLAA] Remove unneded function declaration. NFCI.Davide Italiano2017-06-291-2/+0
* [CFLAA] Move a common function to the header to reduce duplication.Davide Italiano2017-06-271-13/+2
* [CFLAA] Use raw pointers instead of Optional<Pointer>. NFC.Davide Italiano2017-06-271-9/+9
* [CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'Davide Italiano2017-06-261-1/+1
* [CFL-AA] Remove unneeded function declaration. NFCI.Davide Italiano2017-06-261-3/+0
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-1/+1
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [CFLAA] Remove modref queries from CFLAA.George Burgess IV2016-08-011-82/+0
* [CFLAA] Add getModRefBehavior to CFLAnders.George Burgess IV2016-07-271-8/+18
* [CFLAA] Add more offset-sensitivity tracking.George Burgess IV2016-07-221-1/+1
* [CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV2016-07-111-80/+38
* [CFLAA] Move the graph builder out from CFLSteens. NFC.George Burgess IV2016-07-091-422/+18
* [CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV2016-07-091-41/+25
* [CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV2016-07-061-168/+41
* [CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV2016-07-061-122/+2
* [CFLAA] Split into Anders+Steens analysis.George Burgess IV2016-07-061-0/+1151
OpenPOWER on IntegriCloud