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