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
...
*
Fix some fallout from CFGBuilder restructuring: all expressions that we expli...
Ted Kremenek
2009-07-18
1
-20
/
+24
*
Fix possible null dereference in CFG construction.
Ted Kremenek
2009-07-17
1
-0
/
+1
*
Restructure CFG builder to have just one visitor path instead of two. The result
Ted Kremenek
2009-07-17
1
-328
/
+407
*
Move WalkAST logic for 'ChooseExpr' to 'VisitChooseExpr'.
Ted Kremenek
2009-07-17
1
-34
/
+35
*
Move WalkAST logic for 'ConditionalOperator' into 'VisitConditionalOperator'.
Ted Kremenek
2009-07-17
1
-58
/
+61
*
Remove stale comments.
Ted Kremenek
2009-07-17
1
-6
/
+2
*
clean up this code, add the fixme back.
Chris Lattner
2009-07-17
1
-11
/
+6
*
Refactor code into a new CallExpr::getDirectCallee() method. Simplify some
Zhongxing Xu
2009-07-17
1
-8
/
+3
*
Fixup indentation of rest of switch statement to match llvm coding
Mike Stump
2009-07-17
1
-690
/
+667
*
Make noreturn functions alter the CFG.
Mike Stump
2009-07-17
1
-4
/
+34
*
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-07-16
1
-0
/
+1924
[prev]