aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCParser/MCAsmLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Defer asm errors to post-statement failureNirav Dave1-1/+2
2016-09-13Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher1-2/+1
2016-09-12[MC] Defer asm errors to post-statement failureNirav Dave1-1/+2
2016-06-02Ignore Lexing errors in macro body definitionsNirav Dave1-1/+1
2015-11-08[AsmParser] Allow tokens to be put back in to the token stream.Colin LeMahieu1-2/+2
2014-10-03[mips] Print warning when using register names not available in N32/64Daniel Sanders1-0/+4
2014-04-24[C++] Use 'nullptr'.Craig Topper1-1/+1
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose1-1/+1
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd1-1/+2
2011-10-16Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer1-0/+4
2010-07-12MC: Move getLoc() to MCAsmLexer().Daniel Dunbar1-1/+5
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner1-0/+23