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] Use llvm::max_element (NFC) clang:codegen IR generation bugs: mangling, exceptions, etc. 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
#140435 opened May 18, 2025 by kazutakahirata Loading…
[OpenMP] Assertion `(isUnevaluated() || getCharByteWidth() == 1) && "This function is used in places that assume strings use char"' failed. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang confirmed Verified by a second party crash-on-invalid
#140338 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
[OpenMP] Assertion `detail::isPresent(Val) && "dyn_cast on a non-existent value"' failed. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang confirmed Verified by a second party crash Prefer [crash-on-valid] or [crash-on-invalid]
#140257 opened May 16, 2025 by k-arrows
[Clang] suggest headers on undeclared errors 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 Clang issues not falling into any other category
#140247 opened May 16, 2025 by jongmyeong-choi Loading…
[OpenMP] crash on invalid C++ code clang:openmp OpenMP related changes to Clang confirmed Verified by a second party crash-on-invalid
#140243 opened May 16, 2025 by k-arrows
[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 `!isNull() && "Cannot retrieve a NULL type pointer"' failed. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang confirmed Verified by a second party crash Prefer [crash-on-valid] or [crash-on-invalid]
#140074 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
[OpenMP] Add diagnostic for 'factor' width mismatch in 'unroll partial' 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
#139986 opened May 15, 2025 by albus-droid 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…
[AMDGPU] Set AS8 address width to 48 bits backend:AMDGPU 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 flang:openmp llvm:analysis llvm:globalisel llvm:ir llvm:SelectionDAG SelectionDAGISel as well llvm:transforms mlir:gpu mlir:llvm mlir
#139419 opened May 11, 2025 by arichardson Loading…
[llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop clang:openmp OpenMP related changes to Clang flang:fir-hlfir flang:openmp flang Flang issues not falling into any other category mlir:llvm mlir:openmp mlir
#139386 opened May 10, 2025 by NimishMishra Loading…
[flang][OpenMP] Support MLIR lowering of linear clause for omp.wsloop clang:openmp OpenMP related changes to Clang flang:fir-hlfir flang:openmp flang Flang issues not falling into any other category mlir:llvm mlir:openmp mlir
#139385 opened May 10, 2025 by NimishMishra 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…
[OpenMP] Assertion `llvm::isUIntN(BitWidth, val) && "Value is not an N-bit unsigned value"' failed. clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang confirmed Verified by a second party crash Prefer [crash-on-valid] or [crash-on-invalid] good first issue https://github.com/llvm/llvm-project/contribute
#139268 opened May 9, 2025 by k-arrows
[Clang] Add noalias to this pointer in C++ constructors clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category coroutines C++20 coroutines HLSL HLSL Language Support
#136792 opened Apr 23, 2025 by guy-david Loading…
[OpenMP] Compiler segfault with #pragma omp in global lambda clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang crash Prefer [crash-on-valid] or [crash-on-invalid]
#136652 opened Apr 22, 2025 by KaruroChori
OpenMP array shaping failing test case clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:openmp OpenMP related changes to Clang
#136294 opened Apr 18, 2025 by ravurvi20
[clang][OpenMP] New OpenMP 6.0 threadset 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 Clang issues not falling into any other category flang:openmp
#135807 opened Apr 15, 2025 by Ritanya-B-Bharadwaj Loading…
ProTip! no:milestone will show everything without a milestone.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.