summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser/AsmLexer.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-06
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-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
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Merge System into Support.Michael J. Spencer2010-11-29
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-12
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22