1. 4da89c8 Use a heralded conversion to bool in inline-asm constraints. by John McCall · 13 years ago
  2. 2b57aef Added warning about invalid register specification for local variables. by Abramo Bagnara · 14 years ago
  3. baf8695 Produce a better error message for invalid register names. by Rafael Espindola · 14 years ago
  4. 79ca1ee When setting a tied check if it's already tied. If it's tied to another constraint it's invalid. Fixes PR3905. by Anders Carlsson · 14 years ago
  5. 86eda39 A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904. by Anders Carlsson · 14 years ago
  6. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  7. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  10. f69fcae If we have mismatched integer tied operands, but the operand by Chris Lattner · 15 years ago
  11. 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  14. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago
  15. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 16 years ago
  16. 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
  17. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 16 years ago
  18. e6ea279 Fix an inline asm sema bug that I introduced. by Anders Carlsson · 16 years ago
  19. d9fca6e Improvements to Sema of asm statements. Fixes <rdar://problem/6156893> by Anders Carlsson · 16 years ago
  20. 42e1ee0 Add sema support for symbolic names in inline asm statements. by Anders Carlsson · 16 years ago
  21. 6bc5211 Fix rdar://6094010 various asserts happening with wide strings in inline asm. by Chris Lattner · 16 years ago
  22. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  23. 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago