1. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  2. c8e9cd6 eliminate some random .ll file outputs by Chris Lattner · 16 years ago
  3. 663388f Fix invalid bit-field. by Anders Carlsson · 16 years ago
  4. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  5. 1e86b34 Rearrange EmitLValueForField a bit to work properly for _Bool bitfields by Eli Friedman · 16 years ago
  6. 0ac5957 A small testcase; no patch, since it was a bug in a patch I never committed. by Eli Friedman · 16 years ago
  7. 5cada6b Begin handling union bitfields. Note, this is just beginning. by Devang Patel · 16 years ago
  8. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  9. 2de3b3a Fix isStructureType and isUnionType to ignore typedefs, as stated by Seo Sanghyeon · 17 years ago
  10. abad06c Codegen union member references. by Devang Patel · 17 years ago