1. c5f9a01 Add support for AVX registers to clang inline asm. Add a small testcase by Eric Christopher · 13 years ago
  2. 93bfd79 Clean up some oddly gratuitous vertical whitespace. by Eric Christopher · 13 years ago
  3. 867a379 Rename function. by Eric Christopher · 13 years ago
  4. 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 13 years ago
  5. 9f5bff0 fix PR10415, tidying up IR representation of module level inline asm by Chris Lattner · 13 years ago
  6. 78b9291 Add a testcase for the previous commit and update an existing test for an by Eric Christopher · 13 years ago
  7. 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
  8. aab64d0 Implement PR6845. We allow matching constraints to have different by Chris Lattner · 14 years ago
  9. 018b54e fix PR6780, properly handling the IR {|} escapes in inline asm strings. by Chris Lattner · 14 years ago
  10. 29a4071 fix a buildbot failure, this was passing for me because the by Chris Lattner · 14 years ago
  11. eeeb49a merge asm-2.c into asm.c, remove asm-inout.c because it is by Chris Lattner · 14 years ago
  12. b992259 fix PR6475, we were doing side-effecting stuff in an assert. by Chris Lattner · 14 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  15. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  16. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  17. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  18. b77e07a Update test by Daniel Dunbar · 15 years ago
  19. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 15 years ago
  20. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 15 years ago
  21. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 15 years ago
  22. 50ac766 Remove typo by Daniel Dunbar · 15 years ago
  23. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 15 years ago
  24. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 15 years ago
  25. 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
  26. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  27. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 15 years ago
  28. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 15 years ago
  29. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 15 years ago
  30. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 15 years ago
  31. 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
  32. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  33. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  34. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago