aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms-inline-asm.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26[inline asm] dot operator while using imm generates wrong ir + asm - clang partMarina Yatsina1-0/+6
2017-05-04[ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner1-51/+88
2017-03-21[X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH operators as a part ...Coby Tayree1-0/+7
2017-02-14MS inline asm: Filter MXCSR out of the inferred clobber listReid Kleckner1-0/+8
2017-02-05[X86][MS]Adjacent comments within multi-line inline assembly statementCoby Tayree1-0/+6
2016-11-29Use ${:uid} to generate unique MS asm labels, not {:uid}Reid Kleckner1-7/+7
2016-11-28[MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner1-8/+10
2016-10-14[x86][ms-inline-asm] use of "jmp short" in asm is not supportedMichael Zuckerman1-0/+9
2016-09-02(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao1-12/+12
2016-03-07[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina1-1/+1
2016-02-23[ms-inline-asm] Fixing bug in single asm statement supportMarina Yatsina1-2/+11
2015-12-29[ms inline asm] Add support for label names with '$' charsMarina Yatsina1-0/+9
2015-12-24[X86][ms-inline asm] Test case for adding support for memory operands that in...Marina Yatsina1-0/+32
2015-12-17[ms-inline-asm] Add support for composite structs in MS inline asmMarina Yatsina1-0/+20
2015-12-10Mark MS inline ASM 'nodplicate' it it has labels (PR23715)Hans Wennborg1-2/+5
2015-08-26[ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner1-0/+18
2015-07-30[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...Michael Kuperstein1-0/+8
2015-06-14Add test for parsing the XOR operator in Intel syntax inline assembly.Michael Kuperstein1-0/+2
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2014-09-22ms-inline-asm: Add a test case for the usage of labels in bracket expressionsEhsan Akhgari1-0/+9
2014-09-22ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari1-1/+28
2014-09-04MS inline asm: Allow __asm blocks to set a return valueReid Kleckner1-5/+6
2014-09-04MS inline asm: Add a test for xgetbv clobbersReid Kleckner1-0/+6
2014-08-01MS inline asm: Tests for r214550Reid Kleckner1-2/+2
2014-07-31ms-inline-asm: Add a test to ensure that call doesn't clobber eax.Ehsan Akhgari1-0/+6
2014-07-25Fix test/CodeGen/ms-inline-asm.c from r213916.Ehsan Akhgari1-1/+1
2014-07-25clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari1-125/+135
2014-07-17clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.NAKAMURA Takumi1-7/+9
2014-07-17Add a test for PR20343 after llvm r213303.Nico Weber1-0/+16
2014-07-06Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari1-3/+8
2014-07-05Add a test case for the tilde operator in Microsoft inline assemblyEhsan Akhgari1-0/+2
2014-03-27MS asm: Filter out fpsw clobbersReid Kleckner1-0/+9
2014-03-06Add tests for MS inline asm change r203146Reid Kleckner1-0/+15
2014-01-28Test case for clobbers on cpuid in ms inline asmReid Kleckner1-0/+6
2013-12-10Update clang MS inline asm tests for r196939Reid Kleckner1-7/+8
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi1-1/+1
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola1-1/+1
2013-04-18Fix typo.Chad Rosier1-1/+1
2013-04-17Test cases for r179719.Chad Rosier1-0/+6
2013-04-17Test cases for r179655.Chad Rosier1-3/+36
2013-04-12Add test case for r179403.Chad Rosier1-0/+12
2013-04-12Add test case for r179399.Chad Rosier1-1/+3
2013-04-12Add test case for r179383 and r179393.Chad Rosier1-1/+8
2013-04-10[ms-inline asm] Move a few test cases from the 32-bit version to the 64-bitChad Rosier1-30/+0
2013-04-10[ms-inline asm] Add a few test cases that were regressed by r179115. ThatChad Rosier1-0/+3
2013-04-08Test case for r179030.Chad Rosier1-0/+7
2013-04-05Add test case for r178881.Chad Rosier1-1/+9
2013-03-27Remove unnecessary attributes from test case.Chad Rosier1-81/+79
2013-03-27Add a front-end test case for r178186.Chad Rosier1-0/+8
2013-03-19Test case for r177439 and r177440.Chad Rosier1-0/+13