summaryrefslogtreecommitdiff
path: root/test/MC/COFF
AgeCommit message (Expand)AuthorFilesLines
2014-05-02MC: place .file records into the correct sectionSaleem Abdulrasool1-0/+30
2014-05-01Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2-2/+2
2014-05-01Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola1-1/+1
2014-05-01Start fixing pr19147.Rafael Espindola1-0/+19
2014-04-27MC: duplicate .file test for WoA (SVN r207341)Saleem Abdulrasool1-7/+7
2014-04-27COFF: move ARM COFF test to ARM directorySaleem Abdulrasool1-101/+0
2014-04-27Add WoA object file emission supportSaleem Abdulrasool1-0/+101
2014-04-23MC: disable test on thumbv7-windowsSaleem Abdulrasool1-1/+0
2014-04-23MC: move test from Generic to COFFSaleem Abdulrasool1-0/+8
2014-04-23MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2-8/+8
2014-04-16COFF: fix an off by one errorSaleem Abdulrasool1-3/+3
2014-04-16COFF: add support for .file symbolsSaleem Abdulrasool1-0/+17
2014-04-08WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2-4/+4
2014-03-15Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2-2/+2
2014-02-25Fix typosAlp Toker1-1/+1
2014-02-22MC: Support COFF string tables larger than 10MBNico Rieck1-0/+26
2014-01-30Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov1-0/+8
2014-01-24Fix known typosAlp Toker2-2/+2
2014-01-21Forgot to add testcase for r198590David Majnemer1-0/+7
2014-01-15WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer1-0/+6
2013-12-20Add the .secidx test I've forgotten to svn add in 197826Timur Iskhodzhanov1-0/+16
2013-12-17MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner1-0/+3
2013-12-04Produce deterministic coff files.Rafael Espindola1-0/+4
2013-12-02Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola1-0/+14
2013-11-27Use the same tls section name as msvc.Rafael Espindola1-0/+10
2013-11-27Use simple section names for COMDAT sections on COFF.Rafael Espindola2-15/+9
2013-11-25Fix .comm and .lcomm on COFF.Rafael Espindola1-0/+25
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola1-0/+188
2013-11-18Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner3-10/+14
2013-10-18MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg1-0/+38
2013-10-18Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg1-20/+0
2013-10-17Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg1-0/+20
2013-10-16Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi1-20/+0
2013-10-16dos2unix on quoted-names.llHans Wennborg1-20/+20
2013-10-16MC: Better handling of tricky symbol and section namesHans Wennborg1-0/+20
2013-09-17COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner1-0/+13
2013-09-17COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner1-1/+10
2013-09-15Fix alignment of unwind data.Kai Nacke3-0/+226
2013-09-15Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke1-1/+22
2013-08-27Fix wrong code offset for unwind code SET_FPREG.Kai Nacke1-2/+0
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-2/+0
2013-08-13[-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer1-0/+6
2013-08-08Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer1-0/+6
2013-07-29Use proper section suffix for COFF weak symbolsNico Rieck2-25/+44
2013-07-29MC: Support larger COFF string tablesNico Rieck1-0/+62
2013-07-15[mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner1-0/+106
2013-07-08Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke1-0/+2
2013-07-08Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke1-22/+1
2013-07-08Revert: Fix alignment of unwind data.Kai Nacke3-226/+0
2013-07-06Fix alignment of unwind data.Kai Nacke3-0/+226