aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[lld][ELF] Annotate Bitfields with Preferred Types (#97737)Sam Elliott2-0/+22
2024-07-05[LLD] [MinGW] Reinstate the former spelling in the version message (#97698)Martin Storsjö2-2/+4
2024-07-03[llvm-readobj][ELF] Alter JSON/LLVM output on note sections to allow for mult...Fred Grim3-5/+13
2024-07-03Revert "[llvm-readobj][ELF] Test multivalued rpath entries and alter the outp...serge-sans-paille14-28/+28
2024-07-02[lld][ELF] Support LLVM repository and LLVM revision information (#97323)Hongyu Chen5-5/+10
2024-07-02[lld] Change `--lto-emit-llvm` to use the pre-codegen module (#97480)Joseph Huber2-3/+5
2024-07-02[lld-macho] Category merger: handle addends when getting symbol at offset (#...alx322-3/+436
2024-07-02[lld] Add `--lto-emit-asm` and alias `--plugin-opt=emit-llvm` to it (#97469)Joseph Huber3-2/+6
2024-07-02[lld][WebAssembly] Fix filename when reporting references to undefined symbol...Sam Clegg2-23/+38
2024-07-02[lld][WebAssembly] Fix for --import-table when combined with reference types ...Sam Clegg3-11/+40
2024-07-02[ELF] Infer EI_OSABI from object filesFangrui Song2-8/+23
2024-07-02[ELF] Make start/stop symbols retain associated discardable output sectionsFangrui Song7-54/+78
2024-07-02Reapply "[RISCV] Support RISCV Atomics ABI attributes (#84597)"Paul Kirth1-0/+4
2024-06-29[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section (#96496)Daniil Kovalev6-48/+220
2024-06-28[ELF] Create some synthetic sections only if !relocatableFangrui Song2-13/+17
2024-06-28[lld-macho] Fix IWYU issues. NFCFangrui Song3-1/+2
2024-06-28[lld-macho] Stabilize iteration order of config->exportedSymbols.literalsFangrui Song2-3/+4
2024-06-28[lld-macho] Stabilize symbol order from InterfaceFileFangrui Song2-2/+5
2024-06-26[llvm-readobj][ELF] Test multivalued rpath entries and alter the output for r...Fred Grim14-28/+28
2024-06-25[ELF] Rename IsRela to HasAddendFangrui Song2-10/+12
2024-06-25[NFC][lld][ELF] Remove unused `sec` param of `ObjFile<ELFT>::getRelocTarget` ...Daniil Kovalev2-6/+3
2024-06-24[ELF] Postpone more linker script errorsFangrui Song5-16/+26
2024-06-24[LLD] [COFF] Don't crash on an empty -entry: argument (#96058)Martin Storsjö2-0/+24
2024-06-21[lld][WebAssembly] Return 0 for synthetic function offsets (#96134)Heejin Ahn5-2/+79
2024-06-20[ELF] -no-pie: don't optimize addq R_X86_64_REX_GOTPCRELX when !isInt<32>(va)Fangrui Song2-15/+46
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan2-15/+15
2024-06-20[lld][WebAssembly] Handle stub symbol dependencies when an explicit import na...Sam Clegg4-42/+60
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov3-0/+3
2024-06-20[LLD] [MinGW] Interpret an empty -entry option as no entry point (#96055)Martin Storsjö2-1/+5
2024-06-18[LLD][COFF] Add support for ARM64EC entry thunks. (#88132)Jacek Caban12-11/+622
2024-06-17[lld-macho][NFC] Track category merger input data source language for better ...alx322-22/+51
2024-06-17[LLD][COFF] Support finding pdb files from outputpath (#94153)GkvJwa2-20/+32
2024-06-14[ELF] -r: force -BstaticFangrui Song2-2/+12
2024-06-14[lld][ELF] Add basic TLSDESC support for LoongArchwanglei6-0/+210
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-06-13[lld-macho] Add swift support to ObjC category merger (#95124)alx323-9/+103
2024-06-13[lld-macho] Mark local personality functions as `INDIRECT_SYMBOL_LOCAL` (#95171)Daniel Bertalan6-23/+20
2024-06-11[lld][WebAssembly] Always search *.so for -Bdynamic (#84288)YAMAMOTO Takashi3-6/+10
2024-06-11[lld-macho] Fix duplicate GOT entries for personality functions (#95054)Daniel Bertalan3-19/+32
2024-06-10[ELF] Change build-id default to sha1 (#93943)Tatsuyuki Ishi4-11/+15
2024-06-10[lld] Remove const qualifier on symbolKind (NFC) (#94753)Nikita Popov1-1/+1
2024-06-08lld/test: Make sure removing %t at firstNAKAMURA Takumi1-0/+1
2024-06-08Revert "[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section" (#94843)Daniil Kovalev6-216/+47
2024-06-07[lld] Discard SHT_LLVM_LTO sections in relocatable links (#92825)Paul Kirth2-13/+14
2024-06-07[ELF] Implement --force-group-allocationFangrui Song9-5/+28
2024-06-06[ELF] Simplify code. NFCFangrui Song1-12/+11
2024-06-06[ELF] Improve -r section group testsFangrui Song1-26/+51
2024-06-06[ELF] Test non-alloc orphan that does not the RF_NOT_ADDR_SET rank flagFangrui Song1-0/+5
2024-06-06[ELF] Keep non-alloc orphan sections at the endFangrui Song4-27/+31
2024-06-04[llvm-readobj][COFF] Consistent PDBGUID Formatting (#94256)Miguel A. Arroyo1-3/+3