OSDN Git Service

android: [InlineAdvisor] New inliner advisor to replay inlining
[android-x86/external-llvm-project.git] / lld /
2021-02-24 Fangrui SongReleaseNotes: add lld/ELF notes
2021-02-20 Nikita Popov[LLD] Fix tests after D96993
2021-02-17 Jez Ng[lld-macho] Fill out release notes for 12.x
2021-02-15 Fangrui Song[ELF] Allow R_386_GOTOFF from .debug_info
2021-02-02 Martin Storsjö[docs] Add release notes for things I've done for the...
2021-01-26 Adhemerval Zanella[LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTP...
2021-01-26 Georgii Rymar[libObject,llvm-readelf/obj] - Don't use @@ when printi...
2021-01-26 Sam Clegg[Object][WebAssembly] Update format of error messages
2021-01-26 Jez Ng[lld-macho] Link against ObjCARCOpts instead of ObjCARC
2021-01-25 Sam Clegg[lld] Consistent help text for `--save-temps`
2021-01-25 Abhina Sreeskantha... Revert "[SystemZ][z/OS] Fix No such file or directory...
2021-01-25 James Henderson[lld][ELF][test] Add testing for IE/LD TLS weak undef...
2021-01-23 Fangrui Song[test] Add -mtriple
2021-01-23 Fangrui Song[ELF][test] Add a test about --exclude-libs applying...
2021-01-22 Jez Ng[lld-macho] Ignore -lto_library
2021-01-22 Hongtao Yu[CSSPGO] LTO option for pseudo probe
2021-01-22 Fangrui Song[ELF] --wrap: retain __wrap_foo if foo is defined in...
2021-01-21 Bob Haarman[ELF] report section sizes when output file too large
2021-01-21 Georgii Rymar[yaml2obj/obj2yaml] - Improve dumping/creating of ELF...
2021-01-21 Jez Ng[lld-macho] Add dependency on ObjCARC to fix shared...
2021-01-20 Reid KlecknerReland "[PDB] Defer relocating .debug$S until commit...
2021-01-20 Reid Kleckner[COFF] Fix relocation offsets in pdb-file-statics test...
2021-01-20 Jez Ng[lld-macho] Run ObjCContractPass during LTO
2021-01-20 Jez Ng[lld-macho][easy] Create group for LLD-specific CLI...
2021-01-20 Reid Kleckner[COFF] Use range for on relocations, NFC
2021-01-20 Jeremy Morse[LLD][ELF] Correct test temporary file paths
2021-01-20 Fangrui Song[ELF] --wrap: Produce a dynamic symbol for undefined...
2021-01-20 Fangrui Song[ELF][test] Improve --wrap tests
2021-01-19 Sam CleggRevert "[WebAssembly] call_indirect issues table number...
2021-01-19 Sam Clegg[lld][WebAssembly] Don't defined indirect function...
2021-01-19 Mitch PhillipsRevert "[PDB] Defer relocating .debug$S until commit...
2021-01-19 Fangrui Song[ELF] Support R_PPC64_ADDR16_HIGH
2021-01-19 Fangrui Song[ELF] Error for out-of-range R_PPC64_ADDR16_HA, R_PPC64...
2021-01-19 Fangrui Song[ELF] Improve R_PPC64_ADDR* relocation tests
2021-01-19 Arthur Eubanks[wasm][LLD] Rename --lto-new-pass-manager to --no-lto...
2021-01-19 Andy Wingo[WebAssembly][lld] Fix call-indirect.s test to validate
2021-01-19 Hans Wennborg[ThinLTO] Also prune Thin-* files from the ThinLTO...
2021-01-19 Andy Wingo[WebAssembly] Change prefix on data segment flags to...
2021-01-19 Andy Wingo[WebAssembly] call_indirect issues table number relocs
2021-01-18 Adhemerval Zanella[LLD][ELF][AArch64] Set _GLOBAL_OFFSET_TABLE_ at the...
2021-01-18 Andy Wingo[WebAssembly] Add support for table linking to wasm-ld
2021-01-18 Abhina Sreeskantha... [SystemZ][z/OS] Fix No such file or directory expressio...
2021-01-17 Fangrui Song[ELF] Support R_PPC_ADDR24 (ba foo; bla foo)
2021-01-15 Derek SchuffRevert "[WebAssembly] Add support for table linking...
2021-01-15 Andy Wingo[WebAssembly] Add support for table linking to wasm-ld
2021-01-14 Teresa Johnson[LTO] Test format fix (NFC)
2021-01-14 Andy Wingo[lld][WebAssembly] Add support for handling table symbols
2021-01-13 Kazu HirataFix the warnings on unused variables (NFC)
2021-01-13 Alexandre Ganea[LLD][COFF] Avoid std::vector resizes during type merging
2021-01-13 Sam Clegg[lld][WebAssembly] Fix for TLS + --relocatable
2021-01-13 Reid Kleckner[PDB] Defer relocating .debug$S until commit time and...
2021-01-12 Bob Haarman[ELF][NFCI] small cleanup to OutputSections.h
2021-01-12 Emil Engler[doc] Place sha256 in lld/README.md into backticks
2021-01-12 Fangrui Song[ELF] Drop .rel[a].debug_gnu_pub{names,types} for ...
2021-01-11 Fangrui Song[ELF] --exclude-libs: localize defined libcall symbols...
2021-01-11 Paul Robinson[FastISel] Flush local value map on every instruction
2021-01-10 Nico Weber[lld/mac] llvm style fix: no else after return
2021-01-10 Nico Weber[lld/mac] remove redundant null check
2021-01-09 Jez Ng[lld-macho] Remove unnecessary llvm:: namespace prefixes
2021-01-09 Heejin Ahn[WebAssembly] Remove exnref and br_on_exn
2021-01-08 Jez Ng[lld-macho] Fix TLV data initialization
2021-01-08 Alexandre Ganea[LLD][COFF] Simplify function. NFC.
2021-01-07 Alexandre GaneaFix build after eaadb41db6233cf1c9e882d74a31c1f9d6e211f...
2021-01-07 Alexandre Ganea[LLD][COFF] When using PCH.OBJ, ensure func_id records...
2021-01-07 Wouter van Oortmerssen[WebAssembly] Fixed byval args missing DWARF DW_AT_LOCATION
2021-01-07 Martin Storsjö[LLD] [MinGW] Pass the --demangle and --no-demangle...
2021-01-06 Fangrui Song[lld-macho] Fix GCC -Wunused-variable in -DLLVM_ENABLE_...
2021-01-06 Peter CollingbourneELF: Teach the linker about the 'B' augmentation string...
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in LLD [4/5]
2021-01-02 Nico Weberfix typo to cycle bots
2020-12-31 Thorsten Schütt[lld/mac] fix typo
2020-12-31 Nico Weber[lld/mac] Add -adhoc_codesign / -no_adhoc_codesign...
2020-12-30 Fangrui Song[ELF] Drop '>>> defined in ' for locations of linker...
2020-12-29 Georgii Rymar[LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead...
2020-12-28 Gabriel Hjort Åkerlund[MachO] Fix enum-int mismatch warning
2020-12-23 Jordan Rupprecht[lld][test] Relax test assertion of cmake defaults...
2020-12-23 Sriraman TallamAppend ".__part." to every basic block section symbol.
2020-12-23 Jez Ng[lld-macho] Simulator & DriverKit executables should...
2020-12-23 Nico Weber[lld/mac] Add --version flag
2020-12-22 Nico Weberglld/mac] Don't add names of unreferenced symbols to...
2020-12-22 Nico Weber[lld/mac] Implement support for private extern symbols
2020-12-21 Jez Ng[lld-macho][nfc] Remove %T from headerpad.s
2020-12-21 Jez Ng[lld-macho][nfc] Clean up tests
2020-12-21 Fangrui Song[ELF] Reject local-exec TLS relocations for -shared
2020-12-21 Fangrui Song[ELF][PPC64] Detect missing R_PPC64_TLSGD/R_PPC64_TLSLD...
2020-12-21 Fangrui Song[lld-macho] Fix memcpy ub after D93267
2020-12-20 Jez Ng[lld-macho] Have order files support filtering by archi...
2020-12-20 Jez Ng[lld-macho] Support Obj-C symbols in order files
2020-12-20 Jez Ng[lld-macho][nfc] Use split-file in order file test
2020-12-19 Greg McGaryHandle overflow beyond the 127 common encodings limit
2020-12-18 Harald van Dijk[X86] Avoid generating invalid R_X86_64_GOTPCRELX reloc...
2020-12-18 Fangrui Song[ELF] Rename R_TLS to R_TPREL and R_NEG_TLS to R_TPREL_...
2020-12-18 Georgii Rymar[libObject, llvm-readobj] - Reimplement `ELFFile<ELFT...
2020-12-18 Reshabh Sharma[LLD] Rename lld port driver entry function to a consis...
2020-12-18 Greg McGary[lld-macho][nfc] Refactor to accommodate paired relocs
2020-12-18 Greg McGary[lld-macho] Implement option: -undefined TREATMENT
2020-12-17 Nico Weberlld: Replace some lld::outs()s with message()
2020-12-17 Derek Schuff[WebAssembly][lld] Don't mark a file live from an undef...
2020-12-17 Amy Huang[llvm-symbolizer][Windows] Add start line when searchin...
2020-12-17 serge-sans-pailleRemove Python2 fallback and only advertise Python3...
next