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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ASTStreamers.* -> ASTConsumers.*
Chris Lattner
2007-10-07
1
-356
/
+0
*
add a missing ;
Chris Lattner
2007-10-06
1
-1
/
+1
*
stub out some printing of objc decls.
Chris Lattner
2007-10-06
1
-2
/
+25
*
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-10-01
1
-1
/
+1
*
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-25
1
-2
/
+1
*
Added support to clang driver to view ASTs using GraphViz. This
Ted Kremenek
2007-09-19
1
-0
/
+25
*
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
1
-1
/
+24
*
Removed check for NULL CFG. Bad CFGs will fire an assertion failure
Ted Kremenek
2007-09-17
1
-5
/
+3
*
switch the llvm emitter to ASTConsumer interface.
Chris Lattner
2007-09-16
1
-0
/
+54
*
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-15
1
-58
/
+45
*
convert ast printer and dumper ocver to ASTConsumer interface,
Chris Lattner
2007-09-15
1
-54
/
+45
*
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-15
1
-26
/
+0
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-4
/
+4
*
make the sourcemgr available through ASTContext.
Chris Lattner
2007-09-13
1
-4
/
+8
*
Some small tweaks to the recent Objc support...
Steve Naroff
2007-09-10
1
-0
/
+8
*
Fixed LiveVariables to no longer track the liveness of function pointers
Ted Kremenek
2007-09-10
1
-1
/
+2
*
-check-dead-stores now no longer prints out the function declarations
Ted Kremenek
2007-09-07
1
-0
/
+1
*
Refactored driver options that perform analyses/work over CFGs to use
Ted Kremenek
2007-09-07
1
-52
/
+81
*
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
1
-0
/
+27
*
LiveVariables:
Ted Kremenek
2007-09-06
1
-1
/
+1
*
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
2007-09-06
1
-0
/
+25
*
Allow a SourceManager to optionally be passed into Stmt::dump
Chris Lattner
2007-08-30
1
-1
/
+1
*
Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow
Ted Kremenek
2007-08-29
1
-3
/
+6
*
Make parse-ast-print print the storage class and inline
Chris Lattner
2007-08-26
1
-1
/
+13
*
Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitaliza...
Ted Kremenek
2007-08-23
1
-1
/
+1
*
Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.
Ted Kremenek
2007-08-21
1
-0
/
+27
*
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-08
1
-9
/
+45
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-23
1
-0
/
+109