index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
/
ms-inline-asm.c
Age
Commit message (
Expand
)
Author
2013-01-25
Temporarily disabling ms-asm test
Renato Golin
2013-01-22
Add a triple, per Ben's suggestion.
Chad Rosier
2013-01-22
Second attempt to fix ppc bots.
Chad Rosier
2013-01-22
Add x86 requirement to hopefully fix ppc bots.
Chad Rosier
2013-01-22
[ms-inline asm] Remove a warning about ms-style inline assembly not being
Chad Rosier
2012-12-05
[driver, ms-inline asm] MS-Style inline assembly is controlled by the
Chad Rosier
2012-08-24
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
Chad Rosier
2012-08-15
[ms-inline asm] MSVC parses multiple __asm statements on a single line as one
Chad Rosier
2012-08-14
[ms-inline asm] Add a helpful assert.
Chad Rosier
2012-06-20
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
Chad Rosier
2012-06-12
[ms-inline-asm] The __asm keyword is a statement separator, so multiple asm
Chad Rosier
2012-06-12
[ms-inline-asm] Cleanup MS style inline assembly parsing.
Chad Rosier
2011-09-30
Some fixes for MS-style asm parsing: specifically, add some error checking, a...
Eli Friedman