1. 26b8ff4 by Steve Naroff · 17 years ago
  2. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  3. 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
  4. 1f1ded9 Teach emit-llvm for scalars to properly handle compound assignment by Chris Lattner · 17 years ago
  5. a66622a Added ExprCXX.cpp by Ted Kremenek · 17 years ago
  6. 7f02f72 completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. by Chris Lattner · 17 years ago
  7. 566b6ce rename two files. by Chris Lattner · 17 years ago
  8. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  9. 29b2cb1 Parse ObjC @protocol expressions. by Anders Carlsson · 17 years ago
  10. 09ff812 add cfg.h/cfg.cpp to the xcode project at Ted's request. by Chris Lattner · 17 years ago
  11. 776c649 minor nicities. by Chris Lattner · 17 years ago
  12. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  13. b6ef18a Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago
  14. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  15. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  16. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  17. af6f528 New file, just a placeholder for now. by Chris Lattner · 17 years ago
  18. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  19. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  20. 441995e by Steve Naroff · 17 years ago
  21. 2ad07f0 add internals manual to project by Chris Lattner · 17 years ago
  22. b39eec4 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  23. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  24. d1861fd by Steve Naroff · 17 years ago
  25. 700204c by Steve Naroff · 17 years ago
  26. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  27. 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 17 years ago
  28. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  29. 60c3a1b Update project for LexerToken.h -> Token.h by Chris Lattner · 17 years ago
  30. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  31. c80b4ee by Steve Naroff · 17 years ago
  32. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  33. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  34. c63b96a by Steve Naroff · 17 years ago
  35. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago