Give AsmParser an option to control whether it finalizes
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-02-26 Chris Lattnerpass in more section kinds, enough to get the .align...
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...