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][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… updated Oct 12, 2025
[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… updated Oct 12, 2025
[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… updated Oct 9, 2025
[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… updated Oct 9, 2025
[X86][bytecode] Allow SSE/AVX PBLENDVB 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
#157100 by RKSimon was merged Sep 5, 2025 Loading… updated Oct 8, 2025
[X86] Allow PSHUFD/PSHUFLW/PSHUFW intrinsics 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
#161210 by NagrajMG was merged Oct 3, 2025 Loading… updated Oct 7, 2025
[clang][bytecode] Fix a crash in __builtin_object_size() 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
#160519 by tbaederr was merged Oct 7, 2025 Loading… updated Oct 7, 2025
[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX512 VPTERNLOGD/VPTERNLOGQ 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
#158703 by monthdev was merged Oct 6, 2025 Loading… updated Oct 6, 2025
[clang][x86][bytecode] Replace interp__builtin_rotate with static bool interp__builtin_elementwise_int_binop callback #160289 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
#161924 by rdez13 was merged Oct 6, 2025 Loading… updated Oct 6, 2025
[clang][bytecode] Assert on virtual func call from array elem 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
#158502 by mariusdr was merged Oct 6, 2025 Loading… updated Oct 6, 2025
[clang][bytecode] interp__builtin_ia32_pshuf - modulo lane index to allow reuse of PSHUFD/LW/HW mask decode. 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
#162006 by RKSimon was merged Oct 5, 2025 Loading… updated Oct 6, 2025
[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow element extraction/insertion intrinsics to be used in constexpr #159753 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
#161302 by AdityaC4 was merged Oct 3, 2025 Loading… updated Oct 3, 2025
[clang][bytecode][NFC] Simplify a few builtin 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
#160910 by tbaederr was merged Sep 27, 2025 Loading… updated Oct 2, 2025
[Clang][Sema] Switch diagnostics from toString to operator<< for APSInt/APInt 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
#161474 by snarang181 was merged Oct 2, 2025 Loading… updated Oct 2, 2025
[clang][bytecode] Fix integral cast edge case 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
#161506 by tbaederr was merged Oct 1, 2025 Loading… updated Oct 1, 2025
[clang][x86][bytecode] Refactor BMI intrinsic wrappers to use interp__builtin_elementwise_int_binop 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
#160362 by jiang1997 was merged Sep 29, 2025 Loading… updated Sep 29, 2025
[clang][bytecode] Pointer::isZero - fix MSVC "not all control paths return a value" warning. 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
#161168 by RKSimon was merged Sep 29, 2025 Loading… updated Sep 29, 2025
[X86] Allow PSHUFD/PSHUFLW/PSHUFW intrinsics to be used in constexpr (#156611) 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
#161094 by NagrajMG was closed Sep 28, 2025 Loading… updated Sep 28, 2025
[clang][bytecode] Diagnose volatile writes 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
#160350 by tbaederr was merged Sep 28, 2025 Loading… updated Sep 28, 2025
[clang][bytecode][NFC] Simplify align_up/down implementation 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
#160880 by tbaederr was merged Sep 26, 2025 Loading… updated Sep 26, 2025
[clang][bytecode][NFC] Use switches for pointer type distinction 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
#160879 by tbaederr was merged Sep 26, 2025 Loading… updated Sep 26, 2025
[clang][bytecode] Remove Program include from InterpFrame.h 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
#160843 by tbaederr was merged Sep 26, 2025 Loading… updated Sep 26, 2025
[clang][bytecode] Use in Expr::tryEvaluateString 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
#160118 by tbaederr was merged Sep 25, 2025 Loading… updated Sep 25, 2025
[clang][bytecode] Use existing Descriptor local in InitElem 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
#160535 by tbaederr was merged Sep 24, 2025 Loading… updated Sep 24, 2025
[clang][bytecode] Don't crash on a null Descriptor 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
#160506 by tbaederr was merged Sep 24, 2025 Loading… updated Sep 24, 2025
ProTip! Exclude everything labeled bug with -label:bug.