[AVX-512] Fix test case update missed in r257299.
[oota-llvm.git] / test / MC / COFF /
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-11-26 Peter CollingbourneMC: Simplify handling of temporary symbols in COFF...
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-16 Reid KlecknerAdd assembler fatal error for undefined assembler label...
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-07-02 Gabor BallabasReworking the test part of r241149
2015-05-28 Andy AyersRevise test to run llc and llvm-mc separately.
2015-05-14 Andy AyersDon't omit the constant when computing a cross-section...
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Rafael EspindolaAdd a reduced testcase from pr23025.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-06 David MajnemerX86: Form IMGREL relocations for LLVM Functions
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, LLVM...
2015-02-11 David MajnemerMC, COFF: Align section contents to a four byte boundary
2015-02-09 David MajnemerMC: Calculate intra-section symbol differences correctl...
2015-02-07 David MajnemerMC: Emit COFF section flags in the "proper" order
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2014-12-30 Michael Kuperstein[COFF] Don't try to add quotes to already quoted linker...
2014-12-22 Reid KlecknerFix Windows unwind info for functions in sections other...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Duncan P. N. Exon... IR: Canonicalize metadata formatting, NFC
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-10-14 David MajnemerMC, COFF: Make bigobj test compatible with python3
2014-10-14 David MajnemerMC: Rewrite bigobj test in python
2014-10-14 David MajnemerAdd a test for writing COFF BigObj
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-22 David MajnemerMC: ReadOnlyWithRel section kinds should map to rdata...
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-09-20 David MajnemerUpdate tests which broke from r218189
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-08-11 Reid KlecknerMC: Diagnose an unexpected token in COFF .section inste...
2014-07-13 David MajnemerMC: Let non-temporary COFF aliases be in symtab
2014-07-09 Ehsan Akhgari[ms-coff] Add a test for proper handling of full Window...
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-06 Saleem AbdulrasoolMC: prevent early DCE of empty sections
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-05-23 Saleem AbdulrasoolMC: remove unnecessary restriction on tests
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-21 Saleem AbdulrasoolMC: mark COFF .drectve section as REMOVE
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-27 Saleem AbdulrasoolMC: duplicate .file test for WoA (SVN r207341)
2014-04-27 Saleem AbdulrasoolCOFF: move ARM COFF test to ARM directory
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-23 Saleem AbdulrasoolMC: disable test on thumbv7-windows
2014-04-23 Saleem AbdulrasoolMC: move test from Generic to COFF
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-02-25 Alp TokerFix typos
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-24 Alp TokerFix known typos
2014-01-21 David MajnemerForgot to add testcase for r198590
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2013-12-20 Timur IskhodzhanovAdd the .secidx test I've forgotten to svn add in 197826
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-12-02 Rafael EspindolaOutput .eh_frames on COFF too now that the integrated...
2013-11-27 Rafael EspindolaUse the same tls section name as msvc.
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
2013-11-25 Rafael EspindolaFix .comm and .lcomm on COFF.
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
next