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
*
Added CFGTerminator class, that holds information about CFGBlock terminator s...
Marcin Swiderski
2010-10-29
1
-5
/
+5
*
If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExpr
Zhongxing Xu
2010-10-27
1
-3
/
+8
*
Added generation of destructors for member constant size arrays.
Marcin Swiderski
2010-10-25
1
-2
/
+15
*
Added generation of destructors for constant size arrays.
Marcin Swiderski
2010-10-25
1
-2
/
+10
*
- Fixed subexpressions evaluation order for binary operators to match order i...
Marcin Swiderski
2010-10-24
1
-7
/
+9
*
* Simplify code
Zhongxing Xu
2010-10-05
1
-10
/
+10
*
Added support for base and member destructors in destructor.
Marcin Swiderski
2010-10-05
1
-0
/
+62
*
Added support for C++ initializers in CFG.
Marcin Swiderski
2010-10-04
1
-6
/
+34
*
Now the whether adding implicit dtors is controlled by cmd option.
Zhongxing Xu
2010-10-01
1
-2
/
+0
*
The return value is never used.
Zhongxing Xu
2010-10-01
1
-7
/
+8
*
Use default augument.
Zhongxing Xu
2010-10-01
1
-3
/
+3
*
Simplify interface for addLocalScopeForStmt().
Zhongxing Xu
2010-10-01
1
-9
/
+9
*
The old logic would add non-struct and non C++ struct variables to the local
Zhongxing Xu
2010-10-01
1
-7
/
+6
*
Added generating CFGAutomaticObjDtors for exception variable in catch statement.
Marcin Swiderski
2010-10-01
1
-0
/
+12
*
Added generating CFGAutomaticObjDtors for init statement, condition variable ...
Marcin Swiderski
2010-10-01
1
-3
/
+26
*
dded generating CFGAutomaticObjDtors for condition variable and implicit scop...
Marcin Swiderski
2010-10-01
1
-0
/
+18
*
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
1
-1
/
+24
*
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
1
-0
/
+24
*
Fixed checking for trivial destructor in CFGBuilder::addLocalScopeForVarDecl....
Marcin Swiderski
2010-10-01
1
-3
/
+4
*
Added:
Marcin Swiderski
2010-10-01
1
-0
/
+10
*
Added methods for adding LocalScopes and CFGAutomaticObjDtors.
Marcin Swiderski
2010-09-30
1
-0
/
+131
*
Added methods for inserting CFGAutomaticObjDtors to CFGBlocks,
Marcin Swiderski
2010-09-30
1
-0
/
+37
*
Added:
Marcin Swiderski
2010-09-30
1
-5
/
+36
*
In preparation for adding generation of destructors for objects with automati...
Marcin Swiderski
2010-09-25
1
-43
/
+166
*
Added:
Marcin Swiderski
2010-09-21
1
-47
/
+109
*
Tidy up.
Zhongxing Xu
2010-09-16
1
-5
/
+4
*
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-16
1
-6
/
+18
*
Relax assertion in CFG builder when processing ForStmts. This fixes an asser...
Ted Kremenek
2010-09-15
1
-1
/
+2
*
Add CFG::BuildOptions class to pass in CFG builder options under on parameter...
Ted Kremenek
2010-09-14
1
-18
/
+10
*
Fix CFGBuilder crash reported in PR 8141.
Ted Kremenek
2010-09-14
1
-2
/
+6
*
Remove from the CFG the half-implemented support for scoping information. We...
Ted Kremenek
2010-09-13
1
-42
/
+4
*
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ...
Ted Kremenek
2010-09-10
1
-0
/
+4
*
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
[next]