summaryrefslogtreecommitdiff
path: root/lld/test/ELF/relocation.s
AgeCommit message (Expand)Author
2022-10-29[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh
2020-03-26[X86InstPrinter] Change printPCRelImm to print the target address in hexadeci...Fangrui Song
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2019-10-03[llvm-objdump] Further rearrange llvm-objdump sections for compatabilityJordan Rupprecht
2019-09-16[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song
2019-05-01[llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song
2019-05-01[test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song
2019-03-25[ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* (start(.got.plt))Fangrui Song
2019-03-15[ELF] Split RW PT_LOAD on the PT_GNU_RELRO boundaryFangrui Song
2019-03-14[ELF] Simplify RelRo, TLS, NOBITS section ranks and make RW PT_LOAD start wit...Fangrui Song
2018-06-26[ELF] Move `// REQUIRES:` line to the topFangrui Song
2018-06-26[ELF] Make non-writable non-executable PROGBITS sections closer to .textFangrui Song
2018-05-15[lld] Mitigate relocation overflow [part 1 of 2].Han Shen
2018-05-11[ELF] - Revert of: r332038, r332054, r332060, r332061, r332062, r332063George Rimar
2018-05-10[ELF] Fix testFangrui Song
2018-05-10[ELF] Fix tests after rL332038Fangrui Song
2018-05-10Fix test cases failure caused by revision 332038.Han Shen
2018-05-10Mitigate relocation overflow [part 1 of 2].Han Shen
2017-10-06[ELF] - Do --hash-style=both by default.George Rimar
2017-01-10ELF: Place relro sections after non-relro sections in r/w segment.Peter Collingbourne
2016-12-09Add support for R_X86_64_GOT64.Rafael Espindola
2016-11-23lld: Default image base address to 0x200000 on x86-64Ed Maste
2016-04-18Fix handling of R_X86_64_GOT32.Rafael Espindola
2016-02-24Create implicit plt entries for R_X86_64_32S.Rafael Espindola
2016-01-06Add debugger rendezvous DT_DEBUG .dynamic entryEd Maste
2015-12-23Place RW sections that go after relro to another memory page.Rafael Espindola
2015-11-24Revert "ELF: Make .note.GNU-stack more compatible with traditional linkers."Rui Ueyama
2015-11-24Reapply fixed r253967.George Rimar
2015-11-24Revert r253967 which broke buildbot.George Rimar
2015-11-24[ELF] Implements -z relro: create an ELF "PT_GNU_RELRO" segment header in the...George Rimar
2015-11-21ELF: Make .note.GNU-stack more compatible with traditional linkers.Rui Ueyama
2015-11-18Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola
2015-11-17Rename test/elf2 to test/ELF.Rafael Espindola