- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Integrated Distributed ThinLTO (DTLTO): Design Overview clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category lld:COFF lld:ELF lld:MachO lld:wasm lld llvm:support llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO) platform:windows
#126654 opened Feb 11, 2025 by bd1976bris Loading…
[LLVM][WebAssembly] Implement branch hinting proposal backend:WebAssembly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category lld:wasm lld llvm:binary-utilities llvm:mc Machine (object) code objectyaml
#146230 opened Jun 28, 2025 by Lukasdoe Loading…
wasm-ld: Implement function pointer alignment lld:wasm lld
#105532 opened Aug 21, 2024 by ethanaobrien Loading…
Conditionalize use of POSIX features missing on WASI/WebAssembly clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category cmake Build system in general and CMake in particular lld:COFF lld:ELF lld:MachO lld:wasm lld llvm:adt llvm:support
#92677 opened May 19, 2024 by whitequark Loading…
[WebAssembly] Generate a call to __wasm_apply_global_tls_relocs in __wasm_init_memory lld:wasm lld
#149832 opened Jul 21, 2025 by Arshia001 Loading…
Support target names containing dots in all utilities clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category lld:COFF lld:ELF lld:MachO lld:wasm lld lldb llvm:binary-utilities llvm:support platform:windows
#65812 opened Sep 8, 2023 by dankm Loading…
[lld][WebAssembly] Fix relocation of Wasm table index with GOT access lld:wasm lld
#104043 opened Aug 14, 2024 by luc-blaeser Loading…
[lld][WebAssembly] Allow
--trace-symbol to work with symbols with custom import names lld:wasm lld #96119 opened Jun 19, 2024 by sbc100 Loading…
Embed the command line arguments during LTO clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category lld:COFF lld:ELF lld:MachO lld:wasm lld LTO Link time optimization (regular/full LTO or ThinLTO) platform:windows
#79390 opened Jan 24, 2024 by mrexodia Loading…
Reapply "[lld][WebAssembly] Do not relocate ABSOLUTE symbols" (#154371) lld:wasm lld
#154494 opened Aug 20, 2025 by yamt Loading…
[LLD][COFF] Handle --start-lib/--end-lib group in the same way as other archives lld:COFF lld:ELF lld:MachO lld:wasm lld platform:windows
#136496 opened Apr 20, 2025 by aganea Loading…
[WebAssembly][Clang] Add support for pointer to externref backend:WebAssembly clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category lld:wasm lld llvm:binary-utilities llvm:mc Machine (object) code
Add Wasm peephole optimisation to remove dead code around Machine (object) code
unreachables backend:WebAssembly lld:wasm lld llvm:mc #66062 opened Sep 12, 2023 by majaha Loading…
ProTip! Filter pull requests by the default branch with base:main.