1. 6949ab1 [ms-inline asm] Add a test case for the offset operator where the operand is a by Chad Rosier · 12 years ago
  2. 7520fca Test case for r171784. by Chad Rosier · 12 years ago
  3. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  4. e0c0196 [ms-inline asm] Add more tests. by Chad Rosier · 12 years ago
  5. da5c3b7 [ms-inline asm] Test case for r166790. by Chad Rosier · 12 years ago
  6. d2e7d20 [ms-inline asm] Add a test case for r166723 and r166724. by Chad Rosier · 12 years ago
  7. f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
  8. 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
  9. 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
  10. 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
  11. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  12. 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
  13. 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago
  14. 9fe4856 [ms-inline asm] Update test case for r166357. by Chad Rosier · 12 years ago
  15. b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
  16. 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
  17. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  18. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  19. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  20. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  21. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  22. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  23. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  24. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  25. 76dd249 Test case for r165275. by Chad Rosier · 12 years ago
  26. 36d0676 Update test case for r165174. by Chad Rosier · 12 years ago
  27. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  28. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  29. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  30. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  31. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  32. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  33. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  34. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  35. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  36. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  37. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  38. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  39. 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 12 years ago
  40. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  41. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  42. 1588cb8 Fix test case for Release builds. by Chad Rosier · 12 years ago
  43. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  44. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  45. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  46. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  47. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  48. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  49. b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago
  50. f37e421 [ms-inline asm] MSVC parses multiple __asm statements on a single line as one by Chad Rosier · 12 years ago
  51. 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  52. dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
  53. 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  54. 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
  55. 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago
  56. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  57. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  58. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  59. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago