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
/
AST
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary CFG support for @throw. We basically treat it like a return ...
Ted Kremenek
2008-12-09
1
-1
/
+23
*
Introduce basic support for dependent types, type-dependent
Douglas Gregor
2008-12-05
1
-0
/
+2
*
Fix CFG bug where the 'increment' block for a 'for' statement would not be
Ted Kremenek
2008-11-24
1
-2
/
+10
*
Fix CFG construction for ObjCForCollectionStmt: 'element' expression can be a...
Ted Kremenek
2008-11-14
1
-20
/
+44
*
Hook up "BodyBlock", not "Block".
Ted Kremenek
2008-11-13
1
-1
/
+1
*
Correctly connect 'continue' and 'break' statements in Objective-C fast enume...
Ted Kremenek
2008-11-13
1
-0
/
+7
*
Fix bug where the body block of an ObjCForCollectionStmt would not properly g...
Ted Kremenek
2008-11-13
1
-1
/
+1
*
ObjCForCollectionStmts are block-level expressions.
Ted Kremenek
2008-11-12
1
-5
/
+8
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-19
/
+11
*
Add CFG support for Objective-C 2.0 fast enumeration 'for' statement:
Ted Kremenek
2008-11-11
1
-13
/
+77
*
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...
Ted Kremenek
2008-10-07
1
-34
/
+17
*
Use DeclStmt::decl_iterator to walk a group of Decl*'s instead of using the S...
Ted Kremenek
2008-10-06
1
-8
/
+12
*
Reverse the RHSBlock of LogicalOp && and ||
Zhongxing Xu
2008-10-04
1
-0
/
+1
*
Add CFG support for implicit-control flow for VLA size expressions within an ...
Ted Kremenek
2008-09-26
1
-12
/
+23
*
Do not create CFGs for functions/methods using blocks (need to add control-fl...
Ted Kremenek
2008-09-26
1
-0
/
+9
*
Move VLA processing logic from LiveVariables to CFG construction. This way a...
Ted Kremenek
2008-09-26
1
-11
/
+27
*
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-09-16
1
-58
/
+0
*
Patch by Csaba Hruska!
Ted Kremenek
2008-09-13
1
-13
/
+15
*
Fix CFG construction bug:
Ted Kremenek
2008-09-04
1
-9
/
+15
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
Cleanup some processing with DeclStmt, and gradually start using the internal...
Ted Kremenek
2008-08-06
1
-22
/
+73
*
Always construct the BumpPtrAllocator used by CFG as an instance variable.
Ted Kremenek
2008-08-06
1
-9
/
+2
*
Nico Weber:
Ted Kremenek
2008-08-04
1
-1
/
+1
*
Fix one strict-aliasing warning.
Ted Kremenek
2008-05-29
1
-8
/
+8
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-1
/
+1
*
Added CFGBlock::hasBinaryBranchTerminator().
Ted Kremenek
2008-05-16
1
-0
/
+24
*
Bug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAllocator to allocate
Ted Kremenek
2008-04-28
1
-13
/
+71
*
Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ...
Ted Kremenek
2008-04-16
1
-72
/
+137
*
Bug fix in CFG construction: VisitCompoundStmt should return the last created...
Ted Kremenek
2008-03-17
1
-2
/
+4
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1509