summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/relocation.s
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [MC] [X86] Teach leaq _GLOBAL_OFFSET_TABLE(%rip), %r15 to use R_X86_64_GOTPC3...Fangrui Song2018-06-121-13/+17
* Accept subtractions involving a weak symbol.Rafael Espindola2016-01-201-0/+6
* Fix pr24486.Rafael Espindola2015-10-051-1/+7
* Handle 16 bit PC relative relocations.Rafael Espindola2015-06-061-0/+5
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-11/+1
* Look past locals in comdats.Rafael Espindola2015-04-201-0/+2
* Compute A-B if both A and B are in the same comdat section.Rafael Espindola2015-04-171-1/+10
* Reorganize the x86 ELF relocation selection logic.Rafael Espindola2015-03-201-0/+4
* [MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano2015-03-041-0/+13
* Fix pr19645.Rafael Espindola2014-05-031-1/+2
* Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.Rafael Espindola2014-04-211-0/+5
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-141-0/+3
* Look through variables when computing relocations.Rafael Espindola2014-03-201-0/+4
* [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8David Woodhouse2014-01-081-0/+4
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-301-6/+10
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-221-0/+2
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+2
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-1/+1
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-100/+31
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-041-15/+15
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Another counter goes decimal.Rafael Espindola2011-08-041-1/+1
* Change anther counter to decimal.Rafael Espindola2011-08-041-15/+15
* Don't print a counter in hex.Rafael Espindola2011-08-041-1/+1
* Print all the bits in the addend.Rafael Espindola2011-08-041-9/+9
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-151-5/+5
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-061-5/+5
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-191-0/+7
* Update testsRafael Espindola2011-04-071-1/+1
* Write the section table and the section data in the same order thatRafael Espindola2011-03-201-7/+7
* Add support for lowercase variants.Rafael Espindola2011-01-231-1/+1
* Fix PR8878.Rafael Espindola2011-01-011-0/+7
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-271-0/+7
* Make pushq produce signed relocations.Rafael Espindola2010-12-161-0/+8
* Fix some broken CHECK lines.Benjamin Kramer2010-11-291-1/+1
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-281-0/+7
* Implement TLSLD.Rafael Espindola2010-10-281-0/+7
* Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32.Rafael Espindola2010-10-271-7/+28
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-34/+34
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-34/+34
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-34/+34
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-301-6/+15
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-301-5/+41
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-201-0/+12
OpenPOWER on IntegriCloud