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
/
CodeGen
/
asm-inout.c
Age
Commit message (
Expand
)
Author
2012-03-22
Small cleanup.
Bill Wendling
2012-03-22
Use correct FileCheck regexp.
Bill Wendling
2012-03-22
When an MMX output variable is tied to the input variable, we have to implicitly
Bill Wendling
2011-06-21
Move additional register names to their own lookup, separate from
Eric Christopher
2011-02-21
add one more case of mismatched input/output constraints.
Chris Lattner
2010-09-18
Added '|' delimiter to separate inline asm multiple alternative constraints f...
John Thompson
2010-08-10
Something's wrong with this test on other platforms. I'll probably need to s...
John Thompson
2010-08-10
Slightly revised handling of mult-alt constraints, to avoid an assert, until ...
John Thompson
2010-07-16
Fix for PR3800: make sure not to evaluate the expression for a read-write
Eli Friedman
2010-03-03
merge asm-2.c into asm.c, remove asm-inout.c because it is
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-08-04
Revert the fix for PR3800, it broke things.
Anders Carlsson
2009-08-02
Don't evaluate inout constraints twice. Fixes PR3800.
Anders Carlsson