summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Print a=b as an assignment.Rafael Espindola2014-06-241-4/+0
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-221-8/+23
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-271-4/+0
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-271-15/+1
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-271-90/+57
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-271-65/+57
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-161-2/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-9/+9
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-081-28/+28
OpenPOWER on IntegriCloud