1. fbd38ca Apply Clang-format to MCAsmParser.cpp NFC. by Nirav Dave · 9 years ago
  2. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  3. 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
  4. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  5. d8858ca [MC] Move parser helper functions from Asmparser to MCAsmParser by Nirav Dave · 9 years ago
  6. 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
  7. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  8. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  9. 804f43c Add const. NFC. by Rafael Espindola · 11 years ago
  10. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  11. d2037eb MCParser: Update method names per coding guidelines. by Jim Grosbach · 13 years ago
  12. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  13. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  14. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  15. a3a0681 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  16. 1142444 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago
  17. f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  18. 602aa90 Update MCParsedAsmOperand debug methods. by Jim Grosbach · 14 years ago
  19. 2eca025 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  20. ebace22 MCAsmParser: Add dump() hook to MCParsedAsmOperand. by Daniel Dunbar · 15 years ago
  21. ba6e354 MC/AsmParser: Fix TokError() to accept a Twine. by Daniel Dunbar · 15 years ago
  22. 01e3607 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
  23. 4be8f2f MC: Move AsmParser::TokError to MCAsmParser(). by Daniel Dunbar · 15 years ago
  24. 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]
  25. 936b0d3 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 16 years ago
  26. 18bcf30 unbreak the build, grr symlinks. by Chris Lattner · 16 years ago
  27. 528d00b extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 16 years ago
  28. 3c2a893 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago