summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/MCAsmLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-0/+1
* [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexerCraig Topper2018-09-251-1/+1
* [Asm] Refactor debug printing of AsmTokenOliver Stannard2018-03-061-0/+93
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [LLVM][inline-asm] Altmacro absolute expression '%' featureMichael Zuckerman2017-05-011-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-101-7/+5
* Add a comment consumer mechanism to MCAsmLexerOliver Stannard2016-12-081-1/+2
* Defer asm errors to post-statement failureNirav Dave2016-09-161-1/+2
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-2/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-131-1/+2
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-2/+1
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-1/+2
* Ignore Lexing errors in macro body definitionsNirav Dave2016-06-021-1/+1
* [AsmParser] Allow tokens to be put back in to the token stream.Colin LeMahieu2015-11-081-2/+2
* [mips] Print warning when using register names not available in N32/64Daniel Sanders2014-10-031-0/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-1/+1
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-191-1/+2
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+4
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-121-1/+5
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-0/+23
OpenPOWER on IntegriCloud