1. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  2. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  3. 202a68a Simplify run line. by Eli Friedman · 16 years ago
  4. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  5. 25bd032 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 17 years ago
  6. 8d81683 Replace old bitfield test. by Daniel Dunbar · 17 years ago
  7. fd4c321 Make this test actually pass, in addition to the previous patch by Eli Friedman · 17 years ago
  8. 34fe86c Fix the setup of CodeGen/bitfield.c test. by Argyrios Kyrtzidis · 17 years ago
  9. 9eff02d Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 18 years ago
  10. b5eda62 pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 18 years ago
  11. 09af71c Implement bitfield write. by Lauro Ramos Venancio · 18 years ago
  12. 2ddcb25a3 Implement bitfield read. by Lauro Ramos Venancio · 18 years ago