Revert part of r241149, "Fix PR23872: Integrated assembler error message when using...
[oota-llvm.git] / test / MC / ELF / relocation.s
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-01-08 David Woodhouse[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
2013-10-30 Tom RoederThis commit adds some (but not all) of the x86-64 reloc...
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
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 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-08-04 Rafael EspindolaPrint all the bits in the addend.
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-06 Kevin EnderbyUpdate MC/ELF/relocation.s with change to X86 PUSH64i8...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-04-07 Rafael EspindolaUpdate tests
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-01 Rafael EspindolaFix PR8878.
2010-12-27 Rafael EspindolaHandle reloc_riprel_4byte_movq_load. Should make the...
2010-12-16 Rafael EspindolaMake pushq produce signed relocations.
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
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-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-20 Rafael EspindolaProduce a R_X86_64_32 when the value is >=0.