summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ms-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* [inline asm] dot operator while using imm generates wrong ir + asm - clang partMarina Yatsina2017-06-261-0/+6
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-041-51/+88
* [X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH operators as a part ...Coby Tayree2017-03-211-0/+7
* MS inline asm: Filter MXCSR out of the inferred clobber listReid Kleckner2017-02-141-0/+8
* [X86][MS]Adjacent comments within multi-line inline assembly statementCoby Tayree2017-02-051-0/+6
* Use ${:uid} to generate unique MS asm labels, not {:uid}Reid Kleckner2016-11-291-7/+7
* [MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner2016-11-281-8/+10
* [x86][ms-inline-asm] use of "jmp short" in asm is not supportedMichael Zuckerman2016-10-141-0/+9
* (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao2016-09-021-12/+12
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-1/+1
* [ms-inline-asm] Fixing bug in single asm statement supportMarina Yatsina2016-02-231-2/+11
* [ms inline asm] Add support for label names with '$' charsMarina Yatsina2015-12-291-0/+9
* [X86][ms-inline asm] Test case for adding support for memory operands that in...Marina Yatsina2015-12-241-0/+32
* [ms-inline-asm] Add support for composite structs in MS inline asmMarina Yatsina2015-12-171-0/+20
* Mark MS inline ASM 'nodplicate' it it has labels (PR23715)Hans Wennborg2015-12-101-2/+5
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-261-0/+18
* [X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...Michael Kuperstein2015-07-301-0/+8
* Add test for parsing the XOR operator in Intel syntax inline assembly.Michael Kuperstein2015-06-141-0/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* ms-inline-asm: Add a test case for the usage of labels in bracket expressionsEhsan Akhgari2014-09-221-0/+9
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-1/+28
* MS inline asm: Allow __asm blocks to set a return valueReid Kleckner2014-09-041-5/+6
* MS inline asm: Add a test for xgetbv clobbersReid Kleckner2014-09-041-0/+6
* MS inline asm: Tests for r214550Reid Kleckner2014-08-011-2/+2
* ms-inline-asm: Add a test to ensure that call doesn't clobber eax.Ehsan Akhgari2014-07-311-0/+6
* Fix test/CodeGen/ms-inline-asm.c from r213916.Ehsan Akhgari2014-07-251-1/+1
* clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari2014-07-251-125/+135
* clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.NAKAMURA Takumi2014-07-171-7/+9
* Add a test for PR20343 after llvm r213303.Nico Weber2014-07-171-0/+16
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-061-3/+8
* Add a test case for the tilde operator in Microsoft inline assemblyEhsan Akhgari2014-07-051-0/+2
* MS asm: Filter out fpsw clobbersReid Kleckner2014-03-271-0/+9
* Add tests for MS inline asm change r203146Reid Kleckner2014-03-061-0/+15
* Test case for clobbers on cpuid in ms inline asmReid Kleckner2014-01-281-0/+6
* Update clang MS inline asm tests for r196939Reid Kleckner2013-12-101-7/+8
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Fix typo.Chad Rosier2013-04-181-1/+1
* Test cases for r179719.Chad Rosier2013-04-171-0/+6
* Test cases for r179655.Chad Rosier2013-04-171-3/+36
* Add test case for r179403.Chad Rosier2013-04-121-0/+12
* Add test case for r179399.Chad Rosier2013-04-121-1/+3
* Add test case for r179383 and r179393.Chad Rosier2013-04-121-1/+8
* [ms-inline asm] Move a few test cases from the 32-bit version to the 64-bitChad Rosier2013-04-101-30/+0
* [ms-inline asm] Add a few test cases that were regressed by r179115. ThatChad Rosier2013-04-101-0/+3
* Test case for r179030.Chad Rosier2013-04-081-0/+7
* Add test case for r178881.Chad Rosier2013-04-051-1/+9
* Remove unnecessary attributes from test case.Chad Rosier2013-03-271-81/+79
* Add a front-end test case for r178186.Chad Rosier2013-03-271-0/+8
* Test case for r177439 and r177440.Chad Rosier2013-03-191-0/+13