about summary refs log tree commit diff
path: root/src/test/mir-opt/lower_128bit_test.rs
AgeCommit message (Expand)AuthorLines
2019-07-20Remove tests for -Zlower-128bit-opsbjorn3-149/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-05Stabilize `min_const_fn`Oliver Schneider-2/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-95/+57
2018-07-09bump minimum LLVM version to 5.0gnzlbg-3/+0
2018-06-27Update MIR opt testsMatthew Jasper-8/+8
2018-03-26Stabilize i128_typeMark Mansi-1/+0
2017-12-19Fix -Z lower_128bit_ops handling of staticsScott McMurray-2/+122
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-1/+1
2017-12-02Add ignore-emscripten tooScott McMurray-0/+1
2017-12-02Ignore the lower_128bit tests on asmjsScott McMurray-0/+4
2017-12-02Remove the unneeded #![feature(lang_items)]sScott McMurray-1/+0
2017-12-02Update compiler-builtins and use it the 128-bit lowering MIR testScott McMurray-45/+16
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-4/+4
2017-11-20Handle shifts properlyScott McMurray-8/+12
2017-11-20Add type checking for the lang itemScott McMurray-10/+17
2017-11-18Add a MIR pass to lower 128-bit operators to lang item callsScott McMurray-0/+97