Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / MC / MCSymbol.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2013-12-05 Alp TokerCorrect word hyphenations
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Craig TopperFix function name in comment.
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-03-18 Daniel DunbarAdd MCSymbol::isInSection.
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.