1. fa59f1f LiveVariables analysis now uses intersect for the merge of block-level expression liveness information. by Ted Kremenek · 17 years ago
  2. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Analysis/LiveVariables.cpp]
  3. 7cb1593 The LiveVariables analysis no longer requires a FunctionDecl&; this allows it by Ted Kremenek · 17 years ago
  4. 1aa9a58 Fixed bogus assumption mistakenly introduced in r47955. by Ted Kremenek · 17 years ago
  5. 8ecfc85 Minor cleanups (mainly indentation). by Ted Kremenek · 17 years ago
  6. dcc4810 Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt by Ted Kremenek · 17 years ago
  7. d156d53 Fixed horrid bug in LiveVariables analysis where we were only merging at by Ted Kremenek · 17 years ago
  8. 5620631 Bug fix in liveness: Only compute liveness information for VarDecls. by Ted Kremenek · 17 years ago
  9. 2bca5e4 Fixed bug in LiveVariables analysis where Block-level exprs appearing by Ted Kremenek · 18 years ago
  10. bffaa83 Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 18 years ago
  11. 2a9da9c Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable by Ted Kremenek · 18 years ago
  12. 8694674 Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This by Ted Kremenek · 18 years ago
  13. 79649df Added support to dataflow solver to (when requested) also record dataflow by Ted Kremenek · 18 years ago
  14. 5e2b609 Removed FindDeclRef, and used Expr::IgnoreParens instead (code refactoring). by Ted Kremenek · 18 years ago
  15. 83c01da Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge by Ted Kremenek · 18 years ago
  16. c2b51d8 Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces. by Ted Kremenek · 18 years ago
  17. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  18. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 18 years ago
  19. 8d9ebae Fixed bug in live-variable analysis and uninitialized-values analysis where by Ted Kremenek · 18 years ago
  20. 9f9141c Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of by Ted Kremenek · 18 years ago
  21. 4e4d652 Fixed bug where LiveVariables was not properly propagating updates to liveness by Ted Kremenek · 18 years ago
  22. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 18 years ago
  23. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 18 years ago
  24. bcb07d5 Fixed bug where assignments to variables wrapped in parentheses would not by Ted Kremenek · 18 years ago
  25. f63aa45 Significant cleanups and bug-fixes to LiveVariables. Uses new refactored by Ted Kremenek · 18 years ago
  26. 1de632b Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client by Ted Kremenek · 18 years ago
  27. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 18 years ago
  28. 11de5cb Updated header file inlcude to new location of by Ted Kremenek · 18 years ago
  29. 9474504 by Steve Naroff · 18 years ago
  30. 97487a0 Minor space tightening. by Ted Kremenek · 18 years ago
  31. 37f9701 Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 18 years ago
  32. f175805 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 18 years ago
  33. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 18 years ago
  34. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 18 years ago
  35. b00c95e Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 18 years ago
  36. 83522a3 Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 18 years ago
  37. e2ca142 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 18 years ago
  38. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 18 years ago
  39. 27b07c5 LiveVariables: by Ted Kremenek · 18 years ago
  40. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 18 years ago