1. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  2. 6a8a9a4 by Steve Naroff · 17 years ago
  3. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  4. 563477d by Steve Naroff · 17 years ago
  5. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  6. 9474504 by Steve Naroff · 17 years ago
  7. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  8. 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  9. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  10. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  11. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  12. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  13. 296bf19 Pretty print as: "case sizeof x:" instead of: "case sizeofx:" by Chris Lattner · 17 years ago
  14. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  15. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  16. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  17. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  18. 36460ee move a switch to common code. by Chris Lattner · 17 years ago
  19. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  20. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  21. d04fdd5 by Steve Naroff · 17 years ago
  22. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  23. d34e915 by Steve Naroff · 17 years ago
  24. 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
  25. 31a4584 by Steve Naroff · 17 years ago
  26. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  27. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  28. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  29. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  30. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  31. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  32. 90045e8 by Steve Naroff · 17 years ago
  33. 49b4526 by Steve Naroff · 17 years ago
  34. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  35. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago