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