]> git.lizzy.rs Git - rust.git/history - src/intrinsics/mod.rs
Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
[rust.git] / src / intrinsics / mod.rs
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-12 bjorn3Rustup to rustc 1.43.0-nightly (c20d7eecb 2020-03-11)
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 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