[x86 asm] allow fwait alias in both At&t and Intel modes (PR21208)
[oota-llvm.git] / test / MC / COFF /
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...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans Wennborgdos2unix on quoted-names.ll
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Reid KlecknerCOFF: Emit all MCSymbols rather than filtering out...
2013-09-15 Kai NackeFix alignment of unwind data.
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-13 David Majnemer[-cxx-abi microsoft] Stick zero initialized symbols...
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-29 Nico RieckMC: Support larger COFF string tables
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Generate IMAGE_REL_AMD64_ADDR32NB relocations...
2013-07-08 Kai NackeRevert: Fix alignment of unwind data.
2013-07-06 Kai NackeFix alignment of unwind data.
2013-07-06 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-04 Nico RieckMC: Add .section directive to COFF
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-22 Peter CollingbourneCOFF: Fix weak external aliases.
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-08-08 NAKAMURA Takumillvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-23 Michael J. SpencerEmit global ctors into .CRT$XCU instead of .ctors on...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
next