index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
codegen
/
align-byval.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-315
/
+0
2025-02-16
use add-core-stubs / minicore for a few more tests
Ralf Jung
-10
/
+4
2024-09-18
tests: Remove test for wrong wasm codegen
Jubilee Young
-26
/
+2
2024-05-31
Run rustfmt on `tests/codegen/`.
Nicholas Nethercote
-9
/
+12
2024-04-11
use [N x i8] for alloca types
Erik Desjardins
-6
/
+6
2024-03-05
use [N x i8] for byval/sret types
Erik Desjardins
-46
/
+46
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-14
/
+14
2023-12-15
Separate immediate and in-memory ScalarPair representation
Nikita Popov
-12
/
+12
2023-07-14
i686-windows: make requested alignment > 4 special case apply transitively
Erik Desjardins
-2
/
+4
2023-07-10
repr(align) <= 4 should still be byval
Erik Desjardins
-7
/
+4
2023-07-10
align-byval test: add cases for lower requested alignment, wrapped, and repr(...
Erik Desjardins
-3
/
+100
2023-07-10
ensure byval allocas are sufficiently aligned
Erik Desjardins
-15
/
+101
2023-07-10
align-byval test: add cases for <= align 4
Erik Desjardins
-2
/
+50
2023-07-10
align-byval test: add cases distinguishing natural vs forced/requested alignment
Erik Desjardins
-10
/
+62
2023-07-10
align-byval test: add x86
Erik Desjardins
-3
/
+12
2023-07-10
align-byval test: use revisions to test different targets
Erik Desjardins
-40
/
+35
2023-07-10
rustc_target: Add alignment to indirectly-passed by-value types, correcting the
Patrick Walton
-0
/
+56