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
*
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