1. e70e8f7 IRgen support for calls to functions that return references to aggregate exressions. by Anders Carlsson · 16 years ago
  2. 50c39ea Fix up constant expression handling to deal with the address by Eli Friedman · 16 years ago
  3. 4a18784 Add IRGen support for local variables of reference type. by Eli Friedman · 16 years ago
  4. d54b6ac Add IRGen support for return statements in functions with reference type. by Eli Friedman · 16 years ago
  5. e9f2f45 Functions that return references can be rvalues as well. by Anders Carlsson · 16 years ago
  6. 68ea78a Add another test. by Anders Carlsson · 16 years ago
  7. 4826568 Add support for emitting calls to functions that return references (as lvalues only for now) by Anders Carlsson · 16 years ago
  8. 5df0d42 Handle the remaining unhandled cases in EmitReferenceBindingToExpr. by Eli Friedman · 16 years ago
  9. 7cd3a64 irgen for references to complex rvales (Very important...) by Anders Carlsson · 16 years ago
  10. 9f75e6b Bad anders. by Anders Carlsson · 16 years ago
  11. 38d068e Create a temporary if the lvalue is a bitfield. Reported by Eli. by Anders Carlsson · 16 years ago
  12. e04d1c7 Add support for binding references to scalar rvalues. by Anders Carlsson · 16 years ago
  13. 4bbab92 Bind references to lvalues correctly. by Anders Carlsson · 16 years ago
  14. c8667a8 Improve support for irgen of references. by Anders Carlsson · 16 years ago