1. 3d5c2e6 [MC] Shrink MCAsmParser by grouping bools, add const, NFC by Reid Kleckner · 7 years ago
  2. 05b5891 [MC][X86] Allow assembler variable assignment to register name. by Nirav Dave · 7 years ago
  3. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  4. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  5. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  6. 9bd18aa [AsmParser] Recommit: Hash is not a comment on some targets by Oliver Stannard · 8 years ago
  7. a24e4cd Revert "[AsmParser] Hash is not a comment on some targets" by Ahmed Bougacha · 8 years ago
  8. 7f569a2 [AsmParser] Hash is not a comment on some targets by Oliver Stannard · 8 years ago
  9. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  10. 1d43552 [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  11. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  12. 061f4a5 Apply clang-tidy's performance-unnecessary-value-param to LLVM. by Benjamin Kramer · 9 years ago
  13. 1a9044b [MC] Fix Various End Of Line Comment checkings by Nirav Dave · 9 years ago
  14. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  15. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  16. fbd38ca Apply Clang-format to MCAsmParser.cpp NFC. by Nirav Dave · 9 years ago
  17. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  18. 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
  19. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  20. d8858ca [MC] Move parser helper functions from Asmparser to MCAsmParser by Nirav Dave · 9 years ago
  21. 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
  22. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  23. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  24. 804f43c Add const. NFC. by Rafael Espindola · 11 years ago
  25. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  26. d2037eb MCParser: Update method names per coding guidelines. by Jim Grosbach · 13 years ago
  27. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  28. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  29. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  30. a3a0681 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  31. 1142444 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago
  32. f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  33. 602aa90 Update MCParsedAsmOperand debug methods. by Jim Grosbach · 14 years ago
  34. 2eca025 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  35. ebace22 MCAsmParser: Add dump() hook to MCParsedAsmOperand. by Daniel Dunbar · 15 years ago
  36. ba6e354 MC/AsmParser: Fix TokError() to accept a Twine. by Daniel Dunbar · 15 years ago
  37. 01e3607 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
  38. 4be8f2f MC: Move AsmParser::TokError to MCAsmParser(). by Daniel Dunbar · 15 years ago
  39. 00646cf create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago[Renamed (86%) from llvm/lib/MC/MCAsmParser.cpp]
  40. 936b0d3 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 16 years ago
  41. 18bcf30 unbreak the build, grr symlinks. by Chris Lattner · 16 years ago
  42. 528d00b extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 16 years ago
  43. 3c2a893 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago