Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Analysis
/
CFLAndersAliasAnalysis.cpp
6ef8002
Replace most users of UnknownSize with LocationSize::unknown(); NFC
by George Burgess IV
· 7 years ago
f96e618
Make LocationSize a proper Optional type; NFC
by George Burgess IV
· 7 years ago
fefc42c
Use locals instead of struct fields; NFC
by George Burgess IV
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
319be3a
Replace AA's uses of uint64_t with LocationSize; NFC.
by George Burgess IV
· 7 years ago
c652617
Revert r332657: "[AA] cfl-anders-aa with field sensitivity"
by George Burgess IV
· 7 years ago
b1c59e3
[AA] cfl-anders-aa with field sensitivity
by David Bolvansky
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
97bcade
[Analysis] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
1a8456d
Fix more spelling mistakes in comments of LLVM Analysis passes
by Vedant Kumar
· 8 years ago
530851c
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
7829506
CFLAA: return MustAlias when pointers p, q are equal, i.e.,
by Nuno Lopes
· 8 years ago
31d4c1b
[CFLAA] Move a common function to the header to reduce duplication.
by Davide Italiano
· 8 years ago
e34a806
[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'
by Davide Italiano
· 8 years ago
061f4a5
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
by Benjamin Kramer
· 9 years ago
dab4eae
[PM] Change the static object whose address is used to uniquely identify
by Chandler Carruth
· 9 years ago
381fc0e
Make some LLVM_CONSTEXPR variables const. NFC.
by George Burgess IV
· 9 years ago
36e0d01
Consistently use FunctionAnalysisManager
by Sean Silva
· 9 years ago
777efb1
[CFLAA] Be more conservative with values we haven't seen.
by George Burgess IV
· 9 years ago
5f0e76d
[CFLAA] Remove modref queries from CFLAA.
by George Burgess IV
· 9 years ago
4c58266
[CFLAA] Make CFLAnders more conservative with new Values.
by George Burgess IV
· 9 years ago
dbd35c4
[CFLAA] Add getModRefBehavior to CFLAnders.
by George Burgess IV
· 9 years ago
4ec1753
[CFLAA] Add more offset-sensitivity tracking.
by George Burgess IV
· 9 years ago
22a0f1a
Attempt to appease MSVC buildbots.
by George Burgess IV
· 9 years ago
3b05984
[CFLAA] Add some interproc. analysis to CFLAnders.
by George Burgess IV
· 9 years ago
c01b42f
[CFLAA] Teach CFLAnders to distinguish reads from writes.
by George Burgess IV
· 9 years ago
22682e2
[CFLAA] Add attributes handling for CFLAnders.
by George Burgess IV
· 9 years ago
6d30aa0
[CFLAA] Add an initial CFLAnders implementation.
by George Burgess IV
· 9 years ago
1ca8aff
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
by George Burgess IV
· 9 years ago
bfa401e
[CFLAA] Split into Anders+Steens analysis.
by George Burgess IV
· 9 years ago