summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSectionCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong2019-02-091-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Fix assembly output of comdat sections without an attached symbolMartin Storsjo2018-07-231-10/+15
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-101-5/+4
* Only print architecture dependent flags for that architecture.Rafael Espindola2017-01-301-1/+1
* [MC] Handle discardable COFF sections in assemblyReid Kleckner2016-09-141-0/+3
* Sink COFF.h MC include into .cpp filesReid Kleckner2015-09-031-0/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Emit COFF section flags in the "proper" orderDavid Majnemer2015-02-071-4/+4
* MC: Fix MCSectionCOFF::PrintSwitchToSectionDavid Majnemer2014-09-201-7/+11
* MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFFDavid Majnemer2014-09-201-1/+1
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-7/+2
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-231-1/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-171-0/+2
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-271-8/+15
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-20/+1
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-1/+20
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-161-20/+1
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-161-1/+20
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-5/+19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-3/+3
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+4
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-0/+4
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-011-7/+7
* stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handlingNathan Jeffords2010-05-121-7/+7
* updated support for the COFF .linkonceNathan Jeffords2010-05-121-0/+26
* test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords2010-05-091-0/+1
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-071-1/+1
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-0/+49
OpenPOWER on IntegriCloud