summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/asm.c
Commit message (Expand)AuthorAgeFilesLines
* Reject asm output constraints that consist of modifiers only.Benjamin Kramer2013-04-181-0/+16
* Simplify test to use a count for the number of notes expected.Bill Wendling2013-03-271-1/+1
* Add another expected note. Two errors => two notes.Tim Northover2013-03-271-1/+1
* Fix testcase to add expected note.Bill Wendling2013-03-271-1/+1
* Emit an error message instead of crashing when dereferencing an incomplete po...Bill Wendling2013-03-251-0/+7
* c: privide deprecated warning when __private_extern__ storageFariborz Jahanian2012-08-171-1/+1
* Add support for AVX registers to clang inline asm. Add a small testcaseEric Christopher2011-12-021-1/+1
* Add a testcase for the previous commit and update an existing test for anEric Christopher2011-07-071-5/+5
* Fix off-by-one error in StringLiteral::getLocationOfByte.Hans Wennborg2011-06-301-0/+6
* Split out logic for valid clobbers and valid inline asm registers.Eric Christopher2011-06-281-0/+4
* Use a heralded conversion to bool in inline-asm constraints.John McCall2011-05-101-0/+8
* Added warning about invalid register specification for local variables.Abramo Bagnara2011-01-111-1/+11
* Produce a better error message for invalid register names.Rafael Espindola2011-01-011-0/+4
* When setting a tied check if it's already tied. If it's tied to another const...Anders Carlsson2010-11-031-2/+8
* A number in an input constraint can't point to a read-write ('+') constraint....Anders Carlsson2010-11-031-0/+6
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Warn on top-level 'asm volatile' (instead of misparsing it).John McCall2010-01-251-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* If we have mismatched integer tied operands, but the operandChris Lattner2009-05-031-1/+1
* implement PR4077: [Linux kernel] inscrutable error on inline asm input/output...Chris Lattner2009-04-261-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix PR3258 by rejecting invalid numeric operands.Chris Lattner2009-03-111-1/+5
* checking for symbolic operands as well as % at end of string.Chris Lattner2009-03-111-7/+9
* reject invalid escape characters in extended-asm strings with a nice diagnostic.Chris Lattner2009-03-101-4/+7
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-1/+1
* Handle the 'e' constraint. Fixes PR3385Anders Carlsson2009-01-241-0/+6
* Fix an inline asm sema bug that I introduced.Anders Carlsson2009-01-211-1/+7
* Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>Anders Carlsson2009-01-201-0/+11
* Add sema support for symbolic names in inline asm statements.Anders Carlsson2009-01-181-1/+5
* Fix rdar://6094010 various asserts happening with wide strings in inline asm.Chris Lattner2008-07-231-0/+8
* Check that the clobber registers are valid.Anders Carlsson2007-11-251-1/+14
* Check asm input and output expressions.Anders Carlsson2007-11-231-0/+14
OpenPOWER on IntegriCloud