about summary refs log tree commit diff
path: root/src/test/codegen/transmute-scalar.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-81/+0
2022-05-25Update some codegen tests for opaque pointersNikita Popov-23/+19
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-2/+2
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-6/+6
2020-12-10tests: codegen/transmute-scalar needs optimizations enabled.Eduard-Mihai Burtescu-1/+1
2020-12-09tests: add 3 cases involving pointers to codegen/transmute-scalar.Eduard-Mihai Burtescu-0/+50
2020-12-07rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes.Eduard-Mihai Burtescu-0/+35