aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser/MCAsmLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-10/+0
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-191-0/+5
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-2/+2
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+3
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-151-2/+1
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+1
* Remove unused forward declaration.Jim Grosbach2011-08-161-1/+0
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-051-0/+1
* Remove trailing whitespace.Jim Grosbach2011-02-111-15/+15
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-241-0/+3
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-121-0/+2
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-121-0/+5
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-211-1/+1
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-1/+1
* Added a Register token to AsmToken and the appropriateSean Callanan2010-01-221-0/+10
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-0/+161