about summary refs log tree commit diff
path: root/src/test/codegen/scalar-pair-bool.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-45/+0
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-5/+5
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-5/+5
2020-08-22Match scalar-pair-bool more flexibly for LLVM 11Josh Stone-2/+3
2019-09-13codegen: use "_N" (like for other locals) instead of "argN", for argument names.Eduard-Mihai Burtescu-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-05Update scalar pairs per review commentsJosh Stone-0/+14
2018-07-05Store scalar pair bools as i8 in memoryJosh Stone-0/+40