1. 018b54e fix PR6780, properly handling the IR {|} escapes in inline asm strings. by Chris Lattner · 14 years ago
  2. 29a4071 fix a buildbot failure, this was passing for me because the by Chris Lattner · 15 years ago
  3. eeeb49a merge asm-2.c into asm.c, remove asm-inout.c because it is by Chris Lattner · 15 years ago
  4. b992259 fix PR6475, we were doing side-effecting stuff in an assert. by Chris Lattner · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  8. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  9. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  10. b77e07a Update test by Daniel Dunbar · 15 years ago
  11. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 15 years ago
  12. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 15 years ago
  13. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 15 years ago
  14. 50ac766 Remove typo by Daniel Dunbar · 15 years ago
  15. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 15 years ago
  16. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 15 years ago
  17. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 15 years ago
  18. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  19. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago
  20. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 16 years ago
  21. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 16 years ago
  22. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
  23. 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
  24. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  25. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  26. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago