aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2019-05-03[ELF] Place SHT_NOTE sections with the same alignment into one PT_NOTEFangrui Song3-5/+42
2019-05-02lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber7-1/+38
2019-05-02[ELF] --plugin-opt=thinlto-index-only: create empty index files even if all b...Fangrui Song4-19/+31
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2-4/+8
2019-05-02[ELF] Delete a cant-write test from test/lto/thinlto-index-only.llFangrui Song1-10/+0
2019-05-02lld-link: Make "duplicate resource" error message a bit more conciseNico Weber1-1/+1
2019-05-02Delete trailing \r. NFCFangrui Song7-398/+398
2019-05-01[LLD] Emit dynamic relocations for references to script symbols in -pie linksBen Dunbobbin2-5/+24
2019-05-01[llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song171-23/+395
2019-05-01[llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelfFangrui Song20-27/+27
2019-05-01[test] Change llvm-readobj -long-option to --long-option or well-known short ...Fangrui Song597-1016/+1016
2019-04-30[LLD][ELF] /DISCARD/ output sections should not be orphansAndrew Ng2-0/+37
2019-04-30[LLD][ELF] Fix getRankProximity to "ignore" not live sectionsAndrew Ng2-3/+44
2019-04-29Add more lld release notesNico Weber1-0/+3
2019-04-29Add some lld-link 9.0 release notesNico Weber1-0/+11
2019-04-26[LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.George Rimar4-3/+36
2019-04-26[ELF] Change std::max<uint64_t> to uint32_t for section alignmentFangrui Song1-3/+3
2019-04-25[WebAssembly] Always take into account added when applying runtime relocationsSam Clegg3-29/+42
2019-04-25[LLD][ELF] - Convert symbol-index.s testcase to a YAML test case. NFCI.George Rimar3-10/+25
2019-04-25[LLD][ELF] - Move the test to a correct folder, remove excessive input. NFCI.George Rimar3-50/+51
2019-04-25lld-link: Implement /swaprun: flagNico Weber7-2/+78
2019-04-24llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2-2/+2
2019-04-24[COFF] Don't emit .gfids sections when CFG is offReid Kleckner2-2/+12
2019-04-24[docs] Copy-edit lld/docs/WebAssembly.rstSam Clegg1-17/+14
2019-04-24[ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131Fangrui Song1-1/+0
2019-04-24[PPC64] Consider localentry offset when computing branch distanceFangrui Song2-1/+34
2019-04-24[LLD][ELF] - Remove binding.elf binary from test case. NFCI.George Rimar3-7/+21
2019-04-24[LLD][ELD] - Remove excessive lines from test. NFC.George Rimar1-5/+0
2019-04-24[ELF] Fix a gcc -Wextra warningFangrui Song1-2/+2
2019-04-23[WebAssembly] Fix typo in relocation checkingSam Clegg2-1/+56
2019-04-23[LLD][ELF] - Remove dynamic-section-sh_size.elf binary, convert test to yaml....George Rimar3-4/+36
2019-04-23[LLD][ELF] - Remove file-class.a binary from inputs and improve the test case.George Rimar3-4/+19
2019-04-23[ELF] Change default output section type to SHT_PROGBITSAndrew Ng7-10/+45
2019-04-23[LLD][COFF] Fix /linkrepro with output options that take a filename or pathAlexandre Ganea2-1/+19
2019-04-23[ELF] Change findOrphanPos to only consider live sectionsAndrew Ng1-4/+7
2019-04-23[PPC][PPC64] Improve some llvm-objdump -d -D testsFangrui Song16-325/+261
2019-04-23[LLD][ELF] - Fix mips-invalid-options-descriptor.s test case and convert to Y...George Rimar3-5/+21
2019-04-23[LLD][ELF] - Remove multiple-eh-relocs.elf binary from the inputs. NFCI.George Rimar3-4/+29
2019-04-23[LLD][ELF] - Update test case after llvm-mc change.George Rimar1-1/+1
2019-04-23[PPC64] Allow R_PPC64_DTPREL* to preemptable local-dynamic symbolsFangrui Song4-5/+38
2019-04-23Use llvm::stable_sortFangrui Song13-72/+60
2019-04-22[WebAssembly] Error on relocations against undefined data symbols.Sam Clegg3-16/+50
2019-04-22[LLD][ELF] - Remove a binary from the inputs. NFCI.George Rimar3-4/+16
2019-04-22[LLD][ELF] - Do not forget to use ch_addralign field after decompressing the ...George Rimar2-0/+69
2019-04-22[LLD][ELF] - Handle quoted strings in the linker scripts correctly.George Rimar2-1/+14
2019-04-22[WebAssembly] Fix R_WASM_FUNCTION_OFFSET_I32 relocation warningsSam Clegg1-6/+7
2019-04-22[ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable l...Fangrui Song7-9/+53
2019-04-22[ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLTFangrui Song3-4/+4
2019-04-20[LLD][ELF] - Fix mistype. NFC.George Rimar1-1/+1
2019-04-19[WebAssembly] Emit the DataCount section when bulk memory is enabledThomas Lively3-0/+30