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