1. 3379320 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
  2. 1e4d21e eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. by Chris Lattner · 17 years ago
  3. 190dbe2 be slightly more volatile correct by Chris Lattner · 17 years ago
  4. 4b0029d Fix return of aggregate and return of complex. by Chris Lattner · 17 years ago
  5. e72608b these implicit conversions are now explicit :) by Chris Lattner · 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. 23b1cdb implement passing of complex and aggregates through call args. by Chris Lattner · 17 years ago
  8. b6ef18a Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago
  9. 883f6a7 start splitting out aggregate value computation from EmitExpr into EmitAggExpr. by Chris Lattner · 17 years ago
  10. da13870 Implement break and continue. Patch by Anders Carlsson! by Chris Lattner · 17 years ago
  11. a80b0ba silence a bogus gcc warning. by Chris Lattner · 17 years ago
  12. 6fa5f09 Fix "no newline at end of file" warnings. Patch contributed by by Chris Lattner · 17 years ago
  13. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago