summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/matrix-type-builtins.cpp
AgeCommit message (Expand)Author
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
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2023-06-15[Clang] Directly create opaque pointersNikita Popov
2023-06-08[Clang] 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-08-12Recommit "[Matrix] Overload stride arg in matrix.columnwise.load/store."Florian Hahn
2021-08-12Revert "[Matrix] Overload stride arg in matrix.columnwise.load/store."Mehdi Amini
2021-08-12[Matrix] Overload stride arg in matrix.columnwise.load/store.Florian Hahn
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
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-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-07-15[Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn
2020-06-18[Matrix] Add __builtin_matrix_column_store to Clang.Florian Hahn
2020-06-18[Matrix] Add __builtin_matrix_column_load to Clang.Florian Hahn
2020-06-09[Matrix] Add __builtin_matrix_transpose to Clang.Florian Hahn