aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser/AsmParser.h
AgeCommit message (Expand)Author
2010-07-18MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar
2010-07-17MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-12MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar
2010-07-12MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar
2010-07-12MCAsmParser: Add getSourceManager().Daniel Dunbar
2010-07-12MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar
2010-07-12MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar
2010-07-12MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar
2010-07-12MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar
2010-07-01MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar
2010-06-28Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby
2010-05-21Add support for parsing the ELF .type assembler directive.Matt Fleming
2010-05-14Add AsmParser support for darwin tbss directive.Eric Christopher
2010-04-17teach the x86 asm parser how to handle segment prefixesChris Lattner
2010-04-17refactor .if handling code a bit.Chris Lattner
2010-04-08move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner
2010-04-05Give AsmParser an option to control whether it finalizesChris Lattner
2010-03-13llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar
2010-03-10Remove unneeded declarations.Daniel Dunbar
2010-02-09stop using reserved identifiers.Chris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner