summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAge
* Move state var to private class member.Jim Grosbach2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Remove unused forward declaration.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Merge System into Support.Michael J. Spencer2010-11-29
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-17
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-12
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-12
* MCAsmParser: Add getSourceManager().Daniel Dunbar2010-07-12
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-12
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-12
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-12
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-12
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-01
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-01
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-21
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-17
* refactor .if handling code a bit.Chris Lattner2010-04-17
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-14
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-05
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-13