summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/matrix-type-operators.cpp
AgeCommit message (Expand)Author
2025-05-26[Clang][CodeGen] Add metadata for load from reference (#98746)Yingwei Zheng
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker
2022-12-05[NFC][clang] Strengthen checks in matrix-type-operators.cppJohn McIver
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-09-22[Matrix] Emit assumption that matrix indices are valid.Florian Hahn
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-12-30[IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as plac...Juneyoung Lee
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-11-11[Matrix] Update mangling to use paramterized vendor ext type syntax.Florian Hahn
2020-06-07[Matrix] Implement * binary operator for MatrixType.Florian Hahn
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn
2020-05-29[Matrix] Implement + and - operators for MatrixType.Florian Hahn