summaryrefslogtreecommitdiff
path: root/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAge
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-22
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-22
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-06
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Move EmitValue to MCObjectStreamer.Rafael Espindola2010-11-28
* Fixed verson of r120245.Rafael Espindola2010-11-28
* Revert previous patch while I debug the darwin bootstrap failure.Rafael Espindola2010-11-28
* Factor some duplicated code into MCObjectStreamer::EmitLabel.Rafael Espindola2010-11-28
* Avoid code duplication in the many unsupported EmitGPRel32Value implementations.Rafael Espindola2010-11-28
* Define generic 1, 2 and 4 byte pc relative relocations. They are commonRafael Espindola2010-11-28
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach2010-11-05
* Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola2010-11-01
* MC-COFF: Add support for default-null weak externals.Michael J. Spencer2010-10-16
* MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer2010-10-09
* MC-COFF: Assert on non-coff sections.Michael J. Spencer2010-10-09
* Minor cosmetic change: fix DOSish \r\n.NAKAMURA Takumi2010-10-07
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-07
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer2010-08-25
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-11