summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/MCAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Shrink MCAsmParser by grouping bools, add const, NFCReid Kleckner2018-10-221-1/+1
* [MC][X86] Allow assembler variable assignment to register name.Nirav Dave2018-06-051-1/+0
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard2017-08-211-8/+0
* Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha2017-08-101-0/+8
* [AsmParser] Hash is not a comment on some targetsOliver Stannard2017-08-091-8/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-8/+8
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+4
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* [MC] Fix Various End Of Line Comment checkingsNirav Dave2016-10-241-4/+36
* Defer asm errors to post-statement failureNirav Dave2016-09-161-4/+15
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-15/+4
* Apply Clang-format to MCAsmParser.cpp NFC.Nirav Dave2016-09-131-1/+2
* Defer asm errors to post-statement failureNirav Dave2016-09-131-4/+14
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-14/+4
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-4/+14
* [MC] Move parser helper functions from Asmparser to MCAsmParserNirav Dave2016-08-301-0/+51
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Add const. NFC.Rafael Espindola2014-11-111-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-2/+2
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-2/+2
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-2/+2
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-1/+5
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-1/+1
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-4/+0
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-181-1/+1
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-171-1/+8
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-121-0/+6
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-0/+35
OpenPOWER on IntegriCloud