Recognize strings for Hexagon-specific variant kinds
[oota-llvm.git] / lib / MC / MCSectionCOFF.cpp
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-02-07 David MajnemerMC: Emit COFF section flags in the "proper" order
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
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
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
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-12 Nathan Jeffordsstylistic change to MCSectionCOFF::PrintSwitchToSection...
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-09 Nathan Jeffordstest commit, added a comment to MCSectionCOFF::PrintSwi...
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...