summaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAge
* Print a=b as an assignment.Rafael Espindola2014-06-24
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-27
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-16
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* Use the default values.Rafael Espindola2014-02-04
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Inline trivial functions called only once or twice.Rafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* clang-format a couple of mis-formatted functionsTimur Iskhodzhanov2013-12-20
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Correct word hyphenationsAlp Toker2013-12-05
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-25
* Refactor to make the .bss, .data and .text sections available for other uses.Rafael Espindola2013-11-25
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...Michael J. Spencer2013-01-03
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Prune some includesCraig Topper2012-03-27
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01