aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/relocation.s
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+17
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+8
* 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