1. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  2. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  3. 0408f68 Always use packed structs. This isn't really very nice, but there's by Eli Friedman · 17 years ago
  4. 2fb86e6 Check first member alignment and uses packed struct if required. by Devang Patel · 17 years ago
  5. bf20b68 Fix test case by Devang Patel · 17 years ago
  6. b185124 A few more cases for aggregate values. by Eli Friedman · 17 years ago
  7. 75afb58 Fix the codegen of structs with flexible array members. by Eli Friedman · 17 years ago
  8. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 17 years ago
  9. 47fb697 Handle incomplete struct initializer. by Devang Patel · 17 years ago
  10. a46b759 Assert that the type of the cast is equal to the _unqualified_ type of the subexpression. Fixes a problem spotted by Nuno Lopes. by Anders Carlsson · 17 years ago
  11. e4707ff Add codegen upport for implicit casts to aggregate exprs. by Anders Carlsson · 17 years ago
  12. 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
  13. 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
  14. 14c7500 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
  15. a1ff3e9 Generate code for member exprs. by Anders Carlsson · 17 years ago
  16. 148fe67 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  17. 0a96118 Handle non LValue base expressions. by Devang Patel · 17 years ago
  18. 126a856 Handle foo()->a = 42; by Devang Patel · 17 years ago
  19. dbb46b1 Fix typo. by Devang Patel · 17 years ago
  20. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  21. b9b00ad Handle simple struct member expr. by Devang Patel · 17 years ago