aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/relocation-386.s
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+9
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+7
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-1/+1
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-169/+50
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-091-0/+8
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-091-0/+6
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-2/+2
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-2/+2
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-2/+2
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-2/+2
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-041-21/+21
* Print r_type with the correct number of bits.Rafael Espindola2011-08-041-24/+24
* Another counter goes decimal.Rafael Espindola2011-08-041-3/+3
* Change anther counter to decimal.Rafael Espindola2011-08-041-25/+25
* Don't print a counter in hex.Rafael Espindola2011-08-041-1/+1
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-041-0/+8
* Update testsRafael Espindola2011-04-071-1/+1
* Write the section table and the section data in the same order thatRafael Espindola2011-03-201-27/+28
* Test for push being relaxed.Rafael Espindola2010-12-181-0/+7
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-241-1/+64
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-241-13/+34
* Handle PCRel relocations with absolute values. Fixes PR8656.Rafael Espindola2010-11-211-0/+7
* Implement DTPOFF.Rafael Espindola2010-10-281-0/+9
* Implement TLSLDM.Rafael Espindola2010-10-281-0/+7
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-281-0/+9
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-271-0/+32
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-24/+24
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-24/+24
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-24/+24
* Implement R_386_GOT32.Rafael Espindola2010-10-181-1/+10
* Relocate with .bss instead of using the symbol. Matches gas behavior.Rafael Espindola2010-10-181-0/+25
* Produce ELF::R_386_GOTPC relocations.Rafael Espindola2010-10-181-0/+7
* Produce a R_386_PLT32 when needed. Moved the default cases of switches to theRafael Espindola2010-10-181-3/+13
* Handle GOTOFF correctly on i386.Rafael Espindola2010-10-181-0/+20