1. 50d0ac2 Simplified transfer function logic for ++/-- operators. by Ted Kremenek · 17 years ago
  2. 90e1481 Added "symbol iterators" for RValues, allowing easy iteration over the symbols by Ted Kremenek · 18 years ago
  3. 2a50257 Added transfer function/value track logic for taking the address of a label. by Ted Kremenek · 18 years ago
  4. 5d2986b Renamed local variable. Added transfer function support for CharacterLiteral. by Ted Kremenek · 18 years ago
  5. 8158a0e Consolidated use of BumpPtrAllocator shared by various ImmutableSet/ImmutableMap by Ted Kremenek · 18 years ago
  6. e7d2211 Separate bindings for subexpressions to be in a separate map for by Ted Kremenek · 18 years ago
  7. 016f52f Split off expression-bindings in ValueState from variable-bindings. by Ted Kremenek · 18 years ago
  8. d70b62e Changed "GetValue" methods to take an by Ted Kremenek · 18 years ago
  9. b87d909 Moved implementation of "RemoveDeadBindings" from the main by Ted Kremenek · 18 years ago
  10. 53c641a More variable renamings. by Ted Kremenek · 18 years ago
  11. 2203118 Renamed InvalidValue to UnknownVal. by Ted Kremenek · 18 years ago
  12. d131c4f Added recording of "implicit" NULL dereferences of symbolic pointers. by Ted Kremenek · 18 years ago
  13. 3271f8d Added several guards in transfer functions for "InvalidValues". by Ted Kremenek · 18 years ago
  14. 5b6dc2d Added transfer function logic for ReturnStmts. by Ted Kremenek · 18 years ago
  15. 41652a9 Fixed bug when allocating a ValueStateImpl object in getPersistentState() by Ted Kremenek · 18 years ago
  16. 862d5bb Added some skeleton code for performing "assume" on symbols: e.g. assume($0 != 0). by Ted Kremenek · 18 years ago
  17. 329f854 Moved subclasses of LValue and NonLValue into their own namespaces. by Ted Kremenek · 18 years ago
  18. 174aea4 Added a "ConstantNotEq" map to ValueState (and added necessary typedefs and factory objects to ValueStateManager). by Ted Kremenek · 18 years ago
  19. 9153f73 Overhauling of "ValueState" so that it represents its own functional data by Ted Kremenek · 18 years ago
  20. f233d48 Implemented initial transfer function support for '&&', '||', '?', and by Ted Kremenek · 18 years ago
  21. f66ea2cd Added file that should have been in my previous commit. by Ted Kremenek · 18 years ago