[ptr-traits] Provide a real MCFragment address for the sentinel instead
[oota-llvm.git] / lib / MC / MCSymbol.cpp
2015-12-29 Chandler Carruth[ptr-traits] Provide a real MCFragment address for...
2015-10-05 Rafael EspindolaFix pr24486.
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-06-30 Pete CooperPack MCSymbol::HasName in to a spare bit in the section...
2015-06-22 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Pete CooperFix warning of comparing different enums. NFC
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Pete CooperUse AlignOf traits to enable static_assert.
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Pete CooperChange from alignof to llvm::alignOf to appease Visual...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-27 Matthias BraunMCSymbol: Make print() robust against empty names
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
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-11-14 Rafael EspindolaDon't mangle \n and "
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-20 Jim GrosbachTidy up.
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnerrename NameNeedsEscaping -> NameNeedsQuoting, eliminate...
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...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-13 Chris Lattnerfix MCSymbol printing on darwin to exactly match the...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-09 Chris Lattnerallow @ in symbol names without quoting the identifier...
2009-09-03 Chris Lattnerfix MCSymbol printing to exactly match the normal mangl...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}