- Notifications
You must be signed in to change notification settings - Fork 15.4k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[SPIR-V] [HLSL] Add CheckAccessFullyMapped HLSL function. backend:SPIR-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics HLSL HLSL Language Support llvm:ir
Add FramePointerKind::NonLeafNoReserve backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:codegen llvm:ir llvm:support mlir:llvm mlir
#163775 by omern1 was merged Nov 11, 2025 Loading… updated Dec 4, 2025
CodeGen: Add LibcallLoweringInfo analysis pass backend:AArch64 backend:AMDGPU backend:loongarch backend:PowerPC backend:RISC-V backend:SPIR-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:analysis Includes value tracking, cost tables and constant folding llvm:codegen llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO)
#168622 by arsenm was merged Dec 3, 2025 Loading… updated Dec 3, 2025
AMDGPU: Implement tensor load and store instructions for gfx1250 backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:ir llvm:mc Machine (object) code
#146636 by changpeng was merged Jul 3, 2025 Loading… updated Dec 3, 2025
[CUDA] Add device-side kernel launch support clang:codegen IR generation bugs: mangling, exceptions, etc. clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#165519 by darkbuck was merged Dec 1, 2025 Loading… updated Dec 2, 2025
[HLSL][SPIR-V] Add support for SV_Target semantic backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" HLSL HLSL Language Support
#168743 by Keenuts was merged Dec 2, 2025 Loading… updated Dec 2, 2025
[HLSL][SPIRV] Add vk::binding attribute clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#150957 by s-perron was merged Aug 6, 2025 Loading… updated Dec 1, 2025
[HLSL] Add copy assignment and construtor to resource types clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#156075 by s-perron was merged Sep 6, 2025 Loading… updated Dec 1, 2025
[HLSL] Use hidden visibility for external linkage. backend:DirectX backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category HLSL HLSL Language Support
#140292 by s-perron was merged Jun 16, 2025 Loading… updated Dec 1, 2025
[SPIRV][HLSL] Add Sema and CodeGen for implicit typed buffer counters clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#162291 by s-perron was merged Oct 9, 2025 Loading… updated Dec 1, 2025
[HLSL] Update indexed vector elements individually clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category HLSL HLSL Language Support
#169144 by hekota was merged Dec 1, 2025 Loading… updated Dec 1, 2025
RuntimeLibcalls: Move VectorLibrary handling into TargetOptions clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category llvm:analysis Includes value tracking, cost tables and constant folding llvm:codegen llvm:ir
#167996 by arsenm was merged Nov 14, 2025 Loading… updated Dec 1, 2025
[SPARC] Properly handle CC for long double on sparc32 backend:Sparc clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category compiler-rt:builtins compiler-rt:sanitizer compiler-rt:ubsan Undefined behavior sanitizer compiler-rt
#162226 by koachan was merged Nov 29, 2025 Loading… updated Dec 1, 2025
[Clang] Replace some x86 sqrt builtins with the generic __builtin_elementwise_sqrt versions backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category
#165682 by philnik777 was merged Nov 27, 2025 Loading… updated Nov 30, 2025
[Clang] [C++26] Implement P1306R5 Expansion Statements c++26 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema"
#165195 by Sirraide was closed Nov 26, 2025 Loading… updated Nov 26, 2025
[HLSL][SPIR-V] Implements SV_Position for VS/PS I/O backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" HLSL HLSL Language Support
#168735 by Keenuts was merged Nov 24, 2025 Loading… updated Nov 24, 2025
Test branch1 clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category debuginfo lldb llvm:binary-utilities
#108178 by Lakshmi-Surekha was closed Sep 11, 2024 Loading… updated Nov 24, 2025
[OpenMP] Fix firstprivate pointer handling in target regions clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#167879 by Saieiei was merged Nov 21, 2025 Loading… updated Nov 22, 2025
Revert "[OpenMP] Fix firstprivate pointer handling in target regions" clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#169143 by dpalermo was merged Nov 22, 2025 Loading… updated Nov 22, 2025
[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend.h backend:AMDGPU bazel "Peripheral" support tier build system: utils/bazel clang:codegen IR generation bugs: mangling, exceptions, etc. clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra HLSL HLSL Language Support lldb
#162883 by rupprecht was merged Nov 21, 2025 Loading… updated Nov 21, 2025
[HLSL] Add initial support for output semantics backend:DirectX clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support llvm:ir
#168095 by Keenuts was merged Nov 19, 2025 Loading… updated Nov 19, 2025
[HLSL][DirectX] Use a padding type for HLSL buffers. backend:DirectX backend:SPIR-V clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category HLSL HLSL Language Support llvm:ir
#167404 by bogner was merged Nov 18, 2025 Loading… updated Nov 18, 2025
[HLSL] Implement ddx/ddy_coarse intrinsics backend:DirectX backend:SPIR-V backend:X86 clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics clang Clang issues not falling into any other category HLSL HLSL Language Support llvm:ir
#164831 by Alexander-Johnston was merged Nov 18, 2025 Loading… updated Nov 18, 2025
Reapply "[HLSL] Rework semantic handling as attributes" clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#167862 by Keenuts was merged Nov 13, 2025 Loading… updated Nov 13, 2025
Revert "[HLSL] Rework semantic handling as attributes #166796" clang:codegen IR generation bugs: mangling, exceptions, etc. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category HLSL HLSL Language Support
#167759 by Keenuts was merged Nov 12, 2025 Loading… updated Nov 12, 2025
Previous Next
ProTip! Follow long discussions with comments:>50.