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
/
DeadStores.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
-87
/
+0
*
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
Ted Kremenek
2008-03-13
1
-4
/
+3
*
fix typos
Gabor Greif
2008-03-06
1
-1
/
+1
*
Modified LiveVariables to perform all of its base initialization in the ctor,
Ted Kremenek
2008-01-29
1
-2
/
+4
*
Added support to dataflow solver to (when requested) also record dataflow
Ted Kremenek
2008-01-17
1
-1
/
+1
*
Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces.
Ted Kremenek
2008-01-08
1
-1
/
+2
*
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
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-4
/
+4
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-3
/
+3
*
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
1
-1
/
+1
*
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-10-01
1
-1
/
+1
*
DeadStores no longer reports warnings for stores to non-local variables.
Ted Kremenek
2007-09-28
1
-20
/
+21
*
Significant cleanups and bug-fixes to LiveVariables. Uses new refactored
Ted Kremenek
2007-09-28
1
-2
/
+2
*
Removed "EverKilled" class in DeadStores checker; it is no longer used.
Ted Kremenek
2007-09-25
1
-12
/
+0
*
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-25
1
-35
/
+36
*
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-15
1
-16
/
+13
*
make the sourcemgr available through ASTContext.
Chris Lattner
2007-09-13
1
-1
/
+3
*
For looking at "dead stores" in declarations, we now check to see
Ted Kremenek
2007-09-11
1
-7
/
+21
*
Fixed potential NULL dereference when iterating over a chain of Decls.
Ted Kremenek
2007-09-11
1
-1
/
+1
*
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
-12
/
+11
*
Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and
Ted Kremenek
2007-09-10
1
-5
/
+5
*
Added more checking in "dead stores" for values that are initialized
Ted Kremenek
2007-09-06
1
-0
/
+13
*
Forgot to check in the actual "dead stores" checker in the last commit!
Ted Kremenek
2007-09-06
1
-0
/
+70