summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFLSteensAliasAnalysis.cpp
AgeCommit message (Expand)Author
2017-08-11[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-06-29[CFLAA] Remove unneded function declaration. NFCI.Davide Italiano
2017-06-27[CFLAA] Move a common function to the header to reduce duplication.Davide Italiano
2017-06-27[CFLAA] Use raw pointers instead of Optional<Pointer>. NFC.Davide Italiano
2017-06-26[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'Davide Italiano
2017-06-26[CFL-AA] Remove unneeded function declaration. NFCI.Davide Italiano
2016-11-23[PM] Change the static object whose address is used to uniquely identifyChandler Carruth
2016-08-09Consistently use FunctionAnalysisManagerSean Silva
2016-08-01[CFLAA] Remove modref queries from CFLAA.George Burgess IV
2016-07-27[CFLAA] Add getModRefBehavior to CFLAnders.George Burgess IV
2016-07-22[CFLAA] Add more offset-sensitivity tracking.George Burgess IV
2016-07-11[CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV
2016-07-09[CFLAA] Move the graph builder out from CFLSteens. NFC.George Burgess IV
2016-07-09[CFLAA] Simplify CFLGraphBuilder. NFC.George Burgess IV
2016-07-06[CFLAA] Split out more things from CFLSteens. NFC.George Burgess IV
2016-07-06[CFLAA] Split the CFL graph out from CFLSteens. NFC.George Burgess IV
2016-07-06[CFLAA] Split into Anders+Steens analysis.George Burgess IV