[LPM] Group the addPreserved template with the non-template variants,
[oota-llvm.git] / include / llvm / MC / MCSectionCOFF.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-03-26 Craig TopperPrune some includes and forward declarations.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-10-06 Michael J. SpencerCleanup Whitespace.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...