aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSectionCOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+17
* 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