1. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  2. a87b63b silence a warning by treating ocuvectors the same as vectors. by Chris Lattner · 17 years ago
  3. 5e3fbe5 implement codegen support for sizeof/alignof by Chris Lattner · 17 years ago
  4. da13870 Implement break and continue. Patch by Anders Carlsson! by Chris Lattner · 17 years ago
  5. 99e0d79 Add a hack (mirroring llvm-gcc) to pointer difference codegen to compile: by Chris Lattner · 17 years ago
  6. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  7. d5e0d98 add FIXME and un-XFAIL test by Gabor Greif · 17 years ago
  8. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  9. 8f32f71 Implement trivial integer initializers, like 'int X = 4;' for global by Chris Lattner · 17 years ago
  10. 32b266c In "int X,Y;", compile both X and Y. by Chris Lattner · 17 years ago
  11. 06c8d96 add a fixme by Chris Lattner · 17 years ago
  12. 4db18f2 implement _Complex * == and != by Gabor Greif · 17 years ago
  13. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  14. d07eb3b implement codegen support for implicit casts. by Chris Lattner · 17 years ago
  15. a80b0ba silence a bogus gcc warning. by Chris Lattner · 17 years ago
  16. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  17. 88a69ad implement support for basic codegen of global variables with no initializers. by Chris Lattner · 17 years ago
  18. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  19. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  20. 6fa5f09 Fix "no newline at end of file" warnings. Patch contributed by by Chris Lattner · 17 years ago
  21. 1978596 Evaluate the initializer for automatic variables. by Chris Lattner · 17 years ago
  22. 5727479 implement codegen support for pre/post inc/dec. by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago