about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/lower_intrinsics.rs
AgeCommit message (Expand)AuthorLines
2021-08-18Remove box syntax from rustc_mirest31-14/+14
2021-07-25clippy::useless_formatMatthias Krüger-2/+2
2021-05-12add check that simd_shuffle arguments are constantsRalf Jung-1/+15
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-1/+1
2021-03-09Switch to changing cp_non_overlap in tformkadmin-0/+21
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-1/+1
2020-12-11Lower `discriminant_value` intrinsicTomasz Miąsko-0/+15
2020-11-16Don't special case constant operands when lowering intrinsicsTomasz Miąsko-8/+4
2020-11-14Lower intrinsics calls: forget, size_of, unreachable, wrapping_*Tomasz Miąsko-0/+108