1. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (97%) from clang/lib/Analysis/RangeConstraintManager.cpp]
  2. de8e744 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 16 years ago
  3. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  4. 5375309 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 16 years ago
  5. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  6. 799bb6e Remove uses of std::ostream from libAnalysis. by Ted Kremenek · 16 years ago
  7. 4c6a367 Remove GRStateManager& field from SimpleConstraintManager. by Ted Kremenek · 16 years ago
  8. f990684 libAnalysis: by Ted Kremenek · 16 years ago
  9. b35e2ca Remove more uses of GRStateRef. by Ted Kremenek · 16 years ago
  10. 1a1b62c Tweak pretty-printing of constraints. by Ted Kremenek · 17 years ago
  11. 51adf58 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 17 years ago
  12. ab89bc8 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 · 17 years ago
  13. c2c0bdb Fix performance bug in RangeConstraintManager (that I introduced): by Ted Kremenek · 17 years ago
  14. 3189f49 Revised RangeConstraintManager based on several discussions with Ben Laurie and by Ted Kremenek · 17 years ago
  15. 6ae3eaf Add pretty-printing (for GraphViz) support for RangeConstraintManager. by Ted Kremenek · 17 years ago
  16. fa95ce4 Do not register 'RangeConstraintManager' as the default ConstraintManager. by Ted Kremenek · 17 years ago
  17. 7efe43d Patch by Ben Laurie: by Ted Kremenek · 17 years ago