aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/common.s
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-47/+58
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-4/+4
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-6/+6
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-6/+6
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-6/+6
* Another counter goes decimal.Rafael Espindola2011-08-041-2/+2
* Write the section table and the section data in the same order thatRafael Espindola2011-03-201-1/+1
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-12/+12
* Fix another case of a .comm directive without a corresponding .typeRafael Espindola2010-11-141-4/+17
* Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola2010-11-141-0/+12
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-26/+26
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-26/+26
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-26/+26
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-211-0/+63