summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Output empty asm statements for the directives we don'tChad Rosier2012-09-061-0/+9
* [ms-inline asm] The IR representation of inline assembly enumerates the inputChad Rosier2012-09-061-1/+1
* Update for r163231.Chad Rosier2012-09-051-16/+16
* [ms-inline asm] Update test case for r163181.Chad Rosier2012-09-051-16/+16
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-16/+16
* [ms-inline asm] The MCInstrDesc only tracks register definitions. For now,Chad Rosier2012-09-041-2/+1
* Fix test case for Release builds.Chad Rosier2012-08-281-1/+1
* [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.Chad Rosier2012-08-281-1/+2
* [ms-inline asm] Start sending non-simple inline asms to the AsmParser.Chad Rosier2012-08-221-1/+1
* [ms-inline asm] Remove this test case and the associated special case code.Chad Rosier2012-08-211-17/+11
* [ms-inline asm] Add a helper function, isMSAsmKeyword().Chad Rosier2012-08-161-0/+20
* Fixup test case for Release builds.Chad Rosier2012-08-161-1/+0
* [ms-inline asm] Start tracking which tokens are registers and which areChad Rosier2012-08-161-0/+17
* [ms-inline asm] Use a set container to remove redundant clobbers.Chad Rosier2012-08-151-1/+1
* [ms-inline asm] MSVC parses multiple __asm statements on a single line as oneChad Rosier2012-08-151-5/+2
* [ms-inline asm] Add support for clobbers in CodeGen.Chad Rosier2012-08-151-5/+5
* Revert this to try to bring the i386 bots back.Eric Christopher2012-08-151-5/+5
* [ms-inline asm] Add support for clobbers in CodeGen.Chad Rosier2012-08-151-5/+5
* [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress.Chad Rosier2012-08-141-0/+42
* [ms-inline asm] Add a helpful assert.Chad Rosier2012-08-141-5/+10
* [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings.Chad Rosier2012-08-131-0/+32
* [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-1/+1
* [ms-inline asm] Add basic codegen support for simple asm stmts. Currently,Chad Rosier2012-08-081-1/+2
* [ms-inline asm] Add a very simple test case. Basically, we're only testing forChad Rosier2012-08-081-0/+7
OpenPOWER on IntegriCloud