Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby | 2009-09-04 | 1 | -1/+1 |
* | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby | 2009-09-04 | 1 | -1/+1 |
* | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby | 2009-09-03 | 1 | -1/+0 |
* | llvm-mc: Support quoted identifiers. | Daniel Dunbar | 2009-07-31 | 1 | -1/+17 |
* | Add missing include. | Daniel Dunbar | 2009-07-29 | 1 | -0/+1 |
* | Expose Tokens to target specific assembly parsers. | Daniel Dunbar | 2009-07-28 | 1 | -1/+94 |
* | Add MCAsmLexer interface. | Daniel Dunbar | 2009-07-20 | 1 | -0/+32 |