1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  3. c13f9f0 Simplify run line. by Eli Friedman · 15 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  5. 0d7b091 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 15 years ago
  6. c4aa96f Replace old bitfield test. by Daniel Dunbar · 16 years ago
  7. 5395ef0 Make this test actually pass, in addition to the previous patch by Eli Friedman · 16 years ago
  8. 07665da Fix the setup of CodeGen/bitfield.c test. by Argyrios Kyrtzidis · 16 years ago
  9. d957aa0 Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 16 years ago
  10. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 16 years ago
  11. a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 16 years ago
  12. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 16 years ago