aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser/AsmLexer.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-04-15Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper
2011-09-14Move state var to private class member.Jim Grosbach
2011-09-13First step in supporting #line directives in assembler. This step parses theKevin Enderby
2011-03-24Clean up assembly statement separator support.Jim Grosbach
2011-02-11Remove trailing whitespace.Jim Grosbach
2010-12-18Add support for lexing single quotes like 'c'.Roman Divacky
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-27MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar
2010-07-12MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar
2010-07-12MC: Move getLoc() to MCAsmLexer().Daniel Dunbar
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner