summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript
Commit message (Expand)AuthorAgeFilesLines
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-161-3/+5
* [ELF][test] Make tests less address sensitive and delete redundant testsFangrui Song2020-06-166-163/+21
* [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixedFangrui Song2020-04-141-3/+7
* [ELF][test] Improve linkerscript/linkorder.sFangrui Song2020-04-141-18/+48
* [ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"Fangrui Song2020-04-143-0/+0
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* [ELF] Support input section description .gnu.version* in /DISCARD/Fangrui Song2019-12-261-0/+47
* [ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4Fangrui Song2019-12-171-1/+1
* [ELF] Support input section description .rel[a].dyn in /DISCARD/Fangrui Song2019-11-251-4/+15
* [ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song2019-11-191-0/+33
* [ELF][test] Change references of %T to %t.dirFangrui Song2019-10-306-27/+32
* [lld][test] Speculative fix for lld+windows failuresJordan Rupprecht2019-10-171-2/+2
* [lld][test] Fix use of escape character in an lld test on WindowsJordan Rupprecht2019-10-171-2/+2
* [LLD][ELF] - Update test cases after llvm-readobj output format change.George Rimar2019-10-171-2/+2
* [LLD][ELF] - Update test cases after llvm-readobj change.George Rimar2019-10-111-2/+2
* [ELF] Set SectionBase::partition in processSectionCommandsFangrui Song2019-09-261-3/+7
* [ELF][ARM] Fix crash when discarding InputSections that have .ARM.exidxPeter Smith2019-09-242-0/+36
* [ELF] Make MergeInputSection merging aware of output sectionsFangrui Song2019-09-242-2/+37
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-164-10/+10
* [ELF][test] Improve and reorganize another set of testsFangrui Song2019-09-091-0/+3
* [ELF] Replace error() with errorOrWarn() for the ASSERT commandFangrui Song2019-09-061-2/+2
* Revert "Revert r370635, it caused PR43241."Fangrui Song2019-09-063-10/+59
* Revert r370635, it caused PR43241.Nico Weber2019-09-063-59/+10
* [ELF] Do not ICF two sections with different output sections (by SECTIONS com...Fangrui Song2019-09-023-10/+59
* Copy test data so tests don't traverse test directories. NFCRichard Trieu2019-08-262-1/+71
* [ELF] Make LinkerScript::assignAddresses iterativeFangrui Song2019-08-263-0/+73
* [ELF] Align the first section of a PT_LOAD even if its type is SHT_NOBITSFangrui Song2019-08-241-9/+16
* [ELF] Expand regions for gaps due to explicit addressFangrui Song2019-08-091-0/+18
* [ELF] Consistently prioritize non-* wildcards overs "*" in version scriptsFangrui Song2019-08-051-1/+1
* [ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-re...Fangrui Song2019-08-031-1/+1
* [LLD][ELF] - Linkerscript: fix FILL() expressions handling.George Rimar2019-07-102-3/+13
* [LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar2019-07-042-3/+23
* [ELF] Do not produce DT_JMPREL and DT_PLTGOT if .rela.plt is empty.Igor Kudrin2019-06-281-0/+44
* [ELF] Make the rule to create relative relocations in a writable section stri...Fangrui Song2019-06-111-1/+1
* ELF: Create synthetic sections for loadable partitions.Peter Collingbourne2019-06-071-1/+1
* [ELF] Don't create an output section named `/DISCARD/` if it is assigned to t...Fangrui Song2019-06-031-1/+1
* [ELF][test] Restore linkerscript/symbol-location.s to test getLinkerScriptLoc...Fangrui Song2019-05-311-0/+16
* [ELF] Don't advance position in a memory region when assigning to the DotFangrui Song2019-05-211-2/+2
* Revert r358069 "Discard debuginfo for object files empty after GC"Bob Haarman2019-05-162-17/+0
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-131-0/+85
* Delete trailing \r. NFCFangrui Song2019-05-021-19/+19
* [LLD] Emit dynamic relocations for references to script symbols in -pie linksBen Dunbobbin2019-05-011-0/+19
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-012-0/+4
* [llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelfFangrui Song2019-05-019-11/+11
* [test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song2019-05-0169-93/+93
* [LLD][ELF] /DISCARD/ output sections should not be orphansAndrew Ng2019-04-301-0/+36
* [LLD][ELF] Fix getRankProximity to "ignore" not live sectionsAndrew Ng2019-04-301-0/+42
* [LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.George Rimar2019-04-261-0/+24
* [ELF] Change default output section type to SHT_PROGBITSAndrew Ng2019-04-236-9/+44
* [LLD][ELF] - Handle quoted strings in the linker scripts correctly.George Rimar2019-04-221-0/+13
OpenPOWER on IntegriCloud