aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-42/+0
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-2/+2
* Prune some includesCraig Topper2012-03-271-1/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-3/+3
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-241-3/+1
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+14
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-3/+5
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+6
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-221-0/+1
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-221-0/+10
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-18/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+18
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-1/+1
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-061-1/+1
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-021-6/+0
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-281-24/+0
* Fixed verson of r120245.Rafael Espindola2010-11-281-18/+1
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-281-0/+23
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-281-23/+0
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-281-5/+0
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-281-1/+1
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-6/+0
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-051-0/+5
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-011-0/+7
* MC-COFF: Add support for default-null weak externals.Michael J. Spencer2010-10-161-3/+5
* MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer2010-10-091-0/+39
* MC-COFF: Assert on non-coff sections.Michael J. Spencer2010-10-091-0/+16
* Minor cosmetic change: fix DOSish \r\n.NAKAMURA Takumi2010-10-071-4/+4
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-071-5/+36
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-1/+1
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+4
* MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer2010-08-251-3/+4
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-2/+5