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_ssa
/
src
/
mir
/
intrinsic.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-10
Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead
bors
-6
/
+2
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-6
/
+2
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-4
/
+0
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-1
/
+1
2022-08-26
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-2
/
+2
2022-07-20
various nits from review
Ralf Jung
-1
/
+4
2022-07-20
add range metadata to alignment loads
Ralf Jung
-2
/
+7
2022-07-20
Move vtable_size and vtable_align impls to cg_ssa
bjorn3
-0
/
+10
2022-07-01
Allow arithmetic and certain bitwise ops on AtomicPtr
Thom Chiovoloni
-3
/
+1
2022-06-28
Rename/restructure memory ordering intrinsics.
Mara Bos
-32
/
+26
2022-05-25
rustc_codegen_ssa: cleanup `AtomicOrdering`
Tomasz Miąsko
-5
/
+5
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-7
/
+14
2022-02-19
Adopt let else in more places
est31
-18
/
+14
2022-01-26
`const_deallocate`: Don't deallocate memory allocated in an another const. Do...
woppopo
-0
/
+10
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-1
/
+0
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-1
/
+3
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-1
/
+3
2021-07-09
Pass type when creating atomic load
Nikita Popov
-5
/
+4
2021-03-09
Switch to changing cp_non_overlap in tform
kadmin
-6
/
+0
2021-03-09
Build StKind::CopyOverlapping
kadmin
-10
/
+3
2020-12-20
Use pointer type in AtomicPtr::swap implementation
Tomasz Miąsko
-2
/
+13
2020-12-15
Always run intrinsics lowering pass
Tomasz Miąsko
-15
/
+1
2020-11-29
Cast pointers to usize before passing them to atomic operations as some platf...
oli
-11
/
+38
2020-11-28
Directly use raw pointers in `AtomicPtr` store/load
oli
-3
/
+3
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-2
/
+6
2020-09-15
Extract some intrinsics out of rustc_codegen_llvm
khyperia
-0
/
+596