Skip to content
  1. Jul 18, 2008
  2. Jul 17, 2008
  3. Jul 11, 2008
  4. Jul 09, 2008
  5. Jul 02, 2008
  6. Jun 20, 2008
  7. Jun 19, 2008
  8. Jun 18, 2008
  9. Jun 17, 2008
  10. May 21, 2008
  11. May 17, 2008
  12. May 10, 2008
  13. May 02, 2008
  14. May 01, 2008
  15. Apr 30, 2008
  16. Apr 29, 2008
    • Ted Kremenek's avatar
      Major rewrite/refactoring of static analysis engine. We now use · fa5a3d0f
      Ted Kremenek authored
      EvalStore/EvalLoad to handle all loads/stores from symbolic memory, allowing us
      to do checks for null dereferences, etc., at any arbitrary load/store (these
      were missed checks before). This also resulted in some major cleanups, some
      conceptual, and others just in the structure of the code.
      
      This temporarily introduces a regression in the test suite (null-deref-ps.c)
      before I add a new LVal type for structure fields.
      
      llvm-svn: 50443
      fa5a3d0f
  17. Apr 25, 2008
  18. Apr 24, 2008
  19. Apr 23, 2008
Loading