summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ms-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add test case for llvm change r329734Craig Topper2018-04-101-0/+7
* Avoid unecessary opsize byte in segment move to memoryNirav Dave2017-11-211-6/+6
* [x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blobCoby Tayree2017-11-211-0/+11
* Fixups to FE tests affected by D36793Coby Tayree2017-08-241-59/+59
* [X86][Asm] Allow negative immediate to appear before bracketed expressionCoby Tayree2017-08-091-3/+9
* [X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" + struct/class po...Coby Tayree2017-08-091-2/+6
* [x86][inline-asm]Allow a pack of Control Debug to be properly pickedCoby Tayree2017-08-011-0/+13
* [x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"Coby Tayree2017-07-301-1/+3
* [x86][inline-asm]Allow a pack of Control Regs to be properly pickedCoby Tayree2017-07-301-0/+11
* Revert "This patch enables the usage of constant Enum identifiers within Micr...Eric Christopher2017-07-251-7/+7
* This patch enables the usage of constant Enum identifiers within Microsoft st...Matan Haroush2017-07-251-7/+7
* [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