summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF
Commit message (Expand)AuthorAgeFilesLines
...
* [lld][RISCV] Use an e_flags of 0 if there are only binary input files.John Baldwin2019-12-211-0/+8
* [ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4Fangrui Song2019-12-1720-51/+70
* [ELF] Add IpltSectionFangrui Song2019-12-175-9/+9
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-162-4/+4
* Revert "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Vlad Tsyrklevich2019-12-131-2/+2
* [ELF] Update st_size when merging a common symbol with a shared symbolFangrui Song2019-12-131-0/+16
* [ELF] Allow getErrPlace() to work before Out::bufferStart is setAlex Richardson2019-12-131-2/+2
* Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355aeRui Ueyama2019-12-132-82/+0
* temporaryRui Ueyama2019-12-132-0/+82
* [ELF][AArch64] Rename --force-bti to -z force-bti and --pac-plt to -z pac-pltFangrui Song2019-12-114-13/+13
* [LLD][ELF][AArch64][ARM] When errata patching, round thunk size to 4KiB.Peter Smith2019-12-112-43/+43
* [LLD][ELF][AArch64][ARM] Add missing classof to patch sections.Peter Smith2019-12-111-0/+87
* [ELF] --icf: do not fold preemptible symbolsFangrui Song2019-12-101-0/+49
* [ELF] Refine section group --gc-sections rules to not discard .debug_typesFangrui Song2019-12-102-2/+14
* [ELF][PPC64] Support long branch thunks with addendsFangrui Song2019-12-053-191/+155
* [LLD][ELF][AArch64] .note.gnu.property sections should have alignment 8Peter Smith2019-12-053-2/+84
* [LLD][ELF] Add support for PT_GNU_PROPERTYPeter Smith2019-12-055-222/+270
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-022-9/+26
* [llvm-readobj] - Always print "Predecessors" for version definition sections.Georgii Rymar2019-11-273-0/+11
* [ELF] Adjust test to work for zlib 1.2.8Shoaib Meenai2019-11-261-2/+2
* [ELF] Add a corrector for case mismatch problemsFangrui Song2019-11-261-0/+10
* [LLD][ELF] - Make compression level be dependent on -On.Georgii Rymar2019-11-261-0/+38
* [ELF] Support input section description .rel[a].dyn in /DISCARD/Fangrui Song2019-11-251-4/+15
* [ELF][test] Clean up some thunk testsFangrui Song2019-11-236-85/+85
* [ELF] Error if -Ttext-segment is specifiedFangrui Song2019-11-212-6/+8
* Ignore R_MIPS_JALR relocations against non-function symbolsAlex Richardson2019-11-201-0/+53
* [llvm-readobj/llvm-readelf] - Improve dumping of versioning sections.Georgii Rymar2019-11-204-16/+35
* [ELF] Improve --gc-sections compatibility with GNU ld regarding section groupsFangrui Song2019-11-192-0/+87
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-11-082-6/+6
* [ELF] Suggest extern "C" when the definition is mangled while an undefined re...Fangrui Song2019-11-081-0/+21
* [ELF] Suggest extern "C" when an undefined reference is mangled while the def...Fangrui Song2019-11-081-0/+19
* Keep symbols passed by -init and -finiRui Ueyama2019-11-081-0/+38
* ELF: Discard .ARM.exidx sections for empty functions instead of misordering t...Peter Collingbourne2019-11-041-0/+41
* [ELF][test] Change references of %T to %t.dirFangrui Song2019-10-3011-50/+57
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-1/+0
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-291-0/+5
* Crt files are special cased by name when dealing with ctor and dtorSterling Augustine2019-10-251-3/+15
* [LLD][ELF] - Update test case after yaml2obj change.georgerim2019-10-251-0/+1
* [ELF] -r: fix crash when processing a SHT_REL[A] that relocates a SHF_MERGE a...Fangrui Song2019-10-241-0/+23
* [LLD][ELF] - Update tests after yaml2obj tool update.George Rimar2019-10-202-2/+0
* [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-1715-37/+37
* [lld] Check for branch range overflows.Sid Manning2019-10-151-0/+31
* [llvm-objdump] Adjust spacing and field width for --section-headersJordan Rupprecht2019-10-142-3/+3
* [LLD][ELF] - Update test cases after llvm-readobj change.George Rimar2019-10-1112-182/+139
* Change test case so that it accepts backslashes in file path, in the case tha...Amy Huang2019-10-101-2/+2
* Improve error message for bad SHF_MERGE sectionsRui Ueyama2019-10-102-2/+2
* [lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_XSid Manning2019-10-082-23/+155
* Use /dev/null for tests that we do not need outputsRui Ueyama2019-10-081-8/+8
OpenPOWER on IntegriCloud