about summary refs log tree commit diff
path: root/src/test/run-pass/atomic-alignment.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-0/+46
LLVM requires that atomic loads and stores be aligned to at least the size of the type.