aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/comdat.s
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-1/+1
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-101-1/+1
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-64/+70
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-041-18/+18
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-3/+3
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-3/+3
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-3/+3
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-3/+3
* Another counter goes decimal.Rafael Espindola2011-08-041-3/+3
* Don't print a counter in hex.Rafael Espindola2011-08-041-3/+3
* Update testsRafael Espindola2011-04-071-3/+3
* Write the section table and the section data in the same order thatRafael Espindola2011-03-201-6/+6
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-6/+6
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-141-6/+53
* Initial comdat implementation.Rafael Espindola2010-11-111-0/+39