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
/
Driver
/
ASTStreamers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ASTStreamers.* -> ASTConsumers.*
Chris Lattner
2007-10-07
1
-33
/
+0
*
Added support to clang driver to view ASTs using GraphViz. This
Ted Kremenek
2007-09-19
1
-0
/
+1
*
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
1
-0
/
+1
*
switch the llvm emitter to ASTConsumer interface.
Chris Lattner
2007-09-16
1
-0
/
+1
*
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-15
1
-10
/
+4
*
convert ast printer and dumper ocver to ASTConsumer interface,
Chris Lattner
2007-09-15
1
-2
/
+2
*
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-15
1
-1
/
+1
*
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
1
-0
/
+2
*
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
2007-09-06
1
-0
/
+2
*
Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow
Ted Kremenek
2007-08-29
1
-1
/
+3
*
Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.
Ted Kremenek
2007-08-21
1
-0
/
+1
*
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-08
1
-2
/
+1
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-23
1
-0
/
+30