about summary refs log tree commit diff
path: root/src/test/mir-opt/lower_128bit_debug_test.rs
AgeCommit message (Expand)AuthorLines
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-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-46/+16
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-24/+24
2017-11-20Handle shifts properlyScott McMurray-8/+14
2017-11-20Add type checking for the lang itemScott McMurray-10/+11
2017-11-19Include tuple projections in MIR testsScott McMurray-0/+34
2017-11-18Add a MIR pass to lower 128-bit operators to lang item callsScott McMurray-0/+104