summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFLAndersAliasAnalysis.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-08-09CFLAA: return MustAlias when pointers p, q are equal, i.e.,Nuno Lopes
2017-06-27[CFLAA] Move a common function to the header to reduce duplication.Davide Italiano
2017-06-26[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'Davide Italiano
2017-01-13Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer
2016-11-23[PM] Change the static object whose address is used to uniquely identifyChandler Carruth
2016-08-25Make some LLVM_CONSTEXPR variables const. NFC.George Burgess IV
2016-08-09Consistently use FunctionAnalysisManagerSean Silva
2016-08-02[CFLAA] Be more conservative with values we haven't seen.George Burgess IV
2016-08-01[CFLAA] Remove modref queries from CFLAA.George Burgess IV
2016-08-01[CFLAA] Make CFLAnders more conservative with new Values.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-19Attempt to appease MSVC buildbots.George Burgess IV
2016-07-19[CFLAA] Add some interproc. analysis to CFLAnders.George Burgess IV
2016-07-19[CFLAA] Teach CFLAnders to distinguish reads from writes.George Burgess IV
2016-07-15[CFLAA] Add attributes handling for CFLAnders.George Burgess IV
2016-07-15[CFLAA] Add an initial CFLAnders implementation.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