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
/
compiler
/
rustc_codegen_cranelift
/
src
/
intrinsics
/
simd.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee
Guillaume Gomez
-1
/
+4
2025-06-24
Merge commit '8c848e0604b5d26fad120914f822f564fe05c52a' into sync_cg_clif-202...
bjorn3
-3
/
+4
2025-06-15
Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc
sayantn
-1
/
+4
2025-05-25
Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...
bjorn3
-4
/
+32
2025-02-25
Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung
León Orell Valerian Liehr
-58
/
+0
2025-02-25
remove `simd_fpow` and `simd_fpowi`
Folkert de Vries
-58
/
+0
2025-02-24
rename simd_shuffle_generic → simd_shuffle_const_generic
Ralf Jung
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-3
/
+6
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-6
/
+1
2025-01-05
Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202...
bjorn3
-1
/
+1
2024-11-23
Add simd_relaxed_fma intrinsic
Caleb Zulawski
-1
/
+2
2024-11-09
Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202...
bjorn3
-1
/
+1
2024-11-07
remove 'platform-intrinsic' ABI leftovers
Ralf Jung
-1
/
+1
2024-11-02
Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202...
bjorn3
-3
/
+3
2024-10-19
Fix tests
Michael Goulet
-4
/
+9
2024-09-23
Rustfmt
bjorn3
-6
/
+3
2024-09-23
Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-202...
bjorn3
-26
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+3
2024-09-20
Do not unnecessarily eval consts in codegen
Michael Goulet
-3
/
+2
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-27
/
+13
2024-08-13
simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...
Ralf Jung
-0
/
+10
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-8
/
+3
2024-06-05
Misc fixes to cranelift/clippy/miri
Boxy
-0
/
+1
2024-05-19
cg_clif: support simd_ctpop
Jubilee Young
-0
/
+2
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-1
/
+1
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-03-23
also rename the SIMD intrinsic
Ralf Jung
-1
/
+1
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-1
/
+1
2024-03-08
Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202...
bjorn3
-1
/
+7
2024-02-21
remove simd_reduce_{min,max}_nanless
Ralf Jung
-2
/
+2
2024-01-26
Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...
bjorn3
-3
/
+31
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-12
/
+12
2023-12-26
Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...
bors
-9
/
+9
2023-12-24
Fix borked subtree syncs
bjorn3
-1
/
+1
2023-12-24
Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-202...
bjorn3
-0
/
+31
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-12-09
Add simd_masked_{load,store} platform-intrinsics
Jakub Okoński
-1
/
+51
2023-11-16
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...
bjorn3
-7
/
+7
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-14
/
+25
2023-09-18
Prototype using const generic for simd_shuffle IDX array
Oli Scherer
-1
/
+49
2023-09-14
cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect
Ralf Jung
-1
/
+1
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-1
/
+2
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-32
/
+22
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-06-15
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...
bjorn3
-12
/
+126
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-7
/
+7
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-1
/
+1
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-6
/
+3
[next]