1. cfa3810 Fixups to FE tests affected by D36793 by Coby Tayree · 8 years ago
  2. b51bcaf Sema: prevent __declspec(naked) use on x64 by Saleem Abdulrasool · 9 years ago
  3. 674cf26 __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. by Aaron Ballman · 10 years ago
  4. 4292443 ms-inline-asm: Correctly mark MS inline ASM labels as used by Ehsan Akhgari · 11 years ago
  5. 3109758 ms-inline-asm: Scope inline asm labels to functions by Ehsan Akhgari · 11 years ago
  6. 93dbeae Don't allow inline asm statements to reference parameters in naked functions by Hans Wennborg · 11 years ago
  7. 05d2daf MS inline asm: Add tests for LLVM r214468 by Reid Kleckner · 11 years ago
  8. 2f93b44 clang-cl: Merge adjacent single-line __asm blocks by Ehsan Akhgari · 11 years ago
  9. edd82a9 Fix up the test that expects the failure fixed in r212352 by Ehsan Akhgari · 11 years ago
  10. 8d4a16e Add tests for MS inline asm change r203146 by Reid Kleckner · 12 years ago
  11. 51082b1 Tests for LLVM MS inline asm change r202865 by Reid Kleckner · 12 years ago
  12. 0acd8a7 clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ by NAKAMURA Takumi · 12 years ago
  13. fc13b8b MS inline asm: When LLVM called back to Clang to parse a name and do name by Dmitri Gribenko · 12 years ago
  14. 6b72472 Reenable ms inline asm test. by Benjamin Kramer · 12 years ago
  15. 879edcd Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 13 years ago
  16. 7098635 Temporarily XFAIL this test; the compiler will segfault if the target-specific by Chad Rosier · 13 years ago
  17. e3aac2c [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
  18. 92c487d [ms-inline asm] Test case for r172773. by Chad Rosier · 13 years ago
  19. e343bc8 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 13 years ago
  20. 61b2f2b [ms-inline asm] Test case for r170037. by Chad Rosier · 13 years ago
  21. c8e56e8 [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 13 years ago
  22. 0130f82 [ms-inline asm] Add test case for r166792. by Chad Rosier · 13 years ago
  23. 89206b6 These tests require an actual x86 registered target, so mark them as such. Tested on ARM. by David Tweed · 13 years ago
  24. d5d136b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 13 years ago
  25. 317be45 Replace an assertion with an error for empty __asm statements. by Bob Wilson · 13 years ago