summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-7/+8
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-291-39/+0
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+5
* [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...Michael J. Spencer2013-01-031-22/+14
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+4
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-4/+5
* Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky2012-12-071-3/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-2/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
OpenPOWER on IntegriCloud