summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/asm-inout.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Consider tied operands when adjusting inline asm operands.Eli Friedman2019-03-141-0/+9
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Small cleanup.Bill Wendling2012-03-221-8/+8
* Use correct FileCheck regexp.Bill Wendling2012-03-221-1/+1
* When an MMX output variable is tied to the input variable, we have to implicitlyBill Wendling2012-03-221-0/+9
* Move additional register names to their own lookup, separate fromEric Christopher2011-06-211-2/+1
* add one more case of mismatched input/output constraints. Chris Lattner2011-02-211-0/+9
* Added '|' delimiter to separate inline asm multiple alternative constraints f...John Thompson2010-09-181-0/+12
* Something's wrong with this test on other platforms. I'll probably need to s...John Thompson2010-08-101-23/+0
* Slightly revised handling of mult-alt constraints, to avoid an assert, until ...John Thompson2010-08-101-0/+23
* Fix for PR3800: make sure not to evaluate the expression for a read-writeEli Friedman2010-07-161-0/+19
* merge asm-2.c into asm.c, remove asm-inout.c because it is Chris Lattner2010-03-031-18/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-031-1/+1
* Revert the fix for PR3800, it broke things.Anders Carlsson2009-08-041-0/+10
* Don't evaluate inout constraints twice. Fixes PR3800.Anders Carlsson2009-08-021-0/+8