summaryrefslogtreecommitdiff
path: root/test/MC/COFF
Commit message (Expand)AuthorAge
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-27
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-27
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-25
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-21
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-20
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-06
* Unbreak test on non-COFF targets.Benjamin Kramer2010-10-16
* MC-COFF: Add support for default-null weak externals.Michael J. Spencer2010-10-16
* MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer2010-10-09
* MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer2010-10-09
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-09
* MC-COFF: Add test for my last commit.Michael J. Spencer2010-10-08
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-07
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-05
* test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer2010-10-05
* test/COFF: Remove temp file usage.Michael J. Spencer2010-10-05
* Cleanup Whitespace.Michael J. Spencer2010-10-05
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-29
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-27
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-15
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-01
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-24
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-03
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-27