Skip to content

Pull requests: llvm/llvm-project

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
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[Clang][IR] add TBAA metadata on pointer, union and array types. backend:AMDGPU backend:RISC-V 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 llvm:analysis Includes value tracking, cost tables and constant folding llvm:ir TBAA Type-Based Alias Analysis / Strict Aliasing
#75177 opened Dec 12, 2023 by dybv-sc Loading… updated Jan 12, 2024
[OpenMP] Move KernelInfoState and AAKernelInfo to OpenMPOpt.h clang:openmp OpenMP related changes to Clang llvm:transforms
#71878 opened Nov 9, 2023 by nmustakin Loading… updated Jan 29, 2024
[OpenMP] Introduce support for OMPX extensions and taskgraph frontend 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:openmp openmp
#66919 opened Sep 20, 2023 by Munesanz Loading… updated Mar 1, 2024
[OpenMP] Allow dynamic condition selector in Metadirective clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#86457 opened Mar 24, 2024 by robincaloudis Draft updated Mar 27, 2024
[Flang][OpenMP] Add support for schedule clause for GPU clang:openmp OpenMP related changes to Clang flang:openmp mlir:llvm mlir openmp:libomptarget OpenMP offload runtime
#81618 opened Feb 13, 2024 by DominikAdamski Loading… updated Apr 4, 2024
[clang] Split out DebugOptions.def into its own top-level options group. 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 debuginfo flang:driver flang Flang issues not falling into any other category lldb
#75530 opened Dec 14, 2023 by ributzka Loading… updated Apr 15, 2024
Reland "[OpenMP][TR12] change property of map-type modifier." 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
#90935 opened May 3, 2024 by jyu2-git Loading… updated May 6, 2024
Duplicate condition 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
#91279 opened May 6, 2024 by jyu2-git Draft updated May 8, 2024
Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… 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
#91426 opened May 8, 2024 by jyu2-git Draft updated May 10, 2024
[clang] Introduce SemaAccess 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
#92674 opened May 18, 2024 by Endilll Loading… updated May 21, 2024
[OpenMP] Remove dependency on libffi from offloading runtime clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category offload
#91264 opened May 6, 2024 by jhuber6 Loading… updated May 29, 2024
[clang][CodeGen] used globals are fake clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category llvm:ir
#93601 opened May 28, 2024 by AlexVlx Loading… updated Jun 8, 2024
[Clang] Access tls_guard via llvm.threadlocal.address clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#96633 opened Jun 25, 2024 by nikola-tesic-ns Loading… updated Jul 8, 2024
[OpenMP] Diagnostic check for imperfect loop collapse clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category llvm:transforms
#96087 opened Jun 19, 2024 by jtb20 Loading… updated Aug 21, 2024
[Offload] Introduce the concept of "default streams" backend:AMDGPU 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:headers Headers provided by Clang, e.g. for intrinsics clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp offload
#95371 opened Jun 13, 2024 by jdoerfert Loading… updated Aug 30, 2024
OpenMP offload 'simd' directive 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 flang:openmp llvm:transforms offload
#91261 opened May 6, 2024 by efwright Loading… updated Oct 18, 2024
Reapply "[Clang] Implement resolution for CWG1835 (#92957, #98547)" 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 coroutines C++20 coroutines libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#100425 opened Jul 24, 2024 by sdkrystian Loading… updated Nov 18, 2024
[Clang] [Parser] Fixing all callers of ParseExternalDeclaration that didn't parse gnu attributes 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
#117148 opened Nov 21, 2024 by Mathys-Gasnier Loading… updated Nov 25, 2024
Remove Linux search paths on Windows 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
#113628 opened Oct 25, 2024 by david-salinas Loading… updated Dec 4, 2024
[OpenMP] [Debug] Debug support for work sharing iterator variable backend:AMDGPU clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category
#122047 opened Jan 8, 2025 by alokkrsharma Loading… updated Jan 15, 2025
[Offload][CUDA] Add initial cuda_runtime.h overlay backend:AMDGPU 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:headers Headers provided by Clang, e.g. for intrinsics clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category offload
#94821 opened Jun 8, 2024 by jdoerfert Loading… updated Jan 15, 2025
fix issue: [Clang][OpenMP] Implicit conversion with pragma omp taskloop #100536 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
#101812 opened Aug 3, 2024 by HenryZ16 Loading… updated Jan 15, 2025
ProTip! Mix and match filters to narrow down what you’re looking for.