aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSectionCOFF.h
Commit message (Expand)AuthorAgeFilesLines
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+1
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+1
* Cleanup Whitespace.Michael J. Spencer2010-10-061-3/+3
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-0/+1
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-011-50/+2
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-2/+7
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-071-6/+33
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-0/+83