summary refs log tree commit diff
path: root/src/test/codegen/packed.rs
AgeCommit message (Expand)AuthorLines
2017-12-22re-add tests from fixed regressionsAriel Ben-Yehuda-0/+11
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-1/+4
2017-12-21Revert "rustc: don't unpack newtypes of scalar-pairs with mismatched alignment."Ariel Ben-Yehuda-11/+0
2017-12-05rustc: 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