Fix alignment of unwind data.
[oota-llvm.git] / test / MC / COFF /
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:
2011-05-27 Charles DavisAdd a test for Win64 EH unwind information emission.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-10-16 Benjamin KramerUnbreak test on non-COFF targets.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-08 Michael J. SpencerMC-COFF: Add test for my last commit.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Michael J. Spencertest/COFF: Fix symbol indexes and names. Update tests...
2010-10-05 Michael J. Spencertest/COFF: Remove temp file usage.
2010-10-05 Michael J. SpencerCleanup Whitespace.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-09-29 Michael J. SpencerMC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never...
2010-09-27 Michael J. SpencerMC-COFF: Drop empty sections, and label symbols. Conver...
2010-09-15 Michael J. Spencertest: Fix coff-dump section array indicies to 1 based...
2010-09-01 Michael J. SpencerCOFF: Update tests to reflect changes in last commit.
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.