]> git.lizzy.rs Git - rust.git/history - src/intrinsics/mod.rs
Add const_eval_select intrinsic
[rust.git] / src / intrinsics / mod.rs
2021-10-12 DeadbeefAdd const_eval_select intrinsic
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 Gary GuoIntroduce NullOp::AlignOf
2021-09-09 Andreas LiljeqvistMake `abi::Abi` `Copy` and remove a *lot* of refs
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-08-29 Eduard-Mihai Burtescurustc_target: `TyAndLayout::field` should never error.
2021-08-12 Gary GuoImplement `black_box` using intrinsic
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-07-08 Scott McMurrayUse cranelift's `Type::int` instead of doing the match...
2021-07-08 Scott McMurrayPR Feedback: Don't put SSA-only types in `CValue`s
2021-07-08 Scott McMurrayImplement the raw_eq intrinsic in codegen_cranelift
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-06 borsAuto merge of #79608 - alessandrod:bpf, r=nagisa
2021-05-27 bjorn3Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9...
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-01-16 Ömer Sinan Ağacancodegen_cranelift: Fix redundant semicolon warn
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-09 borsAuto merge of #77611 - oli-obk:atomic_miri_leakage...
2020-11-29 oliAllow cranelift to handle atomic pointers
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-06 Yuki OkushiRollup merge of #78666 - sasurau4:fix/shellcheck-error...
2020-11-04 oliFix cranelift build
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-29 bjorn3Invoke panic handler instead of trap for assert_* intri...
2020-09-23 bjorn3Document almost all modules
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
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 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
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: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-08-15 bjorn3Merge pull request #1070 from bjorn3/cpuid
2020-08-15 bjorn3Emulate the cpuid arch intrinsic
2020-07-25 bjorn3Merge pull request #951 from bjorn3/simd_improvements
2020-07-25 bjorn3Don't forbid i64x2 as simd type
2020-07-25 bjorn3Use PassMode::ByVal for Abi::Vector
2020-07-23 bjorn3Add unaligned_volatile_{load,store} intrinsics
2020-07-03 bjorn3Merge pull request #1058 from bjorn3/misc_rustc_test_su...
2020-07-03 bjorn3Implement variant_count intrinisic
2020-07-03 bjorn3Validate simd and atomic intrinsic types
2020-07-03 bjorn3Merge pull request #1057 from spastorino/store-pairs...
2020-07-01 bjorn3Don't panic on unevaluatable promoted constants
2020-06-30 bjorn3Merge pull request #1056 from bjorn3/misc_fixes
2020-06-30 bjorn3Implement float_to_int_unchecked intrinsic
2020-06-30 bjorn3Implement f*_fast intrinsics
2020-06-30 bjorn3Implement a few volatile intrinsics
2020-06-30 bjorn3Fix ptr_offset_from intrinsic
2020-06-27 bjorn3Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
2020-06-20 bjorn3Prelude cleanup
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-04-13 bjorn3Remove one usage of force_stack
2020-04-11 bjorn3Use bitcast to transmute where possible
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-04-02 bjorn3Rustup to rustc 1.44.0-nightly (76b11980a 2020-04-01)
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-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
next