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