summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/AsmLexer.cpp
Commit message (Expand)AuthorAge
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-06
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-06
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-26
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-25
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-14
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-12
* Update error message due to previous commit, r174926.Chad Rosier2013-02-12
* [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier2013-02-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-15
* Move state var to private class member.Jim Grosbach2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* allow \r's in .s files.Chris Lattner2011-08-04
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Match case for invalid constant error messages and add a newEric Christopher2011-04-12
* Lex, and then fail on invalid constants.Eric Christopher2011-04-11
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* More whitespace cleanup...Jim Grosbach2011-02-11
* Generalize a previous change, fixing PR8855 - an valid large immediateChris Lattner2010-12-25
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-25
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-24
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-21
* Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby2010-05-18
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-18
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar2010-05-06
* fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner2010-05-05
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-14
* add a hack to allow parsing negative minint. rdar://7751341Chris Lattner2010-03-13
* stop using strtoll, it gives windows heartburn.Chris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22