Age | Commit message (Expand) | Author |
---|---|---|
2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |
2010-01-20 | Modified MCAsmLexer to return error information upward | Sean Callanan |
2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-09-04 | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby |
2009-09-04 | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby |
2009-09-03 | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby |
2009-07-31 | llvm-mc: Support quoted identifiers. | Daniel Dunbar |
2009-07-29 | Add missing include. | Daniel Dunbar |
2009-07-28 | Expose Tokens to target specific assembly parsers. | Daniel Dunbar |
2009-07-20 | Add MCAsmLexer interface. | Daniel Dunbar |