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
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...
bjorn3
-11
/
+9
2023-12-10
remove redundant imports
surechen
-7
/
+0
2023-12-09
Add simd_masked_{load,store} platform-intrinsics
Jakub Okoński
-1
/
+51
2023-11-25
Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-202...
bjorn3
-22
/
+350
2023-11-16
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...
bjorn3
-59
/
+307
2023-11-10
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202...
bjorn3
-50
/
+567
2023-10-29
Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202...
bjorn3
-76
/
+0
2023-10-28
Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee
bors
-35
/
+0
2023-10-24
Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...
bjorn3
-0
/
+137
2023-10-12
Remove from cranelift codegen LLVM intrinsics that are no longer needed
Eduardo Sánchez Muñoz
-35
/
+0
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-26
/
+73
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-09-05
Remove special handling in codegen for some AVX and SSE2 shift by immediate i...
Eduardo Sánchez Muñoz
-240
/
+0
2023-09-05
Remove special handling in codegen for some SSE2 "storeu" intrinsics
Eduardo Sánchez Muñoz
-8
/
+0
2023-08-06
Apply suggestions from code review
scottmcm
-0
/
+1
2023-08-06
Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly
Scott McMurray
-0
/
+13
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-32
/
+22
2023-07-22
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-202...
bjorn3
-33
/
+244
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-24
/
+36
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-19
Remove unchecked_add/sub/mul/shl/shr from CTFE/cg_ssa/cg_clif
Scott McMurray
-17
/
+3
2023-06-15
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...
bjorn3
-13
/
+323
2023-06-01
remove unchecked_div/_rem from cg_cranelift
Scott McMurray
-4
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-15
/
+14
2023-04-29
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...
bjorn3
-9
/
+5
2023-04-25
Lower `intrinsics::offset` to `mir::BinOp::Offset`
Scott McMurray
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+3
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-10
/
+0
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-83
/
+81
2023-03-07
Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...
bors
-0
/
+4
2023-02-27
Unify all validity check intrinsics
Nilstrieb
-49
/
+31
2023-02-27
Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors
Matthias Krüger
-3
/
+7
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-23
Unify validity checks into a single query
Nilstrieb
-3
/
+7
2023-02-18
Stop implementing _with_overflow intrinsics in codegen backends.
Camille GILLOT
-14
/
+0
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-1
/
+1
2023-02-15
Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk
bors
-3
/
+10
2023-02-14
Make permit_uninit/zero_init fallible
Michael Goulet
-3
/
+10
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-2
/
+2
2023-02-09
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202...
bjorn3
-19
/
+12
2023-01-27
Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3
bors
-15
/
+122
2023-01-24
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202...
bjorn3
-15
/
+122
2023-01-23
Thread a ParamEnv down to might_permit_raw_init
Ben Kimock
-2
/
+5
2022-12-21
Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung
bors
-2
/
+4
2022-12-14
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202...
bjorn3
-248
/
+450
2022-12-13
Rename `assert_uninit_valid` intrinsic
Nilstrieb
-2
/
+4
2022-12-11
Use rint instead of roundeven
Jules Bertholet
-0
/
+2
2022-12-11
Add `round_ties_even` to `f32` and `f64`
Jules Bertholet
-0
/
+2
[next]