summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionCOFF.h
Commit message (Expand)AuthorAge
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unnecessary classof()'sSean Silva2012-10-11
* Prune some includes and forward declarations.Craig Topper2012-03-26
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Cleanup Whitespace.Michael J. Spencer2010-10-06
* 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
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* 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