aboutsummaryrefslogtreecommitdiff
path: root/test/MC/COFF
AgeCommit message (Expand)Author
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola
2013-04-22COFF: Fix weak external aliases.Peter Collingbourne
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-01-29[MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer
2012-11-13[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-08-08llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-23Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-05-27Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis
2011-05-27Assorted fixes for Win64 EH unwind info emission:Charles Davis
2011-05-27Add a test for Win64 EH unwind information emission.Charles Davis
2011-04-25Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth
2011-04-21Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola
2011-04-20Behave like gnu as when a relocation crosses sections.Rafael Espindola
2010-12-06Don't use PadSectionToAlignment on windows.Rafael Espindola
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