- 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
[Headers][X86] Allow SLLDQ/SRLDQ byte shift 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
#164166 by TianYe717 was merged Oct 24, 2025 Loading…
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow shufps/pd shuffles 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
#164078 by chaitanyav was merged Oct 24, 2025 Loading…
[X86][Clang] Add AVX512 Integer Comparison Intrinsics for constexpr Evaluation 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
#164026 by sskzakaria was merged Oct 28, 2025 Loading…
[clang][bytecode] Check param types against function prototype 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
#163920 by tbaederr was merged Oct 20, 2025 Loading…
[clang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) 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:static analyzer clang Clang issues not falling into any other category clang-format ClangIR Anything related to the ClangIR project
#163914 by kazutakahirata was merged Oct 17, 2025 Loading…
[clang][x86][bytecode] remove trailing returns type from interp__builtin_elementwise_int_unaryop callbacks 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
#163905 by donneypr was merged Oct 17, 2025 Loading…
[clang][bytecode] Add Block::movePointersTo 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
#163795 by tbaederr was merged Oct 17, 2025 Loading…
[clang][bytecode] Reject typeid pointers from OffsetHelper 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
#163793 by tbaederr was merged Oct 17, 2025 Loading…
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow MMX/SSE/AVX2 PSIGN 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
#163685 by monthdev was merged Oct 23, 2025 Loading…
[Clang] Implement constexpr evaluation for __builtin_infer_alloc_token() 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
#163639 by melver was merged Oct 23, 2025 Loading…
[clang][bytecode] Diagnose out-of-bounds enum values in .... 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
#163530 by tbaederr was merged Oct 16, 2025 Loading…
[ByteCode] Remove a redundant call to std::unique_ptr<T>::get (NFC) 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
#163512 by kazutakahirata was merged Oct 15, 2025 Loading…
[clang][bytecode] Fix null Descriptor dereference in ArrayElemPtrPop 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
#163386 by term-est was merged Oct 16, 2025 Loading…
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 conflict 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
#163293 by chaitanyav was merged Oct 16, 2025 Loading…
[clang] NFC: rename TagType::getOriginalDecl back to getDecl backend:AArch64 backend:ARC backend:ARM backend:Lanai backend:loongarch backend:MIPS backend:RISC-V backend:X86 clang:analysis clang:as-a-library libclang and C++ API 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:modules C++20 modules and Clang Header Modules clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra clangd ClangIR Anything related to the ClangIR project coroutines C++20 coroutines debuginfo HLSL HLSL Language Support lldb
#163271 by mizvekov was merged Oct 15, 2025 Loading…
[X86][ByteCode] Allow PSHUFB intrinsics to be used in constexpr #156612 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
#163148 by shashank1545 was merged Oct 15, 2025 Loading…
[clang][bytecode] Fix a few coding style mishaps 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
#163045 by tbaederr was merged Oct 12, 2025 Loading…
[clang][bytecode][NFC] Avoid creating pointers in CopyArray op 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
#163042 by tbaederr was merged Oct 12, 2025 Loading…
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow SSE41 phminposuw intrinsic to be used in constexp 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
#163041 by monthdev was merged Oct 20, 2025 Loading…
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX/AVX512 subvector extraction intrinsics to be used in constexpr #157712 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
#162836 by SeongjaeP was merged Oct 20, 2025 Loading…
[Headers][X86] Allow AVX512 masked arithmetic ss/sd 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
#162816 by woruyu was merged Nov 18, 2025 Loading…
[Clang] Ensure compound requirements do not contain placeholder expressions 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
#162618 by cor3ntin was merged Oct 9, 2025 Loading…
[clang][bytecode][x86] Merge interp__builtin_ia32_pmul/interp__builtin_ia32_pmadd implementations 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
#162504 by RKSimon was merged Oct 9, 2025 Loading…
[Clang] Add __builtin_bswapg 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
#162433 by clingfei was merged Nov 15, 2025 Loading…
[clang][x86][bytecode] Replace interp__builtin_parity/clrsb/bitreverse/ffs with static bool interp__builtin_elementwise_int_unaryop callback 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
#162346 by donneypr was merged Oct 8, 2025 Loading…
ProTip! What’s not been updated in a month: updated:<2025-11-01.