1. f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 13 years ago
  2. 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  5. c8e9cd6 eliminate some random .ll file outputs by Chris Lattner · 16 years ago
  6. 663388f Fix invalid bit-field. by Anders Carlsson · 16 years ago
  7. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  8. 1e86b34 Rearrange EmitLValueForField a bit to work properly for _Bool bitfields by Eli Friedman · 16 years ago
  9. 0ac5957 A small testcase; no patch, since it was a bug in a patch I never committed. by Eli Friedman · 16 years ago
  10. 5cada6b Begin handling union bitfields. Note, this is just beginning. by Devang Patel · 16 years ago
  11. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  12. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  13. abad06c Codegen union member references. by Devang Patel · 17 years ago