summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/asm.c
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Simplify consecutive '%' modifiersDavid Majnemer2015-01-111-0/+7
* CodeGen: Simplify consecutive '&' modifiersDavid Majnemer2015-01-111-0/+7
* CodeGen: Let arrays be inputs to inline asmDavid Majnemer2014-07-141-0/+9
* Handle '*' and '#' asm constraint modifiers.Ulrich Weigand2012-10-291-0/+9
* [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-0/+10
* Add support for AVX registers to clang inline asm. Add a small testcaseEric Christopher2011-12-021-0/+6
* Clean up some oddly gratuitous vertical whitespace.Eric Christopher2011-12-021-8/+0
* Rename function.Eric Christopher2011-12-021-1/+1
* Fix assertion failure in CodeGen where the input operand to an asmPeter Collingbourne2011-07-291-0/+9
* fix PR10415, tidying up IR representation of module level inline asmChris Lattner2011-07-231-0/+9
* Add a testcase for the previous commit and update an existing test for anEric Christopher2011-07-071-6/+20
* Add some missing X86-specific asm constraint letters, and fixDale Johannesen2010-08-241-0/+22
* Implement PR6845. We allow matching constraints to have differentChris Lattner2010-04-231-0/+21
* 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