summaryrefslogtreecommitdiff
path: root/test/MC/COFF
Commit message (Expand)AuthorAge
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* Fix known typosAlp Toker2014-01-24
* Forgot to add testcase for r198590David Majnemer2014-01-21
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Add the .secidx test I've forgotten to svn add in 197826Timur Iskhodzhanov2013-12-20
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* Produce deterministic coff files.Rafael Espindola2013-12-04
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* Use the same tls section name as msvc.Rafael Espindola2013-11-27
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-25
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* dos2unix on quoted-names.llHans Wennborg2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-17
* Fix alignment of unwind data.Kai Nacke2013-09-15
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-15
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-13
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-08
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* MC: Support larger COFF string tablesNico Rieck2013-07-29
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-08
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-08
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-08
* Fix alignment of unwind data.Kai Nacke2013-07-06
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-06
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* MC: Add .section directive to COFFNico Rieck2013-07-04
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-13
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-23
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-08
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-23