- 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
[OpenMPIRBuilder] NFC: Improve description of IsTargetDevice and IsGPU clang:openmp OpenMP related changes to Clang flang:openmp
#79322 by skatrak was merged Jan 30, 2024 Loading… updated Jan 30, 2024
[OpenMPIRBuilder] Do not call host runtime for GPU teams codegen clang:openmp OpenMP related changes to Clang flang:openmp mlir:llvm mlir
#79984 by DominikAdamski was merged Jan 31, 2024 Loading… updated Jan 31, 2024
[OpenMP] atomic compare weak : Parser & AST support 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 flang:semantics flang Flang issues not falling into any other category
#79475 by SunilKuravinakop was merged Jan 31, 2024 Loading… updated Jan 31, 2024
[AMDGPU] Diagnose unaligned atomic backend:AMDGPU clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#80322 by yxsamliu was merged Feb 2, 2024 Loading… updated Feb 2, 2024
[OpenMPIRBuilder][MLIR] Pass target-cpu and target-features to outlined functions clang:openmp OpenMP related changes to Clang flang:openmp mlir:llvm mlir
#80283 by skatrak was merged Feb 5, 2024 Loading… updated Feb 5, 2024
[llvm] Use dyn_cast_if_present instead of dyn_cast_or_null (NFC) backend:AArch64 backend:AMDGPU backend:ARM backend:DirectX backend:loongarch backend:RISC-V backend:SPIR-V backend:X86 clang:openmp OpenMP related changes to Clang compiler-rt:sanitizer coroutines C++20 coroutines debuginfo flang:openmp function-specialization llvm:analysis Includes value tracking, cost tables and constant folding llvm:binary-utilities llvm:globalisel llvm:ir llvm:mc Machine (object) code llvm:SelectionDAG SelectionDAGISel as well llvm:support llvm:transforms LTO Link time optimization (regular/full LTO or ThinLTO) objectyaml PGO Profile Guided Optimizations platform:windows vectorizers
#75733 by kazutakahirata was closed Feb 6, 2024 Loading… updated Feb 6, 2024
[Clang][OpenMP] Add a NULL check 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
#77131 by InfiniteVerma was closed Feb 7, 2024 Loading… updated Feb 7, 2024
[Clang][OpenMP] Fix `!isNull() && "Cannot retrieve a NULL type pointer"' fail. 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
#81015 by Sh0g0-1758 was merged Feb 7, 2024 Loading… updated Feb 7, 2024
[OpenMP][Clang] Handle unsupported inscan modifier for generic types 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
#79431 by animeshk-amd was closed Feb 19, 2024 Loading… updated Feb 19, 2024
[OpenMP] Remove IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp mlir:llvm mlir:openmp mlir openmp:libomptarget OpenMP offload runtime
register_requires global constructor clang:codegen #80460 by jhuber6 was merged Feb 21, 2024 Loading… updated Feb 21, 2024
[Flang][LLVM][OpenMP] Relax target data restrictions to be more inline with the specification clang:openmp OpenMP related changes to Clang flang:openmp flang:semantics flang Flang issues not falling into any other category
#82537 by agozillon was merged Feb 22, 2024 Loading… updated Feb 22, 2024
[OpenMP][FIX] Remove unsound omp_get_thread_limit deduplication clang:openmp OpenMP related changes to Clang llvm:transforms
#79524 by MattPD was merged Feb 22, 2024 Loading… updated Feb 22, 2024
[OpenMP][MLIR][OMPIRBuilder] Add a small optional constant alloca raise function pass to finalize, utilised in convertTarget clang:openmp OpenMP related changes to Clang flang:openmp mlir:llvm mlir
#78818 by agozillon was merged Feb 23, 2024 Loading… updated Feb 23, 2024
[Clang][Sema] Abbreviated function templates do not append invented parameters to empty template parameter lists 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
#80864 by sdkrystian was merged Feb 8, 2024 Loading… updated Feb 26, 2024
[Clang][Parse] Diagnose member template declarations with multiple declarators 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
#78243 by sdkrystian was merged Feb 1, 2024 Loading… updated Feb 26, 2024
[Clang][Sema][NFC] Remove unused Scope* parameter from Sema::GetTypeForDeclarator and Sema::ActOnTypeName 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
#78325 by sdkrystian was merged Jan 17, 2024 Loading… updated Feb 26, 2024
[MLIR][OpenMP] Support basic materialization for OpenMP related changes to Clang flang:fir-hlfir flang:openmp flang Flang issues not falling into any other category mlir:llvm mlir:openmp mlir
omp.private ops clang:openmp #81715 by ergawy was merged Feb 28, 2024 Loading… updated Feb 28, 2024
[llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate clang:openmp OpenMP related changes to Clang flang:openmp flang Flang issues not falling into any other category mlir:llvm mlir:openmp mlir
#80488 by luporl was merged Feb 28, 2024 Loading… updated Feb 28, 2024
[OpenMP] Clang Codegen Interop : Accept multiple init clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#82604 by SunilKuravinakop was merged Feb 29, 2024 Loading… updated Feb 29, 2024
[OpenMP][Clang] Enable inscan modifier for generic datatypes 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
#82220 by animeshk-amd was merged Feb 29, 2024 Loading… updated Feb 29, 2024
[OpenMP] Clang Codegen Interop : Accept multiple use & destroy clauses clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#83398 by SunilKuravinakop was merged Feb 29, 2024 Loading… updated Feb 29, 2024
[OpenMP] Parse and Sema support for declare target in local scope 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
#83223 by sandeepkosuri was merged Mar 6, 2024 Loading… updated Mar 6, 2024
[clang][NFC] Trim license header comments to 81 characters backend:RISC-V backend:Sparc backend:X86 clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:headers Headers provided by Clang, e.g. for intrinsics 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
#82919 by steakhal was merged Mar 6, 2024 Loading… updated Mar 6, 2024
[Frontend] Add leaf constructs and association to OpenMP/ACC directives 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 openacc
#83625 by kparzysz was merged Mar 6, 2024 Loading… updated Mar 6, 2024
[libomptarget] Build plugins-nextgen for SystemZ clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp openmp:libomptarget OpenMP offload runtime
#83978 by uweigand was merged Mar 6, 2024 Loading… updated Mar 6, 2024
ProTip! Add no:assignee to see everything that’s not assigned.