summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/alias.s
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Change -t to --symbols in tests. NFCFangrui Song2019-05-011-1/+1
* [llvm-readobj] Display section names for STT_SECTION symbols.Matt Davis2019-03-011-1/+1
* Omit unused section symbols from the symbol table.Rafael Espindola2015-06-041-8/+0
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-3/+3
* Don't special case undefined symbol when deciding the symbol order.Rafael Espindola2015-05-281-4/+4
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-031-0/+9
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-021-9/+0
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-301-0/+9
* MC: Add more stringent symbol checking to test.Peter Collingbourne2015-03-241-0/+3
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+13
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-241-2/+2
* Make the test harder by using a non-zero offset.Rafael Espindola2014-03-191-7/+7
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-181-0/+12
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-0/+9
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-68/+76
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-7/+7
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-7/+7
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-7/+7
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-7/+7
* Another counter goes decimal.Rafael Espindola2011-08-041-10/+10
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-14/+14
* Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola2010-10-291-0/+1
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-62/+62
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-62/+62
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-62/+62
* Refactor code a bit and avoid creating unnecessary entries in the stringRafael Espindola2010-10-151-5/+5
* Remove some code duplication.Rafael Espindola2010-10-141-5/+5
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-061-9/+34
* Implement more alias cases.Rafael Espindola2010-10-051-0/+37
* Implement a simple alias case and refactor the code a bit so that theRafael Espindola2010-10-051-0/+22
OpenPOWER on IntegriCloud