aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[MC, COFF] Permit a variable to be redefinedDavid Majnemer1-19/+11
2016-04-11[Object] Make .alt_entry directive parsing MachO specific.Lang Hames1-1/+1
2016-04-08[Object] Report an error if .alt_entry is used with ELF or COFF.Lang Hames1-0/+2
2016-01-19Simplify MCFillFragment.Rafael Espindola1-1/+1
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard1-14/+21
2015-10-05Fix pr24486.Rafael Espindola1-2/+0
2015-10-03Disallow assigning symbol a null section.Rafael Espindola1-2/+0
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren1-2/+0
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-10[WinEH] Emit .safeseh directives for all 32-bit exception handlersReid Kleckner1-2/+8
2015-06-08Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.Pete Cooper1-5/+4
2015-06-08Add MCSymbolCOFF class and use it to get and set the COFF type field.Pete Cooper1-2/+2
2015-06-02Create a MCSymbolELF.Rafael Espindola1-4/+0
2015-06-01[WinCOFF] Ignore .safeseh for non-x86 architecturesDavid Majnemer1-0/+6
2015-05-30[WinCOFF] Add support for the .safeseh directiveDavid Majnemer1-0/+15
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-2/+2
2015-05-29Remove getData.Rafael Espindola1-8/+5
2015-05-29Remove the MCSymbolData typedef.Rafael Espindola1-3/+3
2015-05-29Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola1-5/+8
2015-05-29Move Flags from MCSymbolData to MCSymbol.Rafael Espindola1-5/+6
2015-05-29Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola1-1/+1
2015-05-28Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer1-3/+2
2015-05-26Replace getOrCreateSectionData with registerSection.Rafael Espindola1-3/+3
2015-05-25Store a MCSection in MCFragment.Rafael Espindola1-3/+3
2015-05-21Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola1-2/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-7/+5
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-05-15MC: Update MCCodeEmitter naming. NFC.Jim Grosbach1-1/+1
2015-05-15MC: Update MCFixup naming. NFC.Jim Grosbach1-2/+2
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-1/+1
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie1-2/+2
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-11-11MC, COFF: Use relocations for function references inside the sectionDavid Majnemer1-1/+1
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-1/+1
2014-10-08Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov1-1/+1
2014-10-08COFF: Don't oversize COMMON symbols when targeting BFD ldDavid Majnemer1-5/+4
2014-10-07MC: add support for -aligncomm GNU extensionSaleem Abdulrasool1-8/+18
2014-09-21MC: Support aligned COMMON symbols for COFFDavid Majnemer1-2/+15
2014-08-09MC: cleanup includesSaleem Abdulrasool1-1/+0
2014-06-29MC: rename EmitWin64EH routinesSaleem Abdulrasool1-1/+1
2014-06-24Print a=b as an assignment.Rafael Espindola1-4/+0
2014-05-22MC: formalise some assertions into proper errorsSaleem Abdulrasool1-8/+23
2014-04-27Make getOrCreateSymbolData non virtual.Rafael Espindola1-4/+0
2014-04-27MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool1-15/+1
2014-04-27MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool1-90/+57
2014-04-27MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool1-65/+57
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-04-16COFF: add support for .file symbolsSaleem Abdulrasool1-2/+1
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-9/+9