summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/asm.c
Commit message (Collapse)AuthorAgeFilesLines
* Ignore plus operands when looking up the operand number from a named ↵Anders Carlsson2009-04-031-1/+7
| | | | | | operand. This matches llvm-gcc and fixes PR3908. llvm-svn: 68371
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Fix PR3682 by just disabling a broken assertion. This check should beChris Lattner2009-03-101-1/+7
| | | | | | | | done in sema, and is reflected by the existing PR3258. In the meantime, fix PR3682 by disabling a bogus assertion (which doesn't account for + operands). llvm-svn: 66533
* reduce duplication of parsing code between %0 and %x0 andChris Lattner2009-03-101-1/+6
| | | | | | add support for modifiers on named references, like %c[foo]. llvm-svn: 66532
* move matching of named operands into AsmStmt class. At the sameChris Lattner2009-03-101-13/+12
| | | | | | | time handle + operands in operand counting, fixing asm.c:t7 to expand into $2 instead of $1. llvm-svn: 66531
* Match gcc and always perform array/function conversion for asm input exprs. ↵Anders Carlsson2009-02-221-0/+6
| | | | | | Fixes PR3641. llvm-svn: 65256
* If an input constraint refers to an output constraint, it should have the ↵Anders Carlsson2009-01-271-4/+5
| | | | | | same constraint info as the output constraint. Fixes PR3417 llvm-svn: 63127
* Handle multi-value inputsAnders Carlsson2009-01-121-0/+7
| | | | llvm-svn: 62069
* More inline asm fixesAnders Carlsson2009-01-111-3/+19
| | | | llvm-svn: 62049
* Handle readwrite constraints correctlyAnders Carlsson2009-01-111-0/+5
llvm-svn: 62043
OpenPOWER on IntegriCloud