Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[clang] Clang ignores parameter for C23 gnu::interrupt attribute on RISC-V64 c23 clang:codegen IR generation bugs: mangling, exceptions, etc. confirmed Verified by a second party diverges-from:gcc Does the clang frontend diverge from gcc on this issue good first issue https://github.com/llvm/llvm-project/contribute
#140701 opened May 20, 2025 by MofX
"Wrong" name mangling for operator== in extern "C" clang:codegen IR generation bugs: mangling, exceptions, etc. diverges-from:edg Does the clang frontend diverge from edg compiler diverges-from:gcc Does the clang frontend diverge from gcc on this issue diverges-from:msvc Does the clang frontend diverge from msvc on this issue
#140654 opened May 20, 2025 by Alcaro
Lost alignment info clang:codegen IR generation bugs: mangling, exceptions, etc. missed-optimization
#140643 opened May 19, 2025 by alexander-shaposhnikov
Fix crash with delayed typo correction c++ 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 crash-on-invalid
#140571 opened May 19, 2025 by AaronBallman Loading…
[clang] Assertion `IsValid && "Failed to parse input constraint"' failed. clang:codegen IR generation bugs: mangling, exceptions, etc. confirmed Verified by a second party crash Prefer [crash-on-valid] or [crash-on-invalid]
#140375 opened May 17, 2025 by k-arrows
[clang] Assertion `MD->getParent()->mayInsertExtraPadding() && "unknown trivial member function"' failed. clang:codegen IR generation bugs: mangling, exceptions, etc. confirmed Verified by a second party crash Prefer [crash-on-valid] or [crash-on-invalid]
#140368 opened May 17, 2025 by k-arrows
[clang] Assertion `hasAggregateEvaluationKind(E->getType()) && "Invalid argument!"' failed. clang:codegen IR generation bugs: mangling, exceptions, etc. crash Prefer [crash-on-valid] or [crash-on-invalid]
#140349 opened May 17, 2025 by k-arrows
[OpenMP] Instruction referencing instruction not embedded in a basic block! clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang crash Prefer [crash-on-valid] or [crash-on-invalid]
#140336 opened May 17, 2025 by k-arrows
CodeGen: Fix implementation of __builtin_trivially_relocate. clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category
#140312 opened May 16, 2025 by pcc Loading…
[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
#140061 opened May 15, 2025 by s-perron Loading…
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
[DirectX] Add resource name argument to llvm.dx.handlefrom[implicit]binding intrinsics (DirectX only) backend:DirectX clang:codegen IR generation bugs: mangling, exceptions, etc. clang Clang issues not falling into any other category HLSL HLSL Language Support llvm:analysis llvm:ir
#139991 opened May 15, 2025 by hekota 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…
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…
[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…
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…
ProTip! Find all open issues with in progress development work with linked:pr.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.