-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Issues: llvm/llvm-project
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Incorrect optimization around __builtin_set_flt_rounds
clang:codegen
IR generation bugs: mangling, exceptions, etc.
floating-point
Floating-point math
#140239
opened May 16, 2025 by
zhangjunphy
Clang incorrectly assumes function alignment on arm64e
clang:codegen
IR generation bugs: mangling, exceptions, etc.
miscompilation
#140226
opened May 16, 2025 by
LIJI32
[WIP][AMDGPU] Support for type inferring image load/store builtins for AMDGPU
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
#140210
opened May 16, 2025 by
ranapratap55
Loading…
[OpenMP] Assertion `llvm::isPowerOf2_64(Value) && "Alignment is not a power of 2"' failed.
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:openmp
OpenMP related changes to Clang
confirmed
Verified by a second party
crash-on-valid
#140080
opened May 15, 2025 by
k-arrows
[OpenMP] Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling a function with a bad signature!"' failed.
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:openmp
OpenMP related changes to Clang
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140069
opened May 15, 2025 by
k-arrows
[HLSL][SPIRV] Implement the SPIR-V target type for cbuffers.
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
Clang emits llvm.memcpy for closure type without lambda-capature in C++20 but not in C++17
clang:codegen
IR generation bugs: mangling, exceptions, etc.
#140009
opened May 15, 2025 by
MaskRay
[RISCV] Implement intrinsics for XAndesVPackFPH
backend:RISC-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
#140007
opened May 15, 2025 by
tclin914
Loading…
[llvm][DebugInfo][clang] Finalize all declaration subprograms in DIBuilder::finalize()
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
debuginfo
llvm:ir
#139914
opened May 14, 2025 by
dzhidzhoev
Loading…
[ARM64EC] Can't call a virtual function by function pointer
backend:AArch64
clang:codegen
IR generation bugs: mangling, exceptions, etc.
miscompilation
#139856
opened May 14, 2025 by
tuxzz
Avoid emitting a linker options section in the compiler if it is empty.
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:modules
C++20 modules and Clang Header Modules
clang
Clang issues not falling into any other category
#139821
opened May 14, 2025 by
dyung
Loading…
[cfi] Enable -fsanitize-annotate-debug-info functionality for CFI checks
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
#139809
opened May 13, 2025 by
thurstond
Loading…
[clang][PAC] Add __builtin_get_vtable_pointer
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
#139790
opened May 13, 2025 by
ojhunt
Loading…
[Coverage] Fix mapping for do-while loops with terminating statements
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
compiler-rt
PGO
Profile Guided Optimizations
#139777
opened May 13, 2025 by
justincady
Loading…
Add macro to suppress -Wunnecessary-virtual-specifier
backend:AMDGPU
backend:Hexagon
backend:X86
clang:bytecode
Issues for the clang bytecode constexpr interpreter
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:openmp
OpenMP related changes to Clang
clang
Clang issues not falling into any other category
cmake
Build system in general and CMake in particular
llvm:analysis
llvm:ir
llvm:support
llvm:transforms
#139614
opened May 12, 2025 by
DKLoehr
Loading…
[win][clang] Align scalar deleting destructors with MSABI
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
#139566
opened May 12, 2025 by
Fznamznon
Loading…
Clang++ ICE mixed array initializer with .y[2] = 'e' and string literal since clang 12
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#139511
opened May 12, 2025 by
mariete1223
[clang] crash on CTAD of alias template
clang:codegen
IR generation bugs: mangling, exceptions, etc.
regression:20
Regression in 20 release
#139442
opened May 11, 2025 by
jy-lefort
[clang] Consolidate the relative vtable layout getters
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
#139315
opened May 9, 2025 by
PiJoules
Loading…
[Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause
clang:as-a-library
libclang and C++ API
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:modules
C++20 modules and Clang Header Modules
clang:openmp
OpenMP related changes to Clang
clang:static analyzer
clang
Clang issues not falling into any other category
flang:fir-hlfir
flang:openmp
flang:parser
flang:semantics
flang
Flang issues not falling into any other category
openmp:libomp
OpenMP host runtime
#139293
opened May 9, 2025 by
eZWALT
Loading…
Adding Matching and Inference Functionality to Propeller
backend:AArch64
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
lld:ELF
lld
llvm:binary-utilities
llvm:support
LTO
Link time optimization (regular/full LTO or ThinLTO)
objectyaml
#139008
opened May 8, 2025 by
wdx727
Loading…
Add support for Windows Secure Hot-Patching
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
debuginfo
llvm:ir
llvm:transforms
objectyaml
platform:windows
#138972
opened May 7, 2025 by
sivadeilra
Loading…
[clang][CodeGen] __builtin_addressof does not mark declaration 'used' (compiler crash)
clang:codegen
IR generation bugs: mangling, exceptions, etc.
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#138651
opened May 6, 2025 by
andyg1001
[HLSL][SPIR-V] Implement vk::ext_builtin_input attribute
backend:AArch64
backend:AMDGPU
backend:DirectX
backend:SPIR-V
backend:SystemZ
backend:WebAssembly
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
#138530
opened May 5, 2025 by
Keenuts
Loading…
[clang][ptrauth] Add support for querying the ptrauth schema of a type
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
#138482
opened May 5, 2025 by
ojhunt
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.