about summary refs log tree commit diff
path: root/src/test/codegen/packed.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-153/+0
2022-05-25Update some codegen tests for opaque pointersNikita Popov-20/+20
2022-02-06apply noundef explicitly in all cases instead of relying on dereferenceable i...Erik Desjardins-2/+2
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-1/+1
2021-02-28Support LLVM 12 in rustcNikita Popov-2/+2
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-23Rollup merge of #57053 - nikic:fix-gep-align, r=nagisaMazdak Farrokhzad-0/+36
2018-12-21Fix alignment for array indexingNikita Popov-0/+36
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-1/+0
2018-11-04Support memcpy/memmove with differing src/dst alignmentNikita Popov-2/+2
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-6/+8
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-13/+71
2017-12-02rustc: don't unpack newtypes of scalar-pairs with mismatched alignment.Eduard-Mihai Burtescu-0/+11
2017-11-19rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: encode scalar pairs in layout ABI.Eduard-Mihai Burtescu-4/+1
2017-11-19rustc_trans: compute better align/dereferenceable attributes from pointees.Eduard-Mihai Burtescu-1/+1
2017-03-13emit !align attributes on stores of operand pairsAriel Ben-Yehuda-0/+33
2017-02-08emit "align 1" metadata on loads/stores of packed structsAriel Ben-Yehuda-0/+29