summaryrefslogtreecommitdiffstats
path: root/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-191-37/+184
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+198