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
*
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