aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF
Commit message (Expand)AuthorAgeFilesLines
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-062-3/+3
* Unbreak test on non-COFF targets.Benjamin Kramer2010-10-161-1/+1
* MC-COFF: Add support for default-null weak externals.Michael J. Spencer2010-10-161-0/+51
* MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer2010-10-091-0/+15
* MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer2010-10-092-3/+29
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-0910-374/+443
* MC-COFF: Add test for my last commit.Michael J. Spencer2010-10-081-0/+29
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-071-0/+48
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-051-30/+37
* test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer2010-10-052-14/+14
* test/COFF: Remove temp file usage.Michael J. Spencer2010-10-053-7/+4
* Cleanup Whitespace.Michael J. Spencer2010-10-051-2/+2
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-042-1/+46
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-291-1/+1
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-272-61/+33
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-152-4/+4
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-012-4/+4
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-243-10/+44
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-0/+182
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-272-0/+141