- 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
[clang][bytecode] Allocate InitMaps via Program/InterpState allocators clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema"
#170272 opened Dec 2, 2025 by tbaederr Loading…
Replace interp__builtin_blend with interp__builtin_ia32_shuffle_gener… clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#170217 opened Dec 1, 2025 by adbox53 Loading…
[Clang] Make __builtin_assume_dereferenceable constexpr clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169869 opened Nov 28, 2025 by chaitanyav Loading…
[clang][bytecode] Support different integral types (e.g. addresses) clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema"
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow GFNI intrinsics to be used in constexpr backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter 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
#169619 opened Nov 26, 2025 by chaitanyav Loading…
[Clang][x86]: allow PCLMULQDQ intrinsics to be used in constexpr backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#169214 opened Nov 23, 2025 by ahmednoursphinx Loading…
[clang][bytecode] Add support for (toplevel) array fillers. clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema"
[clang][bytecode] Bail out from type-punning casts clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#163809 opened Oct 16, 2025 by term-est Loading…
[offload][OpenMP] Re-enable strict modifier for num_threads clang:bytecode Issues for the clang bytecode constexpr interpreter clang:codegen IR generation bugs: mangling, exceptions, etc. clang:openmp OpenMP related changes to Clang clang Clang issues not falling into any other category flang:openmp openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime
#163565 opened Oct 15, 2025 by kevinsala Loading…
add: NUMERIC_TYPE_SWITCH clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#161755 opened Oct 3, 2025 by AdityaC4 Loading…
[X86][Clang] Allow SSE/AVX COMI/UCOMI/CMPS/CMPP fp comparison intrinsics to be used in constexpr backend:X86 clang:bytecode Issues for the clang bytecode constexpr interpreter 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
[clang] Implement __builtin_stdc_rotate_left, __builtin_stdc_rotate_right clang:bytecode Issues for the clang bytecode constexpr interpreter 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
#160259 opened Sep 23, 2025 by chaitanyav Loading…
[clang]bytecode] Add degenerate pointers clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
[clang][ExprConst] Allow mutation in Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
__builtin_constant_p's argument clang:bytecode #159599 opened Sep 18, 2025 by tbaederr Loading…
[Clang] Allow __builtin_fma/fmaf/fmal to be used in a constant expression clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#158048 opened Sep 11, 2025 by ckoparkar Loading…
release/21.x: [clang] Followup for constexpr-unknown potential constant expressions. (#151053) clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
[Clang][Bytecode][NFS] Init Semantics non-static member of class Floating clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#153671 opened Aug 14, 2025 by shafik Loading…
[clang] constexpr Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
__builtin_elementwise_{max,min} clang:bytecode #153563 opened Aug 14, 2025 by el-ev Loading…
[clang][bytecode] Diagnose subtracting pointers to array elements... clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#150407 opened Jul 24, 2025 by tbaederr Loading…
[clang][bytecode] Allocate Record fields and bases via Program clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#147909 opened Jul 10, 2025 by tbaederr Loading…
[clang] Avoid printing overly large integer/_BitInt numbers in static assertion failure diagnostics #71675 clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category llvm:adt llvm:support
#145053 opened Jun 20, 2025 by maramatias Loading…
[Clang][RFC] Do not eat SFINAE diagnostics for explicit template arguments clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
#139066 opened May 8, 2025 by zyn0217 Loading…
[clang] Mark constructors with invalid initializers as invalid clang:bytecode Issues for the clang bytecode constexpr interpreter clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
#137773 opened Apr 29, 2025 by tbaederr Loading…
[clang] add Issues for the clang bytecode constexpr interpreter 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
-fimplicit-constexpr flag clang:bytecode #136436 opened Apr 19, 2025 by hanickadot Loading…
[clang] Allow constexpr-unknown values pre C++23 clang:bytecode Issues for the clang bytecode constexpr interpreter 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 clang-tools-extra clangd
#129646 opened Mar 4, 2025 by tbaederr Loading…
ProTip! Updated in the last three days: updated:>2025-11-29.