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_gcc
/
src
/
intrinsic
/
simd.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
Merge commit 'feb42827f11a7ae241ceecc81e9ae556fb6ba214' into subtree-update_c...
Guillaume Gomez
-1
/
+0
2025-08-04
Merge commit '482e8540a1b757ed7bccc2041c5400f051fdb01e' into subtree-update_c...
Guillaume Gomez
-0
/
+81
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-1
/
+1
2025-06-29
Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee
Guillaume Gomez
-0
/
+2
2025-06-27
rustc_codegen_gcc: Fix clippy::manual_is_multiple_of
Philipp Krones
-2
/
+3
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-1
/
+3
2025-06-15
Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc
sayantn
-0
/
+2
2025-05-30
Use layout field of OperandRef in generic_simd_intrinsic
bjorn3
-46
/
+41
2025-04-20
Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin
Chris Denton
-14
/
+11
2025-04-20
simd intrinsics with mask: accept unsigned integer masks
Ralf Jung
-14
/
+11
2025-04-18
Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...
Guillaume Gomez
-3
/
+7
2025-02-25
remove `simd_fpow` and `simd_fpowi`
Folkert de Vries
-20
/
+8
2025-02-08
Rustfmt
bjorn3
-229
/
+237
2025-02-04
cg_gcc: Directly use rustc_abi instead of reexports
Jubilee Young
-1
/
+1
2025-01-13
Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...
Antoni Boucher
-1
/
+2
2024-11-23
Add simd_relaxed_fma intrinsic
Caleb Zulawski
-0
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+6
2024-10-19
Fix tests
Michael Goulet
-4
/
+8
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-2
/
+2
2024-09-27
Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update
Guillaume Gomez
-15
/
+40
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-238
/
+230
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-18
/
+7
2024-08-13
simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...
Ralf Jung
-7
/
+12
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-10
Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master
Guillaume Gomez
-29
/
+166
2024-05-22
Stop using `to_hir_binop` in codegen
Scott McMurray
-6
/
+7
2024-04-24
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
bors
-2
/
+2
2024-04-11
use [N x i8] for alloca types
Erik Desjardins
-2
/
+2
2024-04-11
Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR...
Scott McMurray
-1
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-12
/
+12
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-24
/
+206
2024-02-21
remove simd_reduce_{min,max}_nanless
Ralf Jung
-3
/
+0
2024-02-21
make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...
Ralf Jung
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-195
/
+250
2023-07-20
UPDATE - replace expected_simd error with one from codegen_ssa
Jhonny Bill Mena
-27
/
+15
2023-07-19
UPDATE - replace gcc monomorphization errors with ssa ones
Jhonny Bill Mena
-39
/
+40
2023-06-19
Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023...
Antoni Boucher
-5
/
+13
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-257
/
+582
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-174
/
+233
2022-10-01
Merge apply_attrs_callsite into call and invoke
bjorn3
-1
/
+1
2022-09-24
remove comment
Ellis Hoag
-1
/
+0
2022-09-24
Add monomorphization errors
Ellis Hoag
-142
/
+61
2022-06-07
Remove unused macro rule
Antoni Boucher
-3
/
+0
2022-06-06
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
Antoni Boucher
-6
/
+571
2022-05-27
Finish bumping stage0
Mark Rousskov
-0
/
+1
2022-03-26
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022...
bjorn3
-0
/
+21
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-08-15
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
Antoni Boucher
-835
/
+1
[next]