Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2022-07-14[lld-macho] Enable EH frame relocation / pruningJez Ng
2022-07-14[PowerPC][LLD] Change PPC64R2SaveStub to only use non-PC-relative codeStefan Pintilie
2022-07-14[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-13[lld-macho] Accept dylibs with LC_DYLD_EXPORTS_TRIEDaniel Bertalan
2022-07-13[lld-macho] Add LOH_ARM64_ADRP_LDR_GOT_LDR optimization hint supportDaniel Bertalan
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-13[ELF][RISCV] Use unshifted value for overflow checkFangrui Song
2022-07-13[ELF] Fix displacement computation for intra-section branch after D127611Fangrui Song
2022-07-13[ELF][test] Remove unneeded --mcpu=future from llvm-objdump commandsFangrui Song
2022-07-13[ELF][test] Remove unneeded --mcpu=pwr10 from llvm-objdump commandsFangrui Song
2022-07-13[lld-macho][nfc] Change force-load.s test to actually testJez Ng
2022-07-12[LLD] Two tweaks to symbol ordering schemeYongKang Zhu
2022-07-12Fix build on WindowsAlex Brachet
2022-07-12Fix build on WindowsAlex Brachet
2022-07-12[COFF] Add vfsoverlay flagAlex Brachet
2022-07-11[lld-macho] Handle user-provided dtrace symbols to avoid linking failureKaining Zhong
2022-07-11[lld-macho] Fix compact unwind output for 32 bit buildsDavid Spickett
2022-07-09fix comment typo to cycle botsNico Weber
2022-07-09[ELF] Refactor ELFCOMPRESS_ZLIB handling and improve diagnosticsFangrui Song
2022-07-08Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"Leonard Chan
2022-07-08[llvm] cmake config groundwork to have ZSTD in LLVMCole Kissane
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-07-07[ELF] Relax R_RISCV_CALL and R_RISCV_CALL_PLTFangrui Song
2022-07-07[ELF] Relax R_RISCV_ALIGNFangrui Song
2022-07-07lld test fix: don't check the precise hex emitted as a comment.Tim Northover
2022-07-07lld: fix test after x86 instruction comments now end in newlineTim Northover
2022-07-06[LTO][ELF] Add selective --save-temps= optionJin Xin Ng
2022-07-06[ELF] Optimize getInputSections. NFCFangrui Song
2022-07-05[BUILD] Add missed CMakeLists.txt change from dfb77f2Ben Dunbobbin
2022-07-05[LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force LLD to crashBen Dunbobbin
2022-07-05[lld-macho] Handle LOH_ARM64_ADRP_LDR_GOT optimization hintsDaniel Bertalan
2022-07-01[LLD][COFF] Ignore /kernel flagPengxuan Zheng
2022-07-01[lld-macho] Fix left shift of negative value UBDaniel Bertalan
2022-07-01[lld-macho] Handle LOH_ARM64_ADRP_LDR linker optimization hintsDaniel Bertalan
2022-06-30[lld-macho] Initial support for Linker Optimization HintsDaniel Bertalan
2022-06-30[ELF] Move InputFiles global variables (memoryBuffers, objectFiles, etc) into...Fangrui Song
2022-06-30[ELF] Move whyExtract/backwardReferences from LinkerDriver to Ctx. NFCFangrui Song
2022-06-29[lld-macho] Emit REBASE_OPCODE_ADD_ADDR_IMM_SCALED if possibleDaniel Bertalan
2022-06-28[docs] Remove outdated status update for FreeBSDBrad Smith
2022-06-28[lld][WebAssembly] Don't apply data relocations at static constructor timeSam Clegg
2022-06-27[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-27[ELF] Remove deprecated -dcFangrui Song
2022-06-26[ELF] Improve compound assignment testsFangrui Song
2022-06-26[ELF] Support -= *= /= <<= >>= &= |= in symbol assignmentsFangrui Song
2022-06-26[ELF] Allow ? without adjacent spaceFangrui Song
2022-06-26[ELF][test] Improve expression testFangrui Song
2022-06-26[ELF] Fix assertion failure when PROVIDE/HIDDEN/PROVIDE_HIDDEN does not have =Fangrui Song
2022-06-26[ELF] Allow an expression to follow = in a symbol assignmentFangrui Song
2022-06-25[ELF] Fix precedence of ? when there are 2 or more operators on the left hand...Fangrui Song
2022-06-25[ELF] Fix precedence of == and != in expressionsFangrui Song