about summary refs log tree commit diff
path: root/tests/codegen/i128-x86-align.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-105/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-7/+14
2024-10-10Return values larger than 2 registers using a return area pointerbjorn3-18/+14
2024-04-11use [N x i8] for alloca typesErik Desjardins-5/+4
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-2/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-19Directly use volatile_load intrinsicNikita Popov-1/+3
2024-01-19Add codegen test for ScalarPair with i128 on LLVM 17Nikita Popov-0/+101