MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
[oota-llvm.git] / include / llvm / MC / MCSymbol.h
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-13 Chris Lattnerexpose a static function as a static method on the...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc: Add MCSection::isDefined()
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-01 Daniel DunbarTweak MCSymbol doxyments.
2009-07-01 Chris Lattnerdisable some ctors.
2009-07-01 Chris Lattneradd some comments to MCSymbol header, make the ctor...
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-23 Daniel DunbarStart flushing out MCContext.