summaryrefslogtreecommitdiff
path: root/test/MC/COFF
Commit message (Expand)AuthorAge
* MC: Fix associative sections on COFFDavid Majnemer2014-06-27
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* MC: remove unnecessary restriction on testsSaleem Abdulrasool2014-05-23
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* MC: mark COFF .drectve section as REMOVESaleem Abdulrasool2014-05-21
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-02
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-01
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-01
* Start fixing pr19147.Rafael Espindola2014-05-01
* MC: duplicate .file test for WoA (SVN r207341)Saleem Abdulrasool2014-04-27
* COFF: move ARM COFF test to ARM directorySaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* MC: disable test on thumbv7-windowsSaleem Abdulrasool2014-04-23
* MC: move test from Generic to COFFSaleem Abdulrasool2014-04-23
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-16
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-16
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-08
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Fix typosAlp Toker2014-02-25
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* 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