aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2020-09-26Internalize functions from various tools. NFCFangrui Song1-1/+1
2020-09-25[lld-macho] Ignore a few more undocumented flagsJez Ng2-6/+14
2020-09-25[lld-macho] Always include custom syslibroot when running testsJez Ng89-273/+280
2020-09-25[lld-macho] Support absolute symbolsJez Ng10-39/+148
2020-09-25[lld-macho] Allow the entry symbol to be dynamically boundJez Ng6-31/+84
2020-09-25[lld-macho] Support -bundleJez Ng3-12/+63
2020-09-25[lld-macho] Implement support for PICJez Ng10-43/+252
2020-09-25[PowerPC][NFC] Merged two switch entries.Stefan Pintilie1-11/+1
2020-09-25[PowerPC][LLD] Extend R2 save stub to support offsets of more than 26 bitsStefan Pintilie2-27/+138
2020-09-24[lld][WebAssembly] Allow `atomics` feature with unshared memoryThomas Lively2-13/+0
2020-09-24[lld] Clean up in lld::{coff,elf}::link after D70378Fangrui Song2-2/+8
2020-09-24[lld] Make -z keep-text-section-prefix recognize .text.split. as a prefix.Snehasish Kumar2-4/+14
2020-09-24[lld-macho][re-land] Implement and test resolution of common symbolsJez Ng3-2/+134
2020-09-24[lld-macho][re-land] Initial support for common symbolsJez Ng7-5/+177
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea12-55/+178
2020-09-24[LLD][COFF] Avoid overwriting inputs in testsAlexandre Ganea2-6/+6
2020-09-24lld: Try to fix check-lld on incremental builds after 8f2c31f22b974daNico Weber1-0/+1
2020-09-24[lld][ELF][test] Add a couple of test cases for LTO behaviourJames Henderson2-15/+48
2020-09-24Revert "[lld-macho] Initial support for common symbols"Muhammad Omair Javaid7-174/+5
2020-09-24Revert "[lld-macho] Implement and test resolution of common symbols"Muhammad Omair Javaid3-134/+2
2020-09-23[lld-macho][NFC] Make `!= nullptr` implicitJez Ng3-5/+5
2020-09-23[lld-macho][NFC] Refactor syslibroot / library path lookupJez Ng1-28/+36
2020-09-23[lld-macho] Support -weak_lx, -weak_library, -weak_frameworkJez Ng5-17/+64
2020-09-23[lld-macho] Ignore `-mllvm` and its argumentJez Ng2-5/+5
2020-09-23[lld-macho] Emit indirect symbol tableJez Ng6-9/+156
2020-09-23[lld-macho] Implement and test resolution of common symbolsJez Ng3-2/+134
2020-09-23[lld-macho] Initial support for common symbolsJez Ng7-5/+174
2020-09-23[lld-macho] handle options -search_paths_first, -search_dylibs_firstGreg McGary4-25/+66
2020-09-23[lld-macho] cleanup unimplemented-option warningsGreg McGary2-32/+3
2020-09-22[lld-maco] fix build breakageGreg McGary1-1/+1
2020-09-22[lld-macho] In the context of relocs, s/target/referent/ for sections & symbolsGreg McGary3-38/+39
2020-09-22[lld-macho] handle option -headerpad_max_install_namesGreg McGary5-9/+80
2020-09-22[lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16Greg McGary2-3/+11
2020-09-22[lld-macho] minimally handle option -dynamicGreg McGary3-1/+5
2020-09-22[LLD][PowerPC][test] Update thunk range error report for PPC64PCRelLongBranch...Victor Huang3-21/+77
2020-09-22[PowerPC] Add support for R_PPC64_GOT_TPREL_PCREL34 used in TLS Initial ExecStefan Pintilie2-9/+170
2020-09-21[ELF][test] Delete large temporary files and make some temporary files smalle...Fangrui Song7-19/+52
2020-09-21[LLD][ELF][test] Fix CHECKs in map-file testEdd Dawson1-16/+16
2020-09-21[lld][ELF][test] Add additional LTO testingJames Henderson4-20/+150
2020-09-20[lld-macho] Export trie addresses should be relative to the image baseJez Ng4-9/+25
2020-09-20[lld-macho] Mark weak symbols in symbol tableJez Ng2-2/+5
2020-09-19align __TEXT,__unwind_info to 8 byte boundaryGreg McGary1-1/+3
2020-09-19lld/mach-o: Make tool scripts from 2124ca1d5cb py2.7-compatibleNico Weber2-43/+47
2020-09-18[lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwindGreg McGary9-3/+641
2020-09-18[lld][WebAssembly] Fix -Wunused-variable after D87663Fangrui Song1-1/+1
2020-09-17[PDB] Split TypeServerSource and extend type index map lifetimeReid Kleckner5-128/+130
2020-09-17Flush bitcode incrementally for LTO outputJianzhou Zhao1-1/+15
2020-09-16[ELF] Bump the limit of thunk creation passes from 10 to 15Fangrui Song1-2/+2
2020-09-16[LLD][ELF] Optimize linker script filename glob pattern matching NFCAndrew Ng8-21/+67
2020-09-15[PDB] Drop LF_PRECOMP from debugTypes earlierReid Kleckner2-10/+2