]> git.lizzy.rs Git - rust.git/history - src/intrinsics/simd.rs
Remove NullOp::Box
[rust.git] / src / intrinsics / simd.rs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-05-18 Ralf JungCTFE core engine allocation & memory API improvemenets
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-14 Jubilee YoungAdd more SIMD math.h intrinsics
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-18 SparrowLiiAdd simd_neg platform intrinsic
2021-03-12 Oli SchererPrepare mir::Constant for ty::Const only supporting...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-16 bjorn3Error on non-constant simd_insert/simd_extract index
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-19 bjorn3Implement simd_insert
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Validate simd and atomic intrinsic types
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Use 16bit simd indices
2020-03-14 bjorn3Write dummy return value on unimplemented simd_{insert...
2020-02-26 bjorn3Implement simd_fma
2020-02-22 bjorn3Silence some warnings
2020-01-14 bjorn3Reduce visibility
2020-01-04 bjorn3Fix codegen of unimpl in simd_extract and unimpl simd_i...
2019-12-31 bjorn3Fix some warnings
2019-12-25 bjorn3Merge pull request #842 from bjorn3/real_simd
2019-12-25 bjorn3Remove unused macro args
2019-12-25 bjorn3[WIP] Real simd support
2019-12-25 bjorn3Improve lane_type_and_count
2019-12-23 bjorn3Move simd intrinsics to intrinsics/simd.rs