summary refs log tree commit diff
path: root/tests/codegen/array-codegen.rs
AgeCommit message (Expand)AuthorLines
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-04-11use [N x i8] for alloca typesErik Desjardins-1/+1
2024-04-09Remove my `scalar_copy_backend_type` optimization attemptScott McMurray-19/+25
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-0/+22
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-07-08Always name the return place.Camille GILLOT-3/+3
2023-06-04Use `load`-`store` instead of `memcpy` for short integer arraysScott McMurray-0/+35