aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF
Commit message (Expand)AuthorAgeFilesLines
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-292-25/+44
* MC: Support larger COFF string tablesNico Rieck2013-07-291-0/+62
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-151-0/+106
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-0/+2
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-22/+1
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-083-226/+0
* Fix alignment of unwind data.Kai Nacke2013-07-063-0/+226
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-061-1/+22
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-061-2/+0
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-0/+219
* MC: Add .section directive to COFFNico Rieck2013-07-043-2/+178
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-251-0/+21
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-0/+19
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-0/+18
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1215-446/+814
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-0/+29
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-291-0/+11
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-131-0/+23
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-231-6/+17
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-0/+13
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-081-1/+0
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-231-0/+28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+14
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+17
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-271-0/+37
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-271-4/+13
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-271-0/+51
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-256-498/+498
* Fix relative relocations. This is sufficient for running the rust testsuite withRafael Espindola2011-04-211-3/+21
* Behave like gnu as when a relocation crosses sections.Rafael Espindola2011-04-201-0/+28
* 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