| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MC] Shrink MCAsmParser by grouping bools, add const, NFC | Reid Kleckner | 2018-10-22 | 1 | -1/+1 |
| * | [MC][X86] Allow assembler variable assignment to register name. | Nirav Dave | 2018-06-05 | 1 | -1/+0 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [AsmParser] Recommit: Hash is not a comment on some targets | Oliver Stannard | 2017-08-21 | 1 | -8/+0 |
| * | Revert "[AsmParser] Hash is not a comment on some targets" | Ahmed Bougacha | 2017-08-10 | 1 | -0/+8 |
| * | [AsmParser] Hash is not a comment on some targets | Oliver Stannard | 2017-08-09 | 1 | -8/+0 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -8/+8 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+4 |
| * | Apply clang-tidy's performance-unnecessary-value-param to LLVM. | Benjamin Kramer | 2017-01-13 | 1 | -1/+1 |
| * | [MC] Fix Various End Of Line Comment checkings | Nirav Dave | 2016-10-24 | 1 | -4/+36 |
| * | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-16 | 1 | -4/+15 |
| * | Revert r281336 (and r281337), it caused PR30372. | Nico Weber | 2016-09-13 | 1 | -15/+4 |
| * | Apply Clang-format to MCAsmParser.cpp NFC. | Nirav Dave | 2016-09-13 | 1 | -1/+2 |
| * | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-13 | 1 | -4/+14 |
| * | Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ... | Eric Christopher | 2016-09-13 | 1 | -14/+4 |
| * | [MC] Defer asm errors to post-statement failure | Nirav Dave | 2016-09-12 | 1 | -4/+14 |
| * | [MC] Move parser helper functions from Asmparser to MCAsmParser | Nirav Dave | 2016-08-30 | 1 | -0/+51 |
| * | [MC] Remove guard(s). NFCI. | Davide Italiano | 2016-08-22 | 1 | -2/+0 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. | Benjamin Kramer | 2016-01-27 | 1 | -1/+1 |
| * | Add const. NFC. | Rafael Espindola | 2014-11-11 | 1 | -1/+1 |
| * | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -1/+1 |
| * | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -2/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -1/+1 |
| * | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+2 |
| * | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -2/+2 |
| * | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -2/+2 |
| * | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 1 | -2/+2 |
| * | Update MCParsedAsmOperand debug methods. | Jim Grosbach | 2011-07-13 | 1 | -1/+5 |
| * | llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen... | Daniel Dunbar | 2010-08-11 | 1 | -1/+1 |
| * | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar | 2010-08-11 | 1 | -4/+0 |
| * | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar | 2010-07-18 | 1 | -1/+1 |
| * | MC/AsmParser: Lift Run() and TargetParser to base class. | Daniel Dunbar | 2010-07-17 | 1 | -1/+8 |
| * | MC: Move AsmParser::TokError to MCAsmParser(). | Daniel Dunbar | 2010-07-12 | 1 | -0/+6 |
| * | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 1 | -0/+35 |