aboutsummaryrefslogtreecommitdiff
path: root/test/MC/COFF
AgeCommit message (Expand)Author
2010-10-16Unbreak test on non-COFF targets.Benjamin Kramer
2010-10-16MC-COFF: Add support for default-null weak externals.Michael J. Spencer
2010-10-09MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer
2010-10-09MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer
2010-10-08MC-COFF: Add test for my last commit.Michael J. Spencer
2010-10-07MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer
2010-10-05MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer
2010-10-05test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer
2010-10-05test/COFF: Remove temp file usage.Michael J. Spencer
2010-10-05Cleanup Whitespace.Michael J. Spencer
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-09-29MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer
2010-09-27MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer
2010-09-15test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer
2010-09-01COFF: Update tests to reflect changes in last commit.Michael J. Spencer
2010-08-24Fix COFF x86-64 relocations. PR7960.Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-07-27Make MC use Windows COFF on Windows and add tests.Michael J. Spencer