aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/WinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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