about summary refs log tree commit diff
path: root/src/test/codegen/issue-37945.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-09bump minimum LLVM version to 5.0gnzlbg-1/+0
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-0/+1
2017-07-12[LLVM] Avoid losing the !nonnull attribute in SROAAriel Ben-Yehuda-0/+36
This still does not work on 32-bit archs because of an LLVM limitation, but this is only an optimization, so let's push it on 64-bit only for now. Fixes #37945