aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionCOFF.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner1-0/+1
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-1/+1
2015-02-07MC: Emit COFF section flags in the "proper" orderDavid Majnemer1-4/+4
2014-09-20MC: Fix MCSectionCOFF::PrintSwitchToSectionDavid Majnemer1-7/+11
2014-09-20MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFFDavid Majnemer1-1/+1
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola1-7/+2
2014-04-23MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool1-1/+2
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2013-12-17MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner1-0/+2
2013-11-27Use simple section names for COMDAT sections on COFF.Rafael Espindola1-8/+15
2013-10-18Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg1-20/+1
2013-10-17Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg1-1/+20
2013-10-16Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi1-20/+1
2013-10-16MC: Better handling of tricky symbol and section namesHans Wennborg1-1/+20
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck1-5/+19
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-1/+2
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-3/+3
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola1-0/+4
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung1-0/+4
2010-07-01MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar1-7/+7
2010-05-12stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handlingNathan Jeffords1-7/+7
2010-05-12updated support for the COFF .linkonceNathan Jeffords1-0/+26
2010-05-09test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords1-0/+1
2010-05-07add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner1-1/+1
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner1-0/+49