1. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  2. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  3. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  4. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  5. a206493 Update testing case to use FileCheck instead of grep. by Manman Ren · 11 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  8. c13f9f0 Simplify run line. by Eli Friedman · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. 0d7b091 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 15 years ago
  11. c4aa96f Replace old bitfield test. by Daniel Dunbar · 16 years ago
  12. 5395ef0 Make this test actually pass, in addition to the previous patch by Eli Friedman · 16 years ago
  13. 07665da Fix the setup of CodeGen/bitfield.c test. by Argyrios Kyrtzidis · 16 years ago
  14. d957aa0 Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 16 years ago
  15. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 16 years ago
  16. a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 16 years ago
  17. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 16 years ago