]> git.lizzy.rs Git - rust.git/history - src/intrinsics
Rustup to rustc 1.54.0-nightly (881c1ac40 2021-05-08)
[rust.git] / src / intrinsics /
2020-04-02 bjorn3Rustup to rustc 1.44.0-nightly (76b11980a 2020-04-01)
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Use 16bit simd indices
2020-03-27 bjorn3Use vector icmp in simd_cmp! when possible
2020-03-27 bjorn3Avoid using select in bool_to_zero_or_max_uint
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-21 bjorn3Fix some FIXME's and add some new FIXME's
2020-03-20 bjorn3Avoid u/i*::{min.max}_value()
2020-03-18 bjorn3Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
2020-03-17 bjorn3Simplify handling of unimplemented stuff
2020-03-17 bjorn3Fix intrinsic name
2020-03-17 bjorn3Rename try intrinsic argument to match upstream
2020-03-17 bjorn3Rustup to rustc 1.43.0-nightly (dd6718796 2020-03-16)
2020-03-14 bjorn3Write dummy return value on unimplemented simd_{insert...
2020-03-12 bjorn3Rustup to rustc 1.43.0-nightly (c20d7eecb 2020-03-11)
2020-02-26 bjorn3Implement simd_fma
2020-02-22 bjorn3Silence some warnings
2020-02-22 bjorn3Rustup to rustc 1.43.0-nightly (8aa9d2014 2020-02-21)
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-25 bjorn3Replace unimplemented! with unreachable! when it will...
2020-01-22 bjorn3Make atomic instructions atomic using a global lock
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-14 bjorn3Reduce visibility
2020-01-04 bjorn3Revert "Use simd instructions for int and float simd...
2020-01-04 bjorn3Fix codegen of unimpl in simd_extract and unimpl simd_i...
2020-01-04 bjorn3Add two FIXME's
2019-12-31 bjorn3Fix some warnings
2019-12-25 bjorn3Merge pull request #842 from bjorn3/real_simd
2019-12-25 bjorn3Make it possible it use value_field for SIMD values...
2019-12-25 bjorn3Remove unused macro args
2019-12-25 bjorn3Fix indentation
2019-12-25 bjorn3Use simd instructions for int and float simd intrinsics
2019-12-25 bjorn3[WIP] Real simd support
2019-12-25 bjorn3Improve lane_type_and_count
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-23 bjorn3Move simd intrinsics to intrinsics/simd.rs
2019-12-23 bjorn3Make llvm_intrinsics a submodule of intrinsics