summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-10/+13
* [NFC] Fix typos: preceeding -> precedingJordan Rupprecht2019-02-231-1/+1
* 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-1/+6
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-241-16/+20
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+2
* Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...Rafael Espindola2017-11-171-2/+0
* [MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...Zhen Cao2017-11-171-0/+2
* [MC] Lex CRLF as one tokenReid Kleckner2017-10-161-1/+9
* [MC] - Don't assert when non-english characters are used.George Rimar2017-10-041-12/+13
* 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-101-7/+3
* Add a comment consumer mechanism to MCAsmLexerOliver Stannard2016-12-081-0/+15
* Prevent out of order HashDirective lexing in AsmLexer.Nirav Dave2016-10-031-26/+17
* Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer."Nirav Dave2016-10-011-17/+26
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-3/+3
* [MC] Prevent out of order HashDirective lexing in AsmLexer.Nirav Dave2016-10-011-26/+17
* (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:Yunzhong Gao2016-09-021-2/+42
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-5/+10
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-1/+43
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-41/+1
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-1/+41
* [MC] When emitting output hash comments always use standard line comment sepe...Nirav Dave2016-07-291-1/+1
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-60/+77
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-77/+60
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-60/+77
* Ignore Lexing errors in macro body definitionsNirav Dave2016-06-021-1/+1
* [MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu2016-03-181-2/+2
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-23/+42
* Extend MCAsmLexer so that it can peek forward several tokensBenjamin Kramer2015-08-171-3/+13
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-1/+1
* MC: AsmLexer: handle multi-character CommentStrings correctlySaleem Abdulrasool2014-08-141-5/+13
* This only needs a StringRef.Rafael Espindola2014-07-061-11/+8
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-181-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-4/+4
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-091-0/+22
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-011-17/+17
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-061-1/+1
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-061-4/+7
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-2/+2
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+53
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-6/+9
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-1/+1
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-141-40/+19
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-121-19/+40
* Update error message due to previous commit, r174926.Chad Rosier2013-02-121-1/+3
* [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier2013-02-121-14/+47
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-191-2/+11
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-151-1/+8
OpenPOWER on IntegriCloud