1. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  2. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  3. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  4. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  5. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  6. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  7. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  8. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  9. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 12 years ago
  10. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 12 years ago
  11. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 12 years ago
  12. fcf75a3 Update for r163231. by Chad Rosier · 12 years ago
  13. 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 12 years ago
  14. ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  15. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 12 years ago
  16. 1588cb8 Fix test case for Release builds. by Chad Rosier · 12 years ago
  17. d1a8d2e [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function. by Chad Rosier · 12 years ago
  18. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  19. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  20. 700ce64 [ms-inline asm] Add a helper function, isMSAsmKeyword(). by Chad Rosier · 12 years ago
  21. 183e8ae Fixup test case for Release builds. by Chad Rosier · 12 years ago
  22. f64c118 [ms-inline asm] Start tracking which tokens are registers and which are by Chad Rosier · 12 years ago
  23. b5f9eb8 [ms-inline asm] Use a set container to remove redundant clobbers. by Chad Rosier · 12 years ago
  24. f37e421 [ms-inline asm] MSVC parses multiple __asm statements on a single line as one by Chad Rosier · 12 years ago
  25. 5aad79f [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  26. dece8b3 Revert this to try to bring the i386 bots back. by Eric Christopher · 12 years ago
  27. 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 12 years ago
  28. 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 12 years ago
  29. 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 12 years ago
  30. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  31. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  32. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  33. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago