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
/
AST
/
StmtPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pretty print as:
Chris Lattner
2007-08-23
1
-1
/
+14
*
Parse @encode expressions.
Anders Carlsson
2007-08-22
1
-0
/
+5
*
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
1
-0
/
+6
*
Switch StmtVisitor from using dynamic to static dispatch. This makes it
Chris Lattner
2007-08-21
1
-7
/
+7
*
Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition
Ted Kremenek
2007-08-20
1
-2
/
+2
*
move a switch to common code.
Chris Lattner
2007-08-09
1
-10
/
+1
*
add a new AST dumper interface (E->dump()). This dumps out
Chris Lattner
2007-08-08
1
-4
/
+5
*
Implement codegen for __builtin_choose_expr. For example:
Chris Lattner
2007-08-04
1
-2
/
+2
*
Implement __builtin_choose_expr.
Steve Naroff
2007-08-03
1
-0
/
+9
*
Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElement...
Chris Lattner
2007-08-03
1
-2
/
+2
*
Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).
Steve Naroff
2007-08-01
1
-0
/
+6
*
Print floating point literal values better.
Chris Lattner
2007-08-01
1
-2
/
+2
*
Added a new expression, OCUVectorComponent.
Steve Naroff
2007-07-28
1
-0
/
+5
*
implement ast building and trivial semantic analysis of stmt exprs.
Chris Lattner
2007-07-24
1
-1
/
+7
*
Refactor switch analysis to make it possible to detect duplicate case values
Anders Carlsson
2007-07-22
1
-0
/
+4
*
Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__
Anders Carlsson
2007-07-21
1
-0
/
+16
*
Finish fixing crasher with compound literals.
Steve Naroff
2007-07-19
1
-0
/
+4
*
Remove an extraneous QualType from CastExpr, it's type is always
Chris Lattner
2007-07-15
1
-1
/
+1
*
Improve char literal pretty printing, patch by Keith Bauer!
Chris Lattner
2007-07-13
1
-6
/
+43
*
More changes related to implementing ImplicitCastExpr.
Steve Naroff
2007-07-13
1
-1
/
+2
*
Add (explicit) AST support for implicit casts. This should simplify the
Steve Naroff
2007-07-13
1
-0
/
+3
*
"Codegen for Character Literals and Conditional Operator
Chris Lattner
2007-07-13
1
-2
/
+9
*
remember the initializer for a variable in the AST and teach the
Chris Lattner
2007-07-12
1
-1
/
+7
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+1
*
Pretty print if/else/elseif chains nicer, like this:
Chris Lattner
2007-06-11
1
-4
/
+13
*
Finally break down and chain together decls that are defined with common decl...
Chris Lattner
2007-06-09
1
-3
/
+5
*
Various improvements to the tree printer, including printing decls in for stm...
Chris Lattner
2007-06-05
1
-25
/
+39
*
Pretty print storage classes for vardecls.
Chris Lattner
2007-06-02
1
-1
/
+14
*
Generalize this to support printing any valuedecl, e.g. function definitions.
Chris Lattner
2007-06-02
1
-6
/
+8
*
more minor improvements to pretty printer.
Chris Lattner
2007-05-31
1
-24
/
+5
*
add some ;'s
Chris Lattner
2007-05-31
1
-5
/
+5
*
fix a small printer bug, to emit:
Chris Lattner
2007-05-31
1
-0
/
+1
*
pretty print exprs in stmt contexts with a trailing semicolon.
Chris Lattner
2007-05-30
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-05-30
1
-1
/
+2
*
Don't print billions of spaces for a label with no indent.
Chris Lattner
2007-05-29
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-05-29
1
-0
/
+12
*
implement full sema support for the GCC address-of-label extension.
Chris Lattner
2007-05-28
1
-22
/
+32
*
Change GotoStmt's to have a pointer to the LabelStmt instead of a pointer to
Chris Lattner
2007-05-28
1
-1
/
+1
*
Null pointers in the ast are no longer considered to be the null stmt.
Chris Lattner
2007-05-28
1
-1
/
+1
*
add a NullStmt ast node.
Chris Lattner
2007-05-28
1
-0
/
+4
*
implement printer support for C++ bool literals
Chris Lattner
2007-05-24
1
-1
/
+1
*
Implement a fixme
Chris Lattner
2007-05-24
1
-3
/
+3
*
Bug #:
Bill Wendling
2007-05-23
1
-1
/
+1
*
In the yet-another-crazy-idea department, we now print the actual *value* of
Chris Lattner
2007-05-21
1
-3
/
+14
*
pretty print switch/if stmts whose bodies are compound stmts.
Chris Lattner
2007-05-20
1
-11
/
+45
*
Pretty print labels and case stmts better. This leads to output like this:
Chris Lattner
2007-05-20
1
-14
/
+11
*
Rename type::getAsString to getAsStringInternal. Add a new
Chris Lattner
2007-05-16
1
-11
/
+3
*
Bug #:
Steve Naroff
2007-04-26
1
-0
/
+5
*
More changes to complete the dynamic type support for Stmt/Expr.
Steve Naroff
2007-02-27
1
-1
/
+6
*
Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite...
Steve Naroff
2007-02-21
1
-2
/
+2
[next]