1. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  2. cdb30b4 emit padding as undef values, take 2 by Nuno Lopes · 15 years ago
  3. 0eea9f9 fix PR6660/6168: emit padding as zeros instead of undef. Because by Chris Lattner · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. c6eb131 make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations. by Nuno Lopes · 15 years ago
  6. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  7. c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago