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
/
lib
/
Analysis
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cosmetic patch from João Paulo Rechi Vita
Douglas Gregor
2008-10-21
1
-1
/
+0
*
Move VLA processing logic from LiveVariables to CFG construction. This way a...
Ted Kremenek
2008-09-26
1
-20
/
+0
*
Examine VLA size expressions when computing liveness information.
Ted Kremenek
2008-09-26
1
-4
/
+26
*
Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...
Ted Kremenek
2008-08-05
1
-2
/
+3
*
Fix a bug in the dead stores checker reported in the following email:
Ted Kremenek
2008-07-03
1
-3
/
+11
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-0
/
+5
*
Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ...
Ted Kremenek
2008-04-16
1
-48
/
+5
*
LiveVariables now updates the liveness state of block-level expressions that
Ted Kremenek
2008-04-16
1
-12
/
+49
*
Fix bug in terminator processing for uninitialized-values: simply ignore the ...
Ted Kremenek
2008-04-15
1
-7
/
+64
*
Added initial support into the flow-sensitive dataflow solver to visit the Bl...
Ted Kremenek
2008-04-15
1
-1
/
+19
*
++/-- makes a variable live since it is used; thus the liveness state is
Ted Kremenek
2008-04-15
1
-3
/
+3
*
Bug fix in LiveVariables: Operators ++/-- may kill a value, but the variable
Ted Kremenek
2008-04-15
1
-6
/
+5
*
LiveVariables analysis now uses intersect for the merge of block-level expres...
Ted Kremenek
2008-03-20
1
-2
/
+11
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+246
[prev]