summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-35/+0
| | | | llvm-svn: 94129
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-191-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 Lattner2010-01-151-1/+1
| | | | llvm-svn: 93539
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-151-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 Dunbar2009-07-201-0/+18
- This provides the AsmParser interface to the target specific assembly parsers. llvm-svn: 76453
OpenPOWER on IntegriCloud