1. 8028bfa Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! by Argyrios Kyrtzidis · 14 years ago
  2. f869d20 Make sure volatile variables are emitted even if static. Fixes rdar://8315219 by Argyrios Kyrtzidis · 14 years ago
  3. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  6. cb9b010 Test case for recent checkin. by Mike Stump · 15 years ago
  7. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  8. 914bb9d Update comment. by Mike Stump · 15 years ago
  9. ad97cd4 And an additional testcase that also works. by Mike Stump · 15 years ago
  10. 49d1cd5 Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). by Mike Stump · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
  13. 1e692ac Basic support for volatile loads and stores. Stores the volatile by Eli Friedman · 16 years ago