Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 1 | -35/+0 |
| | | | | llvm-svn: 94129 | ||||
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 1 | -1/+5 |
| | | | | | | | the two token accessor functions are declared consistently. Modified the clients of MCAsmParser to reflect this change. llvm-svn: 93916 | ||||
* | unbreak the build, grr symlinks. | Chris Lattner | 2010-01-15 | 1 | -1/+1 |
| | | | | llvm-svn: 93539 | ||||
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 1 | -1/+14 |
| | | | | | | | to return range information for subexpressions. Use this to provide range info for several new X86Operands. llvm-svn: 93534 | ||||
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 1 | -0/+18 |
- This provides the AsmParser interface to the target specific assembly parsers. llvm-svn: 76453 |