Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit operators...
[oota-llvm.git] / include / llvm / MC / MCParser /
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-10 Daniel DunbarRemove unneeded declarations.
2010-02-09 Chris Lattnerstop using reserved identifiers.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-22 Sean CallananAdded a Register token to AsmToken and the appropriate
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.