about summary refs log tree commit diff
path: root/src/test/codegen/uninit-consts.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-55/+0
2022-12-06Fix failing codegen tests on s390xUlrich Weigand-1/+1
2022-05-25Update some codegen tests for opaque pointersNikita Popov-4/+4
2022-02-20limit tests to llvm 14+Erik Desjardins-0/+1
2022-02-19reduce default uninit_const_chunk_threshold to 16 (from 256)Erik Desjardins-2/+2
2022-02-19switch to limiting the number of init/uninit chunksErik Desjardins-1/+2
2022-02-18Use undef for partially-uninit constants up to 1024 bytesErik Desjardins-2/+15
2021-08-25don't generate partially-undef constsErik Desjardins-13/+2
2021-08-25use undef for uninitialized bytes in constantsErik Desjardins-0/+51