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
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-39
/
+158
2022-09-10
Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead
bors
-8
/
+1
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-8
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-3
/
+0
2022-08-31
Correct typo
Dezhi Wu
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-1
/
+4
2022-08-28
Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
bors
-0
/
+7
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-1
/
+4
2022-08-24
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...
bjorn3
-25
/
+58
2022-08-21
fix cg cranelift
Waffle Maybe
-0
/
+2
2022-08-21
use shorter `ptr_mask` impl in cg cranelift
Waffle Maybe
-3
/
+1
2022-08-21
Add pointer masking convenience functions
Maybe Waffle
-0
/
+7
2022-07-26
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-202...
bjorn3
-461
/
+705
2022-07-25
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...
bjorn3
-2
/
+20
2022-07-20
Implement vtable_size and vtable_align intrinsics for cg_clif
bjorn3
-0
/
+10
2022-07-14
Use constant eval to do strict validity checks
5225225
-13
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-05-24
Add flag for stricter checks on uninit/zeroed
5225225
-2
/
+13
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-28
/
+34
2022-05-15
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...
bjorn3
-31
/
+31
2022-05-11
Rename `unsigned_offset_from` to `sub_ptr`
Scott McMurray
-1
/
+1
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-3
/
+10
2022-04-22
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202...
bjorn3
-34
/
+19
2022-03-20
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...
bjorn3
-37
/
+56
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-1
/
+1
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-1
/
+1
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-525
/
+584
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-15
/
+21
2022-01-19
remove `is_noop`
lcnr
-1
/
+1
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-19
/
+46
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-3
/
+1
2021-09-12
Auto merge of #88839 - nbdd0121:alignof, r=nagisa
bors
-1
/
+1
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-0
/
+5
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-82
/
+219
2021-07-08
Use cranelift's `Type::int` instead of doing the match myself
Scott McMurray
-8
/
+1
2021-07-08
PR Feedback: Don't put SSA-only types in `CValue`s
Scott McMurray
-3
/
+5
2021-07-08
Implement the raw_eq intrinsic in codegen_cranelift
Scott McMurray
-0
/
+39
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-0
/
+58
2021-05-27
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...
bjorn3
-1
/
+8
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-2
/
+1
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-78
/
+85
2021-04-14
Add more SIMD math.h intrinsics
Jubilee Young
-0
/
+2
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-1
/
+1
2021-03-19
Add simd_neg platform intrinsic
SparrowLii
-0
/
+1
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-7
/
+7
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-172
/
+152
[prev]
[next]