summaryrefslogtreecommitdiff
path: root/test/MC/ELF/relocation.s
Commit message (Expand)AuthorAge
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-28
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-04
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Another counter goes decimal.Rafael Espindola2011-08-04
* Change anther counter to decimal.Rafael Espindola2011-08-04
* Don't print a counter in hex.Rafael Espindola2011-08-04
* Print all the bits in the addend.Rafael Espindola2011-08-04
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-15
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-06
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-19
* Update testsRafael Espindola2011-04-07
* Write the section table and the section data in the same order thatRafael Espindola2011-03-20
* Add support for lowercase variants.Rafael Espindola2011-01-23
* Fix PR8878.Rafael Espindola2011-01-01
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-27
* Make pushq produce signed relocations.Rafael Espindola2010-12-16
* Fix some broken CHECK lines.Benjamin Kramer2010-11-29
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-28
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32.Rafael Espindola2010-10-27
* Fixing r116753 r116756 r116777Jason W Kim2010-10-19
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-19
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-18
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-30
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-30
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20