aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/asm.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-13fix PR4938 by recognizing % as a modifier on outputs,Chris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-05-19Update testDaniel Dunbar
2009-05-03look at the right operand when increasing the size of an asm output,Chris Lattner
2009-05-03allow references to the larger value in a tied constraintChris Lattner
2009-05-03add support for tying asm operands where the result is smaller thanChris Lattner
2009-05-03Remove typoDaniel Dunbar
2009-05-03implement support for asm outputs targetting non-simple lvalue destinationsChris Lattner
2009-05-03handle codegen of asms where a small input is tied to a large output.Chris Lattner
2009-04-03Ignore plus operands when looking up the operand number from a named operand....Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Fix PR3682 by just disabling a broken assertion. This check should beChris Lattner
2009-03-10reduce duplication of parsing code between %0 and %x0 andChris Lattner
2009-03-10move matching of named operands into AsmStmt class. At the sameChris Lattner
2009-02-22Match gcc and always perform array/function conversion for asm input exprs. F...Anders Carlsson
2009-01-27If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson
2009-01-12Handle multi-value inputsAnders Carlsson
2009-01-11More inline asm fixesAnders Carlsson
2009-01-11Handle readwrite constraints correctlyAnders Carlsson