index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
ms-inline-asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ms-inline-asm] Add field access to MS inline asm identifier lookup
Reid Kleckner
2015-08-26
1
-0
/
+18
*
[X86] Recognize "flags" as an identifier, not a register in Intel-syntax inli...
Michael Kuperstein
2015-07-30
1
-0
/
+8
*
Add test for parsing the XOR operator in Intel syntax inline assembly.
Michael Kuperstein
2015-06-14
1
-0
/
+2
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
ms-inline-asm: Add a test case for the usage of labels in bracket expressions
Ehsan Akhgari
2014-09-22
1
-0
/
+9
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-1
/
+28
*
MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
2014-09-04
1
-5
/
+6
*
MS inline asm: Add a test for xgetbv clobbers
Reid Kleckner
2014-09-04
1
-0
/
+6
*
MS inline asm: Tests for r214550
Reid Kleckner
2014-08-01
1
-2
/
+2
*
ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Ehsan Akhgari
2014-07-31
1
-0
/
+6
*
Fix test/CodeGen/ms-inline-asm.c from r213916.
Ehsan Akhgari
2014-07-25
1
-1
/
+1
*
clang-cl: Merge adjacent single-line __asm blocks
Ehsan Akhgari
2014-07-25
1
-125
/
+135
*
clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.
NAKAMURA Takumi
2014-07-17
1
-7
/
+9
*
Add a test for PR20343 after llvm r213303.
Nico Weber
2014-07-17
1
-0
/
+16
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
1
-3
/
+8
*
Add a test case for the tilde operator in Microsoft inline assembly
Ehsan Akhgari
2014-07-05
1
-0
/
+2
*
MS asm: Filter out fpsw clobbers
Reid Kleckner
2014-03-27
1
-0
/
+9
*
Add tests for MS inline asm change r203146
Reid Kleckner
2014-03-06
1
-0
/
+15
*
Test case for clobbers on cpuid in ms inline asm
Reid Kleckner
2014-01-28
1
-0
/
+6
*
Update clang MS inline asm tests for r196939
Reid Kleckner
2013-12-10
1
-7
/
+8
*
clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
NAKAMURA Takumi
2013-12-04
1
-1
/
+1
*
Don't pass -O0 to clang_cc1, it is the default.
Rafael Espindola
2013-09-04
1
-1
/
+1
*
Fix typo.
Chad Rosier
2013-04-18
1
-1
/
+1
*
Test cases for r179719.
Chad Rosier
2013-04-17
1
-0
/
+6
*
Test cases for r179655.
Chad Rosier
2013-04-17
1
-3
/
+36
*
Add test case for r179403.
Chad Rosier
2013-04-12
1
-0
/
+12
*
Add test case for r179399.
Chad Rosier
2013-04-12
1
-1
/
+3
*
Add test case for r179383 and r179393.
Chad Rosier
2013-04-12
1
-1
/
+8
*
[ms-inline asm] Move a few test cases from the 32-bit version to the 64-bit
Chad Rosier
2013-04-10
1
-30
/
+0
*
[ms-inline asm] Add a few test cases that were regressed by r179115. That
Chad Rosier
2013-04-10
1
-0
/
+3
*
Test case for r179030.
Chad Rosier
2013-04-08
1
-0
/
+7
*
Add test case for r178881.
Chad Rosier
2013-04-05
1
-1
/
+9
*
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-27
1
-81
/
+79
*
Add a front-end test case for r178186.
Chad Rosier
2013-03-27
1
-0
/
+8
*
Test case for r177439 and r177440.
Chad Rosier
2013-03-19
1
-0
/
+13
*
Update test for r177413.
Chad Rosier
2013-03-19
1
-2
/
+2
*
Test case for r177347.
Chad Rosier
2013-03-18
1
-0
/
+13
*
Add a front-end test case for r176036.
Chad Rosier
2013-02-25
1
-0
/
+8
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-69
/
+71
*
[ms-inline asm] Remove this test while I investigate why eax isn't being clob...
Chad Rosier
2013-02-20
1
-6
/
+0
*
Add test case for r175312.
Chad Rosier
2013-02-15
1
-0
/
+6
*
[ms-inline asm] Add test case for r175083.
Chad Rosier
2013-02-13
1
-0
/
+12
*
[ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021).
Chad Rosier
2013-02-13
1
-0
/
+12
*
[ms-inline-asm] Add test cases for the align/emit directives.
Chad Rosier
2013-02-12
1
-0
/
+16
*
[ms-inline asm] Update test case now that we are correctly parsing __emit dir...
Chad Rosier
2013-02-12
1
-2
/
+2
*
Typo.
Chad Rosier
2013-02-12
1
-1
/
+1
*
[ms-inline asm] Add a few test cases for the parsing of hexidecimal integers.
Chad Rosier
2013-02-12
1
-0
/
+34
*
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-22
1
-1
/
+1
*
[ms-inline asm] Updates and test case for r172743.
Chad Rosier
2013-01-17
1
-1
/
+29
*
[ms-inline asm] Add test case for r172121.
Chad Rosier
2013-01-10
1
-0
/
+7
[next]