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