index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Analysis
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-246
/
+0
*
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
Ted Kremenek
2008-03-13
1
-9
/
+6
*
Fixed bogus assumption mistakenly introduced in r47955.
Ted Kremenek
2008-03-05
1
-2
/
+1
*
Minor cleanups (mainly indentation).
Ted Kremenek
2008-03-05
1
-1
/
+2
*
Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt
Ted Kremenek
2008-02-25
1
-5
/
+5
*
Fixed horrid bug in LiveVariables analysis where we were only merging at
Ted Kremenek
2008-02-22
1
-1
/
+1
*
Bug fix in liveness: Only compute liveness information for VarDecls.
Ted Kremenek
2008-02-22
1
-6
/
+7
*
Fixed bug in LiveVariables analysis where Block-level exprs appearing
Ted Kremenek
2008-02-07
1
-1
/
+6
*
Modified LiveVariables to perform all of its base initialization in the ctor,
Ted Kremenek
2008-01-29
1
-1
/
+9
*
Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable
Ted Kremenek
2008-01-18
1
-2
/
+5
*
Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This
Ted Kremenek
2008-01-17
1
-1
/
+14
*
Added support to dataflow solver to (when requested) also record dataflow
Ted Kremenek
2008-01-17
1
-3
/
+4
*
Removed FindDeclRef, and used Expr::IgnoreParens instead (code refactoring).
Ted Kremenek
2008-01-17
1
-18
/
+5
*
Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdge
Ted Kremenek
2008-01-11
1
-1
/
+1
*
Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces.
Ted Kremenek
2008-01-08
1
-2
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Directory restructing of Analysis files.
Ted Kremenek
2007-12-21
1
-1
/
+1
*
Fixed bug in live-variable analysis and uninitialized-values analysis where
Ted Kremenek
2007-12-13
1
-0
/
+1
*
Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of
Ted Kremenek
2007-11-20
1
-16
/
+3
*
Fixed bug where LiveVariables was not properly propagating updates to liveness
Ted Kremenek
2007-11-19
1
-1
/
+1
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-1
/
+0
*
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-10-01
1
-22
/
+23
*
Fixed bug where assignments to variables wrapped in parentheses would not
Ted Kremenek
2007-09-28
1
-14
/
+27
*
Significant cleanups and bug-fixes to LiveVariables. Uses new refactored
Ted Kremenek
2007-09-28
1
-37
/
+61
*
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
Ted Kremenek
2007-09-25
1
-1
/
+1
*
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-25
1
-372
/
+101
*
Updated header file inlcude to new location of
Ted Kremenek
2007-09-20
1
-2
/
+2
*
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Steve Naroff
2007-09-13
1
-5
/
+5
*
Minor space tightening.
Ted Kremenek
2007-09-12
1
-6
/
+2
*
Fixed recursion bug: should call Visit on child instead of VisitStmt.
Ted Kremenek
2007-09-12
1
-1
/
+1
*
Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code
Ted Kremenek
2007-09-12
1
-52
/
+18
*
get rid of ugly "warning: no newline at end of file"
Gabor Greif
2007-09-11
1
-1
/
+1
*
Fixed LiveVariables to no longer track the liveness of function pointers
Ted Kremenek
2007-09-10
1
-15
/
+59
*
Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and
Ted Kremenek
2007-09-10
1
-22
/
+24
*
Added more checking in "dead stores" for values that are initialized
Ted Kremenek
2007-09-06
1
-1
/
+4
*
Minor bug fixes to corner cases where LiveVariables would crash on some CFGs
Ted Kremenek
2007-09-06
1
-2
/
+11
*
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
1
-1
/
+16
*
LiveVariables:
Ted Kremenek
2007-09-06
1
-43
/
+200
*
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
2007-09-06
1
-0
/
+282