summaryrefslogtreecommitdiff
path: root/lld/test/ELF/gnu-ifunc-plt.s
AgeCommit message (Expand)Author
2021-03-18[ELF] Change --shuffle-sections=<seed> to --shuffle-sections=<section-glob>=<...Fangrui Song
2020-08-17[LLD][ELF] - Do not produce an invalid dynamic relocation order with --shuffl...Georgii Rymar
2020-08-11[LLD][ELF] - Update and fix gnu-ifunc* tests.Georgii Rymar
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
2020-03-04[llvm-readelf] Make --all output order closer to GNU readelfFangrui Song
2020-01-10[ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song
2019-12-17[ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4Fangrui Song
2019-12-17[ELF] Add IpltSectionFangrui Song
2019-09-16[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song
2019-09-10[ELF][test] Make tests more tolerant to exact symbol addressesFangrui Song
2019-08-03[ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-re...Fangrui 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-14[ELF] Simplify RelRo, TLS, NOBITS section ranks and make RW PT_LOAD start wit...Fangrui Song
2018-08-24Modify tests to show PLT entry labelsJoel Galenson
2018-06-26[ELF] Move `// REQUIRES:` line to the topFangrui Song
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-08[ELF] ifunc implementation using synthetic sectionsPeter Smith