aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* Fix Doxygen issues:Dmitri Gribenko2012-09-143-9/+7
* Add documentation.Chad Rosier2012-09-111-0/+4
* Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier2012-09-111-0/+5
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-294-8/+9
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-152-5/+1
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-311-0/+1
* Let asm parser query asm syntax dialect.Devang Patel2012-01-101-0/+2
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+1
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-3/+8
* Move state var to private class member.Jim Grosbach2011-09-141-0/+1
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-131-0/+1
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+1
* Remove unused forward declaration.Jim Grosbach2011-08-161-1/+0
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-262-5/+5
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+12
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-051-0/+1
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-192-2/+4
* Clean up assembly statement separator support.Jim Grosbach2011-03-241-0/+1
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-0/+4
* Remove trailing whitespace.Jim Grosbach2011-02-111-6/+6
* Remove trailing whitespace.Jim Grosbach2011-02-113-18/+18
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-181-0/+1
* Merge System into Support.Michael J. Spencer2010-11-293-3/+3
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-271-0/+1
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-241-0/+3
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-0/+4
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+5
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-2/+6
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-182-1/+11
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-181-0/+5
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-182-5/+5
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-181-148/+0
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-172-5/+17
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-121-1/+0
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-122-1/+3
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-121-3/+0
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-121-3/+1
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-121-2/+0
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-121-1/+0
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-122-1/+4
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-121-9/+0
* MCAsmParser: Add getSourceManager().Daniel Dunbar2010-07-123-0/+5
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-121-0/+1
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-122-10/+20
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-122-2/+66
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-122-7/+8
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-122-4/+5
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-011-1/+0
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+4