summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-27/+27
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-2/+2
* Use the default values.Rafael Espindola2014-02-041-3/+3
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+1
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-281-1/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-2/+2
* Inline trivial functions called only once or twice.Rafael Espindola2014-01-241-32/+14
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-5/+0
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-231-16/+8
* clang-format a couple of mis-formatted functionsTimur Iskhodzhanov2013-12-201-14/+8
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-201-0/+12
* Correct word hyphenationsAlp Toker2013-12-051-4/+4
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-021-0/+1
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-251-18/+2
* Refactor to make the .bss, .data and .text sections available for other uses.Rafael Espindola2013-11-251-19/+22
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-191-1/+2
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+6
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-6/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-3/+5
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-1/+1
OpenPOWER on IntegriCloud