summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAge
* 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
* Remove unneeded declarations.Daniel Dunbar2010-03-10
* stop using reserved identifiers.Chris Lattner2010-02-09
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* Added a Register token to AsmToken and the appropriateSean Callanan2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22