1. 67bd78f Update for r165858. by Chad Rosier · 13 years ago
  2. de31b28 [ms-inline asm] Remove a bunch of parsing code from the front-end. by Chad Rosier · 13 years ago
  3. 106ddc1 Update for r165833. by Chad Rosier · 13 years ago
  4. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 13 years ago
  5. ab21005 Remove unused variable. by Benjamin Kramer · 13 years ago
  6. 6ec69c3 Remove dead code introduced in r165751. by Chad Rosier · 13 years ago
  7. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 13 years ago
  8. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 13 years ago
  9. 3d3f1f7 Revert 165058, per Jim request. This requires further discussion. by Chad Rosier · 13 years ago
  10. 3329ad1 [ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands. by Chad Rosier · 13 years ago
  11. 180d9d9 [ms-inline asm] Enhance the isSimpleMSAsm() function to handle operands with pointer size by Chad Rosier · 13 years ago
  12. ef3f6ff No need to call the InitializeAll* functions. by Chad Rosier · 13 years ago
  13. 3034d88 [ms-inline asm] Use the convertToMapAndConstraints() function in the front-end. by Chad Rosier · 13 years ago
  14. 317d8f3 Examine the last, not the first, instruction from the MC matcher. by Bob Wilson · 13 years ago
  15. 7935dde Update for r164567. by Chad Rosier · 13 years ago
  16. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 13 years ago
  17. 40d39e3 Fix a comment typo and clean up formatting. by Bob Wilson · 13 years ago
  18. 3d44219 [ms-inline asm] Use mnemonicIsValid() in a helpful assert. by Chad Rosier · 13 years ago
  19. 3ef95a5 Add a few FIXMEs. by Chad Rosier · 13 years ago
  20. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 13 years ago
  21. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 13 years ago
  22. 80da77e [ms-inline asm] isDef/NumDefs in this context only refer to register definitions, not memory definitions. by Chad Rosier · 13 years ago
  23. 8742d7c [ms-inline asm] As of r163657 this check is unnecessary. by Chad Rosier · 13 years ago
  24. fb70026 [ms-inline asm] Don't consider tokens or immediates when computing clobbers, inputs and outputs. by Chad Rosier · 13 years ago
  25. 4de9716 [ms-inline asm] Add $$ before numeric constants in the IR. by Chad Rosier · 13 years ago
  26. c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 13 years ago
  27. acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 13 years ago
  28. 8cdd8a9 Update for r163187. by Chad Rosier · 13 years ago
  29. 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 13 years ago
  30. d5eb585 Fix 80-column violation. by Chad Rosier · 13 years ago
  31. 1b497f2 [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. by Chad Rosier · 13 years ago
  32. 7065c52 Removed unused argument. by Chad Rosier · 13 years ago
  33. be5c3fb [ms-inline asm] Update for the MatchInstruction API change in r163101. by Chad Rosier · 13 years ago
  34. b706d90 Revert r162424 now that the scoping issue has been fixed in r162444. by Chad Rosier · 13 years ago
  35. 4112a4c Tidy up. by Chad Rosier · 13 years ago
  36. 89fb6d7 [ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute by Chad Rosier · 13 years ago
  37. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 13 years ago
  38. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 13 years ago
  39. 32f3acc Remove unnecessary calls to c_str. by Benjamin Kramer · 13 years ago
  40. 1016bdf [ms-inline asm] Generate the Input/Output expressions using by Chad Rosier · 13 years ago
  41. 8a30e77 Fix 80-column violation. by Chad Rosier · 13 years ago
  42. 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 13 years ago
  43. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 13 years ago
  44. 25bd298 [ms-inline asm] Rename a few induction variables to avoid confusion and silence by Chad Rosier · 13 years ago
  45. 2d5a1de Don't recycle loop variables (to keep GCC happy). by Matt Beaumont-Gay · 13 years ago
  46. 60ce584 Fix 80-column violation. by Chad Rosier · 13 years ago
  47. 6e97be7 [ms-inline asm] Compute the inputs and outputs. No test case (yet) as this by Chad Rosier · 13 years ago
  48. fd5e56e [ms-inline asm] Refactor code so that we can begin computing the Inputs/Outputs. by Chad Rosier · 13 years ago
  49. 682ad16 [ms-inline asm] Add comments. by Chad Rosier · 13 years ago
  50. 358ab76 [ms-inline asm] Add comments. by Chad Rosier · 13 years ago
  51. f0fbd77 [ms-inline asm] Add helper function. No functional change intended. by Chad Rosier · 13 years ago
  52. e78460f [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 13 years ago
  53. 9072a02 [ms-inline asm] Compute the token range for each instruction within the asm. by Chad Rosier · 13 years ago
  54. 153f8ec [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 13 years ago
  55. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 13 years ago
  56. 98ac608 [ms-inline asm] Remove the patchMSAsmStrings function. After some discussion by Chad Rosier · 13 years ago
  57. 38c71d3 [ms-inline asm] Have buildMSAsmString build a vector of unmodified AsmStrings. by Chad Rosier · 13 years ago
  58. 51a6b3f [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 13 years ago
  59. 83591b6 [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 13 years ago
  60. 33a71f3 [ms-inline asm] Append identifier for better debugging. by Chad Rosier · 13 years ago
  61. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 13 years ago
  62. df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 13 years ago
  63. 3d45a77 [ms-inline asm] Update comment. by Chad Rosier · 13 years ago
  64. 4b5e48d [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not by Chad Rosier · 13 years ago