Update tests to not be as dependent on section numbers.
[oota-llvm.git] / test / MC / ELF / relocation-386.s
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-01-15 Joerg SonnenbergerSupport @PLT loads on 32bit x86.
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-02 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-01-08 David Woodhouse[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
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 EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-04-07 Rafael EspindolaUpdate tests
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2010-12-18 Rafael EspindolaTest for push being relaxed.
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-19 Jason W KimFixing r116753 r116756 r116777
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.