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
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove stray ';' and convert tabs to spaces.
Ted Kremenek
2010-09-09
1
-5
/
+5
*
Add 'filtered_pred_iterator' and 'filtered_succ_iterator' to CFGBlock. This ...
Ted Kremenek
2010-09-09
1
-0
/
+23
*
FinishBlock() is essentially doing nothing except returning '!badCFG'.
Zhongxing Xu
2010-09-06
1
-55
/
+42
*
Simplify CFG construction: bail out early when we have a bad CFG.
Zhongxing Xu
2010-09-06
1
-36
/
+32
*
Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr.
Ted Kremenek
2010-08-31
1
-5
/
+15
*
Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it...
Ted Kremenek
2010-08-31
1
-1
/
+2
*
Revert my lame attempt at appeasing the CFGBuilder
Douglas Gregor
2010-08-31
1
-7
/
+0
*
Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....
Douglas Gregor
2010-08-31
1
-0
/
+7
*
Explicitly handle CXXExprWithTemporaries during CFG construction by just visi...
Ted Kremenek
2010-08-28
1
-0
/
+6
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-7
/
+7
*
Fix horrible CFG bug caused by a series of NullStmts appearing at the beginni...
Ted Kremenek
2010-08-17
1
-1
/
+4
*
CFGBuilder: don't create the empty "loop back" block for DoStmts if the loop ...
Ted Kremenek
2010-08-17
1
-12
/
+16
*
Fix CFGBuilder to not blow out the stack when processing deeply nested CaseSt...
Ted Kremenek
2010-08-04
1
-5
/
+32
*
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to ...
Ted Kremenek
2010-08-02
1
-20
/
+33
*
Make addStmt always add stmt. Delegate other cases to Visit() directly.
Zhongxing Xu
2010-06-03
1
-6
/
+6
*
CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...
Zhongxing Xu
2010-06-03
1
-2
/
+15
*
Fix crash in CFG construction for 'break' statements appearing in statement e...
Ted Kremenek
2010-05-21
1
-7
/
+8
*
Don't add a null successor to a CFGBlock when the contents of an @synchronize...
Ted Kremenek
2010-05-13
1
-2
/
+1
*
Add null check in CFGBuilder::VisitStmt() to make CFG construction
Ted Kremenek
2010-04-30
1
-0
/
+4
*
Fix CFG crasher involving statement expressions reported in PR 6938.
Ted Kremenek
2010-04-29
1
-2
/
+10
*
Use direct assignment instead of user defined conversion.
Zhongxing Xu
2010-04-14
1
-3
/
+3
*
CFGBuilder: always add C++ member call expr as block-level expr.
Zhongxing Xu
2010-04-13
1
-0
/
+13
*
Fix CFG bug where bases of member expressions were not always evaluated in a ...
Ted Kremenek
2010-04-11
1
-4
/
+24
*
Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotAlwaysAdd' would not be...
Ted Kremenek
2010-04-11
1
-1
/
+1
*
Sort visitor methods. No functionality change.
Ted Kremenek
2010-04-11
1
-5
/
+4
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-1
/
+1
*
Be a bit more consistent in using operator->
Rafael Espindola
2010-03-29
1
-1
/
+1
*
Simplify code a bit and remove unneeded semicolons.
Benjamin Kramer
2010-03-03
1
-7
/
+4
*
[CFG]
Ted Kremenek
2010-03-02
1
-17
/
+17
*
Always add CallExpr as block-level expression. Inline-based interprocedural
Zhongxing Xu
2010-02-24
1
-1
/
+1
*
Revert "Simplify code: Succ is guaranteed to be not NULL.", which turns out to
Daniel Dunbar
2010-02-22
1
-28
/
+28
*
Simplify code: Succ is guaranteed to be not NULL.
Zhongxing Xu
2010-02-22
1
-28
/
+28
*
Improve unreachable code warnings with respect to dead binary and
Mike Stump
2010-01-21
1
-1
/
+2
*
Speed up compilation by avoiding generating exceptional edges from
Mike Stump
2010-01-21
1
-9
/
+35
*
Add infrastructure to add base initializers and member initializers to
Mike Stump
2010-01-21
1
-4
/
+12
*
Wire up the EH context for the catch clauses to the outer EH context. WIP.
Mike Stump
2010-01-20
1
-9
/
+9
*
Add an exceptional edge from the try terminated block to the outer EH
Mike Stump
2010-01-20
1
-2
/
+16
*
Add CFG support for the start and end of scopes and infrastructure for
Mike Stump
2010-01-19
1
-18
/
+76
*
Tighten code and rework indentation of some if() branches (for readability). ...
Ted Kremenek
2010-01-19
1
-16
/
+15
*
Remove extra space in uses of 'assert()'.
Ted Kremenek
2010-01-19
1
-7
/
+7
*
Re-alphabetize cases in switch statement.
Ted Kremenek
2010-01-19
1
-9
/
+9
*
Add try/catch CFG support. Also improve throw CFG support. WIP.
Mike Stump
2010-01-19
1
-10
/
+100
*
Add CFG support for the initializer of the condition variable of a ForStmt.
Ted Kremenek
2009-12-24
1
-0
/
+13
*
CFG tweak: in a WhileStmt, the condition variable initializer is evaluated ev...
Ted Kremenek
2009-12-24
1
-14
/
+13
*
Add CFG support for the initializer of the condition variable of a WhileStmt.
Ted Kremenek
2009-12-24
1
-1
/
+14
*
Add CFG support for the initializer of the condition variable of a SwitchStmt.
Ted Kremenek
2009-12-24
1
-2
/
+13
*
Tidy up FindSubExprAssignments to not deference the child_iterator multiple t...
Ted Kremenek
2009-12-23
1
-7
/
+10
*
Add CFG support for the condition variable that can appear in IfStmts in C++ ...
Ted Kremenek
2009-12-23
1
-1
/
+13
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-52
/
+74
*
Start the ball rolling on C++ support in the static analyzer. For
Ted Kremenek
2009-12-15
1
-0
/
+2
[prev]
[next]