Skip to content
  1. Jul 08, 2008
    • Ted Kremenek's avatar
      Initial work on splitting the ValueState into an Environment, Store, and · 852ed373
      Ted Kremenek authored
      Constraints. These concepts are already present in the current ValueState, but
      the implementation is monolothic. Making ValueState more modular opens up new
      design choices for customizing the analysis engine.
      
      In the context of the analysis engine, the "Environment" is the binding between
      Expr* (expressions) and intermediate symbolic values (RValues).
      
      llvm-svn: 53252
      852ed373
  2. Dec 29, 2007
  3. May 18, 2006
  4. May 17, 2006
  5. Jan 27, 2006
  6. Jan 23, 2006
    • Duraid Madina's avatar
      · 37c8ad14
      Duraid Madina authored
      die, die!! r15, you are not callee-saved
      
      llvm-svn: 25527
      37c8ad14
    • Duraid Madina's avatar
      · cc874029
      Duraid Madina authored
      fix register corruption! (my god.) r15 is a scratch reg, using that as
      a frame pointer is a pretty doofus thing to do. use r5 instead, and
      mark it callee-saved, coz that's what it is!
      
      llvm-svn: 25526
      cc874029
  7. Dec 22, 2005
  8. Sep 30, 2005
  9. Apr 06, 2005
  10. Mar 17, 2005
Loading