1. 7016a70 Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
  2. 022012e Add support for code generation of builtins. by Anders Carlsson · 17 years ago
  3. 883f6a7 start splitting out aggregate value computation from EmitExpr into EmitAggExpr. by Chris Lattner · 17 years ago
  4. 6c21616 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  5. d4f0802 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
  6. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  7. 30bf3ae implement codegen support for __builtin_types_compatible_p by Chris Lattner · 17 years ago
  8. 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
  9. 017d6aa add codegen support for storing into a single-element ocu lvalue, such as: by Chris Lattner · 17 years ago
  10. 34cdc86 refactor handling of ocuvector lvalue->rvalue codegen into its own method. by Chris Lattner · 17 years ago
  11. 46ea8eb implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
  12. 349aaec add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
  13. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  14. 5e3fbe5 implement codegen support for sizeof/alignof by Chris Lattner · 17 years ago
  15. da13870 Implement break and continue. Patch by Anders Carlsson! by Chris Lattner · 17 years ago
  16. d07eb3b implement codegen support for implicit casts. by Chris Lattner · 17 years ago
  17. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  18. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  19. 5727479 implement codegen support for pre/post inc/dec. by Chris Lattner · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago