summaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionCOFF.cpp
Commit message (Expand)AuthorAge
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01
* stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handlingNathan Jeffords2010-05-12
* updated support for the COFF .linkonceNathan Jeffords2010-05-12
* test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords2010-05-09
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07