[flang] Add cpowi function to runtime and use instead of pgmath
[platform/upstream/llvm.git] / lld /
2022-10-10 Keith Smiley[lld-macho] Flip ZERO_AR_DATE default
2022-10-09 Keith Smiley[lld-macho] Implement -ignore_auto_link
2022-10-07 Hans WennborgRevert "[lld/mac] Port typo correction for undefined...
2022-10-05 Aiden Grossman[lld][ELF] Fix lazy ThinLTO index writing in thin archives
2022-10-04 Keith Smiley[lld-macho] Mark aliased symbols as noDeadStrip
2022-10-04 Keith Smiley[lld-macho][test] Add -lSystem to all lld invocations
2022-10-04 Nico Weber[lld/mac] With -demangle, strip leading _ from non...
2022-10-04 Daniel Bertalan[lld-macho] Add support for emitting chained fixups
2022-10-03 Sam Clegg[lld][WebAssemlby] Improve support for -L / -l and...
2022-10-03 Nico Weber[lld/mac] Port typo correction for undefined symbols...
2022-10-03 oberrich[lld/COFF] Ignore `/ASSEMBLYDEBUG[:NONE]` and `/EMITPOG...
2022-10-03 Nico Weber[lld/mac] Extract a reportUndefinedSymbol function
2022-10-03 Alvin Wong[LLD][COFF] Reduce chance of symbol name collision...
2022-10-03 Alvin Wong[LLD][COFF] Set OrdinalBase to 1 for export table
2022-10-03 Fangrui Song[ELF] Replace some config->ekind with file->ekind. NFC
2022-10-03 Fangrui Song[ELF] Move init from ELFFileBase constructor to a separ...
2022-10-03 Fangrui Song[ELF] Remove redundant getELFKind call. NFC
2022-10-03 Fangrui Song[ELF] Simplify addFile. NFC
2022-10-02 Fangrui Song[ELF] Add LLVM_LIBRARY_VISIBILITY to some global variab...
2022-10-01 Fangrui Song[ELF] --check-sections: allow address 0xffffffff for...
2022-10-01 Fangrui Song[ELF] Rename LinkerScript::ctx to state. NFC
2022-10-01 Fangrui Song[ELF] Move driver into ctx and remove indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove symtab indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove ctx indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove elf::config indirection. NFC
2022-09-30 Vincent Lee[lld-macho] Do not error out on dead stripped duplicate...
2022-09-30 Alexander KornienkoCleanup: avoid referring to std::vector<T> members...
2022-09-30 Fangrui Song[ELF] Reset verdefIndex for Defined preempting SharedSymbol
2022-09-29 Arthur Eubanks[lld][COFF][LTO] Don't disable verifier in assert builds
2022-09-29 Fangrui Song[ELF] Make symAux[0] a sentinel
2022-09-29 Fangrui Song[ELF] Remove resolve => resolve{Defined,Common,Shared...
2022-09-29 Fangrui Song[ELF] Avoid redundant assignment to Symbol fields. NFC
2022-09-28 Fangrui Song[ELF] Remove unused Symbol::getSymbolSize. NFC
2022-09-28 Fangrui Song[ELF] Refactor Symbol initialization and overwriting
2022-09-28 Fangrui Song[ELF] Symbols: remove isPlaceholder() test for Defined...
2022-09-28 Daniel Bertalan[lld-macho] Don't create entries in isecPriorities...
2022-09-28 Fangrui SongRevert "[ELF] --pack-dyn-relocs=android: scan relocatio...
2022-09-28 Fangrui Song[ELF] Make --pack-dyn-relocs=android compatible with...
2022-09-27 Bernhard Urban-Forster[lld-macho] Fix -force_symbols_{,not_}weak_list arg...
2022-09-26 Fangrui Song[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0
2022-09-26 Pengxuan Zheng[LLD][COFF] Generate map file even if no /out flag...
2022-09-26 Alvin Wong[LLD][COFF] Fix absolute & synthetic symbols in COFF...
2022-09-25 Daniel Bertalan[lld-macho] Force higher alignment for __thread_vars
2022-09-22 Fangrui Song[ELF] --compress-debug-sections=zstd: ignore error...
2022-09-22 Alex Brachet[ELF] Fix std::min error on MacOs
2022-09-22 Dmitri GribenkoFix -Wunused-local-typedef warning in some build config...
2022-09-22 Martin Storsjö[LLD] [ELF] Fix building with LLVM_LINK_LLVM_DYLIB...
2022-09-21 Fangrui Song[ELF] --pack-dyn-relocs=android: scan relocation serial...
2022-09-21 Fangrui Song[ELF] Parallelize --compress-debug-sections=zstd
2022-09-21 Fangrui Song[ELF] Make -V an alias for -v
2022-09-21 Fangrui Song[ELF][test] Improve -v and --version tests
2022-09-20 Pengxuan Zheng[LLD][COFF] Support /MAPINFO flag
2022-09-20 Fangrui Song[ELF] Name ctx->objectFiles[0] in the EF_RISCV_FLOAT_AB...
2022-09-20 Vy Nguyen[lld-macho] Support -dyld_env
2022-09-20 Martin Storsjö[LLD] [test] Add a missing REQUIRES: x86
2022-09-20 Alvin Wong[LLD][COFF] Add load config checks to warn if incorrect...
2022-09-20 Alvin Wong[LLD][COFF] Improve symbol table info for import thunk
2022-09-19 Mircea Trofin[lld][thinlto] Include -mllvm options in the thinlto...
2022-09-17 Kazu Hirata[lld] Don't include SetVector.h (NFC)
2022-09-17 Fangrui Song[Support] Rename llvm::compression::{zlib,zstd}::uncomp...
2022-09-17 Daniel Bertalan[lld-macho] Simplify base address calculation for init...
2022-09-16 Daniel Bertalan[lld-macho] Parallelize linker optimization hint processing
2022-09-16 Jez Ng[lld-macho][reland] Add support for N_INDR symbols
2022-09-15 Nico WeberRevert "[lld-macho] Add support for N_INDR symbols"
2022-09-15 Jez Ng[lld-macho] Add support for N_INDR symbols
2022-09-14 Jez Ng[lld-macho] Have ICF dedup explicitly-defined selrefs
2022-09-14 Jez Ng[lld-macho][nfc] Clean up ICF code
2022-09-14 John Ericson[CMake] Avoid `LLVM_BINARY_DIR` when other more specifi...
2022-09-14 Nico Weberlld: Include name of output file in "failed to write...
2022-09-14 Martin Storsjö[Support] Access threadIndex via a wrapper function
2022-09-14 Fangrui Song[RISCV] Assemble `call foo` to R_RISCV_CALL_PLT
2022-09-14 Jez Ng[lld-macho][nfci] Don't include null terminator in...
2022-09-13 Wei Wang[ELF][Distributed ThinLTO] Do not generate empty index...
2022-09-13 Daniel Bertalan[lld-macho] Sort data-in-code entries
2022-09-13 Fangrui Song[ELF] Cache compute_thread_count. NFC
2022-09-12 Fangrui Song[ELF] Parallelize relocation scanning
2022-09-12 Jez Ng[lld-macho][docs] Cosmetic changes
2022-09-12 Muhammad Omair Javaid[LLD] Fix pdb-natvis.test for Windows on Arm
2022-09-09 Fangrui Song[ELF] Merge Symbol::needs* into uint16_t flags. NFC
2022-09-09 Joe Loser[lld] Use std::size instead of llvm::array_lengthof
2022-09-09 Fangrui Song[ELF] Add --compress-debug-sections=zstd
2022-09-09 Fangrui Song[ELF] Support ELFCOMPRESS_ZSTD input
2022-09-09 Fangrui Song[ELF] Rename InputSectionBase::uncompress to decompress...
2022-09-09 Alvin Wong[LLD][MinGW] Add --[no-]guard-cf and --[no-]guard-longjmp
2022-09-09 Phoebe Wang[LLD] Imply "longjmp" in `/guard:cf`
2022-09-08 Alan Zhao[lld][COFF] Add support for overriding weak symbols...
2022-09-07 Leonard Grey[lld-macho] Hardlink -object_path_lto files to cache...
2022-09-07 Jan Ole Hüser[LLD][COFF] Fix writing a map file when range extension...
2022-09-06 Michael EiselAdd docs for Mach-O lld
2022-09-06 Daniel Bertalan[lld-macho] Simplify linker optimization hint processing
2022-09-05 Joseph Huber[ELF] Provide the GNU hash function in libObject
2022-09-05 Daniel Bertalan[lld-macho] Diagnose unaligned arm64 PAGEOFF12 relocations
2022-09-05 Fangrui Song[ELF][test] --gc-sections: test SHT_FINI_ARRAY is retained
2022-09-05 Fangrui Song[ELF] MarkLive: remove dead code from D24750. NFC
2022-09-05 Fangrui Song[ELF] Reuse one RelocationScanner to scan all sections...
2022-09-05 Fangrui Song[ELF] Move scanRelocations into Relocations.cpp. NFC
2022-09-05 Fangrui Song[ELF] Relocations: set hasDirectReloc only if not ifunc...
2022-09-05 Fangrui Song[ELF] Change a DSO warning to errorOrWarn
2022-09-05 Fangrui Song[ELF] Use stOther to track visibility
2022-09-04 Fangrui Song[ELF] Simplify visibility computation. NFC
next