aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-041-1/+1
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-041-1/+1
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-031-1/+0
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-1/+17
* Add missing include.Daniel Dunbar2009-07-291-0/+1
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-281-1/+94
* Add MCAsmLexer interface.Daniel Dunbar2009-07-201-0/+32