1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  3. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 16 years ago
  6. b77e07a Update test by Daniel Dunbar · 16 years ago
  7. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 16 years ago
  8. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 16 years ago
  9. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 16 years ago
  10. 50ac766 Remove typo by Daniel Dunbar · 16 years ago
  11. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 16 years ago
  12. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 16 years ago
  13. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 16 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  15. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago
  16. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 16 years ago
  17. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 16 years ago
  18. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
  19. 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
  20. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  21. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  22. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago