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