summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cppSam Clegg2017-06-211-296/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-4/+0
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-3/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-10/+12
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-3/+12
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-12/+3
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-3/+12
* [MC, COFF] Permit a variable to be redefinedDavid Majnemer2016-07-081-19/+11
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-111-1/+1
* [Object] Report an error if .alt_entry is used with ELF or COFF.Lang Hames2016-04-081-0/+2
* Simplify MCFillFragment.Rafael Espindola2016-01-191-1/+1
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-14/+21
* Fix pr24486.Rafael Espindola2015-10-051-2/+0
* Disallow assigning symbol a null section.Rafael Espindola2015-10-031-2/+0
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [WinEH] Emit .safeseh directives for all 32-bit exception handlersReid Kleckner2015-06-101-2/+8
* Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.Pete Cooper2015-06-081-5/+4
* Add MCSymbolCOFF class and use it to get and set the COFF type field.Pete Cooper2015-06-081-2/+2
* Create a MCSymbolELF.Rafael Espindola2015-06-021-4/+0
* [WinCOFF] Ignore .safeseh for non-x86 architecturesDavid Majnemer2015-06-011-0/+6
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+15
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* Remove getData.Rafael Espindola2015-05-291-8/+5
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-3/+3
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-5/+8
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-5/+6
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-1/+1
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-281-3/+2
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-3/+3
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-3/+3
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-7/+5
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* MC, COFF: Use relocations for function references inside the sectionDavid Majnemer2014-11-111-1/+1
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-081-1/+1
* COFF: Don't oversize COMMON symbols when targeting BFD ldDavid Majnemer2014-10-081-5/+4
* MC: add support for -aligncomm GNU extensionSaleem Abdulrasool2014-10-071-8/+18
* MC: Support aligned COMMON symbols for COFFDavid Majnemer2014-09-211-2/+15
* MC: cleanup includesSaleem Abdulrasool2014-08-091-1/+0
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-1/+1
OpenPOWER on IntegriCloud