summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode
AgeCommit message (Expand)Author
2025-11-22[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 ...NagaChaitanya Vellanki
2025-11-22[clang][bytecode][NFC] Remove VariableScope::emitDestruction (#169148)Timm Baeder
2025-11-22 [Clang][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow V...stomfaig
2025-11-22[clang][X86] Allow VALIGND/Q element-shift intrinsics in constexpr evaluation...Muhammad Abdul
2025-11-22[clang][bytecode] Don't call getThis() on the bottom function frame (#169044)Timm Baeder
2025-11-20[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AV...sskzakaria
2025-11-20[clang][bytecode] Implement case ranges (#168418)marius doerner
2025-11-19[Clang][X86] allow VPERMILPD/S imm intrinsics to be used in constexpr (#168044)stomfaig
2025-11-19[AllocToken] Fix and clarify -falloc-token-max=0 (#168689)Marco Elver
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-18[Headers][X86] Allow AVX512 masked arithmetic ss/sd intrinsics to be used in ...woruyu
2025-11-18[clang][bytecode] Fix fallthrough to switch labels (#168484)Timm Baeder
2025-11-17[X86] Add constexpr support for addsub intrinsics (#167512)Ahmed Nour
2025-11-17[X86][Clang] Add AVX512 kunpck intrinsics to be used in constexp (#167683)Ahmed Nour
2025-11-17[clang][bytecode] Check pointers in GetPtrField{,Pop} (#167335)Timm Baeder
2025-11-15[Clang] Add __builtin_bswapg (#162433)clf
2025-11-14[clang][bytecode][NFC] Check pointer types in canClassify() (#168069)Timm Baeder
2025-11-14[clang][bytecode] Adjust pointers when moving them (#168053)Timm Baeder
2025-11-14[clang][bytecode] Don't outright reject dynamic casts (#167517)Timm Baeder
2025-11-14[clang][bytecode][NFC] Limit pointer and array ops to integer indices (#168022)Timm Baeder
2025-11-14[clang][bytecode] Print field descriptor in Pointer::print() (#168002)Timm Baeder
2025-11-13[Clang] Add constexpr support for AVX512 permutexvar intrinsics (#167802)NagaChaitanya Vellanki
2025-11-13[clang][bytecode] Fix diagnosing subtration of zero-size pointers (#167839)Timm Baeder
2025-11-11[Clang] Generalize interp__builtin_ia32_shuffle_generic to handle single op p...TelGome
2025-11-11[Headers][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow ...Ye Tian
2025-11-11[clang][bytecode] Mark CXXDefaultInitExprs in InitLink chain (#166395)Timm Baeder
2025-11-10[clang][bytecode] Check source pointer for bitcast validity (#166907)Timm Baeder
2025-11-08[clang][bytecode] Fix a std::optional<bool> mishap (#167091)Timm Baeder
2025-11-08[clang][bytecode] Avoid copies with elidable CXXConstructExprs (#166931)Timm Baeder
2025-11-07Revert "Ignore trailing NullStmts in StmtExprs for GCC compatibility." (#166036)KaiWeng
2025-11-07[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX5...Roberto Turrado Camblor
2025-11-07[clang][bytecode] Dummy variables can have pointers to them (#166908)Timm Baeder
2025-11-06[clang][ExprConst] Handle dependent switch case statements (#166533)Timm Baeder
2025-11-05[clang][bytecode] Check types when loading values (#165385)Timm Baeder
2025-11-05[clang][bytecode] Remove dummy variables once they are proper globals (#166174)Timm Baeder
2025-11-05[clang][bytecode] Print primitive arrays in Descriptor::dumpFull() (#166393)Timm Baeder
2025-11-05[Clang] Add constexpr support for AVX512 permutex2 intrinsics (#165085)NagaChaitanya Vellanki
2025-11-03[clang] Migrate away from a soft-deprecated constructor of APInt (NFC) (#166127)Kazu Hirata
2025-10-30[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow insertp...Ahmed Nour
2025-10-29[clang][bytecode] Check builtin carryops for non-block out pointers (#165512)Timm Baeder
2025-10-28[X86][Clang] Add AVX512 Integer Comparison Intrinsics for constexpr Evaluatio...sskzakaria
2025-10-28[clang][bytecode] Check overrider for pure virtual (#165262)Timm Baeder
2025-10-27[clang][bytecode] Fix crash when array index is past end of array in C (#165186)camc
2025-10-27[clang][bytecode] Call CheckStore() before activating pointers (#165235)Timm Baeder
2025-10-27[clang][bytecode] Don't diagnose defined functions that will have a body (#16...Timm Baeder
2025-10-27[clang][bytecode] Check overflow ops for block pointers (#165221)Timm Baeder
2025-10-27[clang][bytecode] Check memcmp for block pointers (#165070)Timm Baeder
2025-10-27[clang][bytecode] Handle discarded AddrLabelExprs properly (#165000)Timm Baeder
2025-10-27[clang][bytecode] Fail on reads from constexpr-unknown pointers (#164996)Timm Baeder
2025-10-24[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow shufps/...NagaChaitanya Vellanki