1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  5. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  6. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  7. 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  8. b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
  9. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  10. 5889c60 Always emit bitfield properties using expression behavior, even if they're by John McCall · 13 years ago
  11. bf1f826 Revert r126678. by Fariborz Jahanian · 14 years ago
  12. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  13. 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
  14. 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
  15. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  18. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  19. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  20. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  21. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  22. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  23. 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
  24. b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago