1. f43cc9f Add return type for checkForValidSection parsing function. NFC Intended. by Nirav Dave · 9 years ago
  2. 85b2f67 [MC] Support .ds directives in assembler parser by Petr Hosek · 9 years ago
  3. 4cb08ce [MC] Support .dcb directives in assembler parser by Petr Hosek · 9 years ago
  4. 2f4ac44 [MC] Support skip and count for .incbin directive by Petr Hosek · 9 years ago
  5. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  6. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  7. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  8. 04c7db3 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago
  9. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  10. a9f4cc9 [codeview] Add new directives to record inlined call site line info by Reid Kleckner · 9 years ago
  11. 27ea29b (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block: by Yunzhong Gao · 9 years ago
  12. d8858ca [MC] Move parser helper functions from Asmparser to MCAsmParser by Nirav Dave · 9 years ago
  13. a5b1eef [MC] Move .cv_loc management logic out of MCContext by Reid Kleckner · 9 years ago
  14. 731bb9c [MC] Support .dc directives in assembler parser by Petr Hosek · 9 years ago
  15. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  16. 3feeb9c Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  17. cae9aee Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  18. 2ab623b [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  19. 9263ae3 Fix handling of end-of-line preprocessor comments Attempt 2 by Nirav Dave · 9 years ago
  20. f94cd9d Revert "[MC] Fix handling of end-of-line preprocessor comments" by Nirav Dave · 9 years ago
  21. 9b0ee9c [MC] Fix handling of end-of-line preprocessor comments by Nirav Dave · 9 years ago
  22. 42327a3 Revert r277408 and r277407 by Bruno Cardoso Lopes · 9 years ago
  23. 3140fec [MC] Fix handling of end-of-line preprocessor comments by Nirav Dave · 9 years ago
  24. 7c9fc73 [MC] Add command-line option to choose the max nest level in asm macros. by Davide Italiano · 9 years ago
  25. 2171828 [ARM] Implement -mimplicit-it assembler option by Oliver Stannard · 9 years ago
  26. 1ab7199 [MC] Separate non-parsing operations from conditional chains. NFC. by Nirav Dave · 9 years ago
  27. a645433c [MC] Cleanup Error Handling in AsmParser by Nirav Dave · 9 years ago
  28. 8ea792d [MC] Fix lexing ordering in assembly label parsing to preserve same line by Nirav Dave · 9 years ago
  29. 53a72f4 Provide support for preserving assembly comments by Nirav Dave · 9 years ago
  30. fd91041 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  31. 280ecf6 Revert "Refactor and cleanup Assembly Parsing / Lexing" by Nirav Dave · 9 years ago
  32. c19c326 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  33. 1180e689 Ignore Lexing errors in macro body definitions by Nirav Dave · 10 years ago
  34. 6abd38b [MC] Return early when .fill size is negative by Petr Hosek · 10 years ago
  35. 67a94a7 [MC] Support symbolic expressions in assembly directives by Petr Hosek · 10 years ago
  36. 97859cc Revert "[MC] Support symbolic expressions in assembly directives" by Petr Hosek · 10 years ago
  37. ec73d8b [MC] Support symbolic expressions in assembly directives by Petr Hosek · 10 years ago
  38. 2274808 PR11740: Disable assembly debug info when assembly already contains line directives by David Blaikie · 10 years ago
  39. 63d3d6d Revert "[MC] Support symbolic expressions in assembly directives" by Reid Kleckner · 10 years ago
  40. e258375 [MC] Support symbolic expressions in assembly directives by Petr Hosek · 10 years ago
  41. ca19647 Zero-initialize members of the CpuHashInfoTy structure for AsmParser by Andrew Kaylor · 10 years ago
  42. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  43. c0bef99 AsmParser: record "# line file" context to calculate location for diag by Tim Northover · 10 years ago
  44. 6b3169b MCParser: diagnose missing directional labels more clearly. by Tim Northover · 10 years ago
  45. f9033bb [Object] Make .alt_entry directive parsing MachO specific. by Lang Hames · 10 years ago
  46. 1b640e0 [MachO] Add MachO alt-entry directive support. by Lang Hames · 10 years ago
  47. 5f5de9f [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces by Marina Yatsina · 10 years ago
  48. 95b4fcd AsmParser: Fix nested .irp/.irpc by Nikolay Haustov · 10 years ago
  49. a1fa68a [MC] Fixed parsing of macro arguments where expressions with spaces are present. by Scott Egerton · 10 years ago
  50. 408b5e6 [MC] Add support for encoding CodeView variable definition ranges by David Majnemer · 10 years ago
  51. c9911f2 [codeview] Correctly handle inlining functions post-dominated by unreachable by David Majnemer · 10 years ago
  52. 1fcd610 [codeview] Wire up the .cv_inline_linetable directive by Reid Kleckner · 10 years ago
  53. 6fcbd7e [CodeView] Implement .cv_inline_linetable by David Majnemer · 10 years ago
  54. 2214ed8 Reland "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  55. 00d9639 Revert "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  56. c62e379 [CodeView] Use assembler directives for line tables by Reid Kleckner · 10 years ago
  57. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  58. ce10842 [MC, COFF] Add .reloc support for WinCOFF by David Majnemer · 10 years ago
  59. 02ecd43 [X86][inline asm] support even directive by Michael Zuckerman · 10 years ago
  60. e5e035a3 Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef. by Craig Topper · 10 years ago
  61. 07b43d3 [Assembler] Allow non-fatal errors after parsing by Oliver Stannard · 10 years ago
  62. 9f6ad49 Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32. by Daniel Sanders · 10 years ago
  63. 8a0453e [AsmParser] Backends can parameterize ASM tokenization. by Colin LeMahieu · 10 years ago
  64. 7820dff [AsmParser] Provide target direct access to mnemonic token. Allow assignment parsing to be hooked by target. Allow target to specify if identifier is a label. by Colin LeMahieu · 10 years ago
  65. 7ae65d8 Simplify now that emitValueToOffset always returns false. by Rafael Espindola · 10 years ago
  66. fb1c1c7 [ms-inline-asm] Leave alignment in bytes if the native assembler uses bytes by Reid Kleckner · 10 years ago
  67. 0993e0b [MC] Add support for GNU as-compatible binary operator precedence by David Majnemer · 10 years ago
  68. 0fdd572 MC: Don't crash after issuing a diagnostic. by Jim Grosbach · 10 years ago
  69. 55b1f29 Change isUIntN/isIntN calls with constant N to use the template version. NFC by Craig Topper · 10 years ago
  70. 8400848 Use range-based for loops. NFC by Craig Topper · 10 years ago
  71. 7d5b231 Use emplace_back instead of a constructor call and push_back. NFC by Craig Topper · 10 years ago
  72. 3c76c52 Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
  73. cb2da71 [MC/ELF] Accept zero for .align directive by Davide Italiano · 10 years ago
  74. 86dbd92 [MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases by Vedant Kumar · 10 years ago
  75. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  76. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  77. fe36f83 [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling. by Colin LeMahieu · 10 years ago
  78. 86ecbb7 Reverting r241058 because it's causing buildbot failures. by Ranjeet Singh · 10 years ago
  79. 5b11909 There are a few places where subtarget features are still by Ranjeet Singh · 10 years ago
  80. 16238d9 IAS: Use the root macro instanciation for location by Frederic Riss · 10 years ago
  81. 7bc44dc [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1. by Toma Tabacu · 10 years ago
  82. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  83. 80d21cb Change .thumb_set to have the same error checks as .set. by Pete Cooper · 10 years ago
  84. 67e715f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
  85. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  86. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 11 years ago
  87. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 11 years ago
  88. 2f9bdd8 There is only one current section. by Rafael Espindola · 11 years ago
  89. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 11 years ago
  90. fa160c7 Fix warning on builds without asserts. by Rafael Espindola · 11 years ago
  91. e074679 Remove yet another method of creating begin and end symbol for sections. by Rafael Espindola · 11 years ago
  92. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 11 years ago
  93. 177c148 [MC] Split MCBinaryExpr::Shr into LShr and AShr. by Ahmed Bougacha · 11 years ago
  94. 457852f [MC] Move getBinOpPrecedence into AsmParser. NFC. by Ahmed Bougacha · 11 years ago
  95. 217116e [MC] [IAS] Add support for the \@ .macro pseudo-variable. by Toma Tabacu · 11 years ago
  96. 11e14a9 [mips] [IAS] Implement the .asciiz directive. by Toma Tabacu · 11 years ago
  97. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  98. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  99. 51c3560 Add support for .ifnes psuedo-op. by Sid Manning · 11 years ago
  100. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago