about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Switch to changing cp_non_overlap in tformkadmin-6/+0
2021-03-09Build StKind::CopyOverlappingkadmin-10/+3
2020-12-20Use pointer type in AtomicPtr::swap implementationTomasz Miąsko-2/+13
2020-12-15Always run intrinsics lowering passTomasz Miąsko-15/+1
2020-11-29Cast pointers to usize before passing them to atomic operations as some platf...oli-11/+38
2020-11-28Directly use raw pointers in `AtomicPtr` store/loadoli-3/+3
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-2/+6
2020-09-15Extract some intrinsics out of rustc_codegen_llvmkhyperia-0/+596