Revert r253160.
[oota-llvm.git] / test / MC / ELF / comdat.s
2015-11-03 Rafael EspindolaDon't create empty sections just to look like gas.
2015-06-04 Rafael EspindolaOmit unused section symbols from the symbol table.
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Rafael EspindolaDon't check for offsets in tests where it is not relevant.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-07-10 Tim NorthoverPut ELF COMDAT relocations into the relevant COMDAT...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-04-07 Rafael EspindolaUpdate tests
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2010-12-20 Roman DivackyPrint all 64bits for st_value and st_size. Adjust tests...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-11 Rafael EspindolaInitial comdat implementation.