summaryrefslogtreecommitdiff
path: root/test/CodeGen/asm.c
Commit message (Expand)AuthorAgeFilesLines
* fix PR6780, properly handling the IR {|} escapes in inline asm strings.Chris Lattner2010-04-051-0/+12
* fix a buildbot failure, this was passing for me because the Chris Lattner2010-03-041-3/+7
* merge asm-2.c into asm.c, remove asm-inout.c because it is Chris Lattner2010-03-031-0/+11
* fix PR6475, we were doing side-effecting stuff in an assert.Chris Lattner2010-03-031-1/+11
* 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-3/+3
* fix PR4938 by recognizing % as a modifier on outputs,Chris Lattner2009-10-131-0/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Update testDaniel Dunbar2009-05-191-1/+1
* look at the right operand when increasing the size of an asm output,Chris Lattner2009-05-031-0/+13
* allow references to the larger value in a tied constraintChris Lattner2009-05-031-1/+12
* add support for tying asm operands where the result is smaller thanChris Lattner2009-05-031-1/+8
* Remove typoDaniel Dunbar2009-05-031-1/+1
* implement support for asm outputs targetting non-simple lvalue destinationsChris Lattner2009-05-031-0/+11
* handle codegen of asms where a small input is tied to a large output.Chris Lattner2009-05-031-1/+11
* Ignore plus operands when looking up the operand number from a named operand....Anders Carlsson2009-04-031-1/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix PR3682 by just disabling a broken assertion. This check should beChris Lattner2009-03-101-1/+7
* reduce duplication of parsing code between %0 and %x0 andChris Lattner2009-03-101-1/+6
* move matching of named operands into AsmStmt class. At the sameChris Lattner2009-03-101-13/+12
* Match gcc and always perform array/function conversion for asm input exprs. F...Anders Carlsson2009-02-221-0/+6
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-4/+5
* Handle multi-value inputsAnders Carlsson2009-01-121-0/+7
* More inline asm fixesAnders Carlsson2009-01-111-3/+19
* Handle readwrite constraints correctlyAnders Carlsson2009-01-111-0/+5