| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+1 | |
| Introduce NullOp::AlignOf This PR introduces `Rvalue::NullaryOp(NullOp::AlignOf, ty)`, which will be lowered from `align_of`, similar to `size_of` lowering to `Rvalue::NullaryOp(NullOp::SizeOf, ty)`. The changes are originally part of #88700 but since it's not dependent on other changes and could have performance impact on its own, it's separated into its own PR. | ||||
| 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 | |
| fix fix Remove more refs and clones fix more fix | ||||
| 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 | |
| The new implementation allows some `memcpy`s to be optimized away, so the uninit value in ui/sanitize/memory.rs is constructed directly onto the return place. Therefore the sanitizer now says that the value is allocated by `main` rather than `random`. | ||||
| 2021-08-06 | Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into ↵ | bjorn3 | -82/+219 | |
| sync_cg_clif-2021-08-06 | ||||
| 2021-07-08 | Use cranelift's `Type::int` instead of doing the match myself | Scott McMurray | -8/+1 | |
| <https://docs.rs/cranelift-codegen/0.74.0/cranelift_codegen/ir/types/struct.Type.html#method.int> | ||||
| 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 ↵ | bjorn3 | -0/+58 | |
| sync_cg_clif-2021-07-07 | ||||
| 2021-05-27 | Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into ↵ | bjorn3 | -1/+8 | |
| sync_cg_clif-2021-05-27 | ||||
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -2/+1 | |
| - make Allocation API offset-based (no more Pointer) - make Memory API higher-level (combine checking for access and getting access into one operation) | ||||
| 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 | |
| LLVM supports many functions from math.h in its IR. Many of these have single-instruction variants on various platforms. So, let's add them so std::arch can use them. Yes, exact comparison is intentional: rounding must always return a valid integer-equal value, except for inf/NAN. | ||||
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵ | bjorn3 | -1/+1 | |
| sync_cg_clif-2021-03-29 | ||||
| 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 ↵ | bjorn3 | -172/+152 | |
| sync_cg_clif-2021-03-05 | ||||
| 2021-01-16 | codegen_cranelift: Fix redundant semicolon warn | Ömer Sinan Ağacan | -1/+1 | |
| 2020-12-27 | Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵ | bjorn3 | -69/+29 | |
| sync_cg_clif-2020-12-27 | ||||
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -2/+2 | |
| Directly use raw pointers in `AtomicPtr` store/load I was unable to find any reason for this limitation in the latest source of LLVM or in the documentation [here](http://llvm.org/docs/Atomics.html#libcalls-atomic). fixes https://github.com/rust-lang/miri/issues/1574 | ||||
| 2020-11-29 | Allow cranelift to handle atomic pointers | oli | -2/+2 | |
| 2020-11-27 | Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into ↵ | bjorn3 | -26/+119 | |
| sync_cg_clif-2020-11-27 | ||||
| 2020-11-04 | Fix cranelift build | oli | -1/+2 | |
| 2020-11-03 | Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵ | bjorn3 | -22/+23 | |
| update_cg_clif-2020-11-01 | ||||
| 2020-10-26 | Add 'compiler/rustc_codegen_cranelift/' from commit ↵ | bjorn3 | -0/+1553 | |
| '793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 | ||||
