index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2020-11-23
Implement more simd_reduce_* intrinsics
bjorn3
-27
/
+64
2020-11-23
Implement float simd comparisons
bjorn3
-9
/
+14
2020-11-23
Implement simd_reduce_{add,mul}_{,un}ordered
bjorn3
-4
/
+40
2020-11-12
Avoid muliplications by 1
bjorn3
-12
/
+20
2020-11-04
Fix cranelift build
oli
-1
/
+2
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-22
/
+23
2020-10-16
Error on non-constant simd_insert/simd_extract index
bjorn3
-11
/
+6
2020-10-08
Use the new cranelift-module interface
bjorn3
-11
/
+11
2020-09-29
Invoke panic handler instead of trap for assert_* intrinsics
bjorn3
-5
/
+17
2020-09-26
Remove dead code
bjorn3
-16
/
+1
2020-09-23
Document almost all modules
bjorn3
-1
/
+10
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-7
/
+7
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-26
/
+57
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-35
/
+35
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-40
/
+40
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-40
/
+40
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-5
/
+5
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-35
/
+35
2020-08-16
Fix panic in when debug assertions are enabled
bjorn3
-0
/
+1
2020-08-15
Fix ppv-lite86 with simd enabled
bjorn3
-0
/
+25
2020-08-15
Emulate the cpuid arch intrinsic
bjorn3
-0
/
+69
2020-07-25
Don't forbid i64x2 as simd type
bjorn3
-4
/
+2
2020-07-25
Use PassMode::ByVal for Abi::Vector
bjorn3
-1
/
+1
2020-07-23
Add unaligned_volatile_{load,store} intrinsics
bjorn3
-2
/
+4
2020-07-19
Implement simd_insert
bjorn3
-8
/
+12
2020-07-03
Implement variant_count intrinisic
bjorn3
-1
/
+1
2020-07-03
Validate simd and atomic intrinsic types
bjorn3
-11
/
+87
2020-07-01
Don't panic on unevaluatable promoted constants
bjorn3
-1
/
+2
2020-06-30
Implement float_to_int_unchecked intrinsic
bjorn3
-0
/
+10
2020-06-30
Implement f*_fast intrinsics
bjorn3
-0
/
+12
2020-06-30
Implement a few volatile intrinsics
bjorn3
-2
/
+23
2020-06-30
Fix ptr_offset_from intrinsic
bjorn3
-1
/
+1
2020-06-27
Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
bjorn3
-0
/
+10
2020-06-20
Prelude cleanup
bjorn3
-1
/
+1
2020-06-20
Use Cranelift legalization for icmp.i128
bjorn3
-6
/
+6
2020-05-25
Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
bjorn3
-0
/
+1
2020-04-17
Fix saturated_* intrinsics for 128bit ints
bjorn3
-3
/
+1
2020-04-13
Remove one usage of force_stack
bjorn3
-22
/
+1
2020-04-11
Use bitcast to transmute where possible
bjorn3
-6
/
+23
2020-04-09
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
bjorn3
-1
/
+1
2020-04-03
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
bjorn3
-1
/
+1
2020-04-02
Rustup to rustc 1.44.0-nightly (76b11980a 2020-04-01)
bjorn3
-1
/
+1
2020-03-31
Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
bjorn3
-3
/
+3
2020-03-30
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
bjorn3
-8
/
+8
2020-03-27
Use 16bit simd indices
bjorn3
-18
/
+18
2020-03-27
Use vector icmp in simd_cmp! when possible
bjorn3
-0
/
+29
2020-03-27
Avoid using select in bool_to_zero_or_max_uint
bjorn3
-6
/
+2
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-3
/
+5
2020-03-21
Fix some FIXME's and add some new FIXME's
bjorn3
-0
/
+2
2020-03-20
Avoid u/i*::{min.max}_value()
bjorn3
-1
/
+1
[next]