Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / MC / WinCOFFStreamer.cpp
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Assert on non-coff sections.
2010-10-07 NAKAMURA TakumiMinor cosmetic change: fix DOSish \r\n.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-08-25 Michael J. SpencerMC: Fix inconsistant naming in COFF object writer....
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!