- 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][X86] allow VPERMILPD/S imm 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
#168044 by stomfaig was merged Nov 19, 2025 Loading…
[clang][bytecode][NFC] Limit pointer and array ops to integer indices 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
#168022 by tbaederr was merged Nov 14, 2025 Loading…
[clang][bytecode] Print field descriptor in Pointer::print() 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
#168002 by tbaederr was merged Nov 14, 2025 Loading…
[clang][bytecode] Fix diagnosing subtration of zero-size 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
#167839 by tbaederr was merged Nov 13, 2025 Loading…
[Clang] Add constexpr support for AVX512 permutexvar intrinsics 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
#167802 by chaitanyav was merged Nov 13, 2025 Loading…
Implement a more seamless way to provide missing functions on z/OS 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:binary-utilities llvm:support objectyaml tools:llvm-exegesis
#167703 by perry-ca was merged Nov 18, 2025 Loading…
[X86][Clang] Add AVX512 kunpck intrinsics 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
#167683 by ahmednoursphinx was merged Nov 17, 2025 Loading…
[clang][bytecode] Don't outright reject dynamic 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
#167517 by tbaederr was merged Nov 14, 2025 Loading…
[X86] Add constexpr support for addsub intrinsics 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
#167512 by ahmednoursphinx was merged Nov 17, 2025 Loading…
[clang][bytecode] Add a C test case clang:bytecode Issues for the clang bytecode constexpr interpreter clang Clang issues not falling into any other category
#167484 by tbaederr was merged Nov 11, 2025 Loading…
[clang][bytecode] Check pointers in GetPtrField{,Pop} 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
#167335 by tbaederr was merged Nov 17, 2025 Loading…
[Clang] Generalize interp__builtin_ia32_shuffle_generic to handle single op permute shuffles. 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
#167236 by TelGome was merged Nov 11, 2025 Loading…
[clang][bytecode] Fix a std::optional<bool> mishap 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
#167091 by tbaederr was merged Nov 8, 2025 Loading…
[clang][bytecode] Avoid copies with elidable CXXConstructExprs 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
#166931 by tbaederr was merged Nov 8, 2025 Loading…
[clang][bytecode] Dummy variables can have pointers to them 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
#166908 by tbaederr was merged Nov 7, 2025 Loading…
[clang][bytecode] Check source pointer for bitcast validity 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
#166907 by tbaederr was merged Nov 10, 2025 Loading…
[clang] Proofread *.rst clang:bytecode Issues for the clang bytecode constexpr interpreter clang Clang issues not falling into any other category
#166897 by kazutakahirata was merged Nov 7, 2025 Loading…
[clang][ExprConst] Handle dependent switch case statements 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
#166533 by tbaederr was merged Nov 6, 2025 Loading…
[clang][bytecode] Mark CXXDefaultInitExprs in InitLink chain 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
#166395 by tbaederr was merged Nov 11, 2025 Loading…
[clang][bytecode] Print primitive arrays in Descriptor::dumpFull() 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
#166393 by tbaederr was merged Nov 5, 2025 Loading…
[clang][bytecode] Remove dummy variables once they are proper globals 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
#166174 by tbaederr was merged Nov 5, 2025 Loading…
[Clang][Bytecode] Match exact void pointer deref error message clang:bytecode Issues for the clang bytecode constexpr interpreter clang Clang issues not falling into any other category
#166133 by tomershafir was merged Nov 3, 2025 Loading…
[clang] Migrate away from a soft-deprecated constructor of APInt (NFC) 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
#166127 by kazutakahirata was merged Nov 3, 2025 Loading…
[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX512 KTEST/KORTEST 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
#166103 by rturrado was merged Nov 7, 2025 Loading…
Revert "Ignore trailing NullStmts in StmtExprs for GCC compatibility." 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
#166036 by KaiYG was merged Nov 7, 2025 Loading…
ProTip! Follow long discussions with comments:>50.