summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser/MCAsmLexer.h
Commit message (Expand)AuthorAge
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* 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
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* Remove unused forward declaration.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Merge System into Support.Michael J. Spencer2010-11-29
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-12
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-21
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-14
* Added a Register token to AsmToken and the appropriateSean Callanan2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22