aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionCOFF.cpp
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-07-01MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar
2010-05-12stylistic change to MCSectionCOFF::PrintSwitchToSection COMDAT handlingNathan Jeffords
2010-05-12updated support for the COFF .linkonceNathan Jeffords
2010-05-09test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords
2010-05-07add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner