aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionCOFF.h
AgeCommit message (Expand)Author
2019-02-09[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-02-10[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2017-01-30Only print architecture dependent flags for that architecture.Rafael Espindola
2016-09-14[MC] Handle discardable COFF sections in assemblyReid Kleckner
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner
2015-10-07Use non virtual destructors for sections.Rafael Espindola
2015-10-07Don't repeat names in comments and don't indent in namespaces. NFC.Rafael Espindola
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-04Implement unique sections with an unique ID.Rafael Espindola
2015-03-27Close unique sections when switching away from them.Rafael Espindola
2015-03-10Create symbols marking the start of a section earlier.Rafael Espindola
2015-03-10Use a better name for compile unit labels.Rafael Espindola
2015-03-09Delete dead code. NFC.Rafael Espindola
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola
2014-06-06Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov
2014-06-05Correctly set the comdat symbol on COFF.Rafael Espindola
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2012-12-13Add a way of printing out an arbitrary label name for a sectionEric Christopher
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-11Remove unnecessary classof()'sSean Silva
2012-03-26Prune some includes and forward declarations.Craig Topper
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-06Cleanup Whitespace.Michael J. Spencer
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-17MC: Add dyn_cast support to MCSection.Daniel Dunbar
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