Age | Commit message (Expand) | Author |
---|---|---|
2011-10-16 | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner |
2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng |
2011-07-13 | Update MCParsedAsmOperand debug methods. | Jim Grosbach |
2010-08-11 | llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen... | Daniel Dunbar |
2010-08-11 | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar |
2010-07-18 | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar |
2010-07-17 | MC/AsmParser: Lift Run() and TargetParser to base class. | Daniel Dunbar |
2010-07-12 | MC: Move AsmParser::TokError to MCAsmParser(). | Daniel Dunbar |
2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |