| Age | Commit message (Expand) | Author |
| 2025-02-27 | [clang] Alias cc modifier to c (#127719) | PiJoules |
| 2023-08-28 | [clang] Remove rdar links; NFC | Aaron Ballman |
| 2023-07-17 | Revert "Remove rdar links; NFC" | Mehdi Amini |
| 2023-07-07 | Remove rdar links; NFC | Aaron Ballman |
| 2022-10-07 | [CodeGen] Convert tests to opaque pointers (NFC) | Nikita Popov |
| 2022-07-15 | [IR] Don't use blockaddresses as callbr arguments | Nikita Popov |
| 2022-04-13 | [InlineAsm] Add support for address operands ("p"). | Jonas Paulsson |
| 2022-04-07 | [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) | Nikita Popov |
| 2022-02-15 | Use functions with prototypes when appropriate; NFC | Aaron Ballman |
| 2022-01-11 | [clang][CGStmt] emit i constraint rather than X for asm goto indirect dests | Nick Desaulniers |
| 2022-01-06 | [CodeGen] Emit elementtype attributes for indirect inline asm constraints | Nikita Popov |
| 2019-06-03 | Re-check in clang support gun asm goto after fixing tests. | Jennifer Yu |
| 2019-05-30 | Revert "clang support gnu asm goto." | Erich Keane |
| 2019-05-30 | clang support gnu asm goto. | Jennifer Yu |
| 2015-01-11 | CodeGen: Simplify consecutive '%' modifiers | David Majnemer |
| 2015-01-11 | CodeGen: Simplify consecutive '&' modifiers | David Majnemer |
| 2014-07-14 | CodeGen: Let arrays be inputs to inline asm | David Majnemer |
| 2012-10-29 | Handle '*' and '#' asm constraint modifiers. | Ulrich Weigand |
| 2012-08-10 | [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. | Chad Rosier |
| 2011-12-02 | Add support for AVX registers to clang inline asm. Add a small testcase | Eric Christopher |
| 2011-12-02 | Clean up some oddly gratuitous vertical whitespace. | Eric Christopher |
| 2011-12-02 | Rename function. | Eric Christopher |
| 2011-07-29 | Fix assertion failure in CodeGen where the input operand to an asm | Peter Collingbourne |
| 2011-07-23 | fix PR10415, tidying up IR representation of module level inline asm | Chris Lattner |
| 2011-07-07 | Add a testcase for the previous commit and update an existing test for an | Eric Christopher |
| 2010-08-24 | Add some missing X86-specific asm constraint letters, and fix | Dale Johannesen |
| 2010-04-23 | Implement PR6845. We allow matching constraints to have different | Chris Lattner |
| 2010-04-05 | fix PR6780, properly handling the IR {|} escapes in inline asm strings. | Chris Lattner |
| 2010-03-04 | fix a buildbot failure, this was passing for me because the | Chris Lattner |
| 2010-03-03 | merge asm-2.c into asm.c, remove asm-inout.c because it is | Chris Lattner |
| 2010-03-03 | fix PR6475, we were doing side-effecting stuff in an assert. | Chris Lattner |
| 2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
| 2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
| 2009-10-13 | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner |
| 2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
| 2009-07-25 | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar |
| 2009-05-19 | Update test | Daniel Dunbar |
| 2009-05-03 | look at the right operand when increasing the size of an asm output, | Chris Lattner |
| 2009-05-03 | allow references to the larger value in a tied constraint | Chris Lattner |
| 2009-05-03 | add support for tying asm operands where the result is smaller than | Chris Lattner |
| 2009-05-03 | Remove typo | Daniel Dunbar |
| 2009-05-03 | implement support for asm outputs targetting non-simple lvalue destinations | Chris Lattner |
| 2009-05-03 | handle codegen of asms where a small input is tied to a large output. | Chris Lattner |
| 2009-04-03 | Ignore plus operands when looking up the operand number from a named operand.... | Anders Carlsson |
| 2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
| 2009-03-10 | Fix PR3682 by just disabling a broken assertion. This check should be | Chris Lattner |
| 2009-03-10 | reduce duplication of parsing code between %0 and %x0 and | Chris Lattner |
| 2009-03-10 | move matching of named operands into AsmStmt class. At the same | Chris Lattner |
| 2009-02-22 | Match gcc and always perform array/function conversion for asm input exprs. F... | Anders Carlsson |
| 2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |