1. ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 14 years ago
  2. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago[Renamed (97%) from lib/Analysis/RangeConstraintManager.cpp]
  3. 32a5808 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 15 years ago
  4. ba5fb5a lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 15 years ago
  5. f465e85 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 15 years ago
  6. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  7. 53ba0b6 Remove uses of std::ostream from libAnalysis. by Ted Kremenek · 15 years ago
  8. f1b8227 Remove GRStateManager& field from SimpleConstraintManager. by Ted Kremenek · 15 years ago
  9. a591bc0 libAnalysis: by Ted Kremenek · 15 years ago
  10. c878138 Remove more uses of GRStateRef. by Ted Kremenek · 15 years ago
  11. ec751c4 Tweak pretty-printing of constraints. by Ted Kremenek · 15 years ago
  12. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  13. e53f820 Revise comment. Comparing pointer values in 'Range' wasn't the performance issue I thought it was, but it is still worth ordering Range objects by their APSInt values. by Ted Kremenek · 15 years ago
  14. b103f01 Fix performance bug in RangeConstraintManager (that I introduced): by Ted Kremenek · 15 years ago
  15. 9beefec Revised RangeConstraintManager based on several discussions with Ben Laurie and by Ted Kremenek · 15 years ago
  16. dd28d00 Add pretty-printing (for GraphViz) support for RangeConstraintManager. by Ted Kremenek · 15 years ago
  17. 53a61f4 Do not register 'RangeConstraintManager' as the default ConstraintManager. by Ted Kremenek · 15 years ago
  18. 4502195 Patch by Ben Laurie: by Ted Kremenek · 15 years ago