| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -0/+10 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -1/+2 |
| 2024-08-09 | Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-202... | bjorn3 | -144/+0 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -1/+2 |
| 2024-07-24 | Use Cow<'static, str> for InlineAsmTemplatePiece::String | GnomedDev | -20/+22 |
| 2024-07-13 | Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202... | bjorn3 | -20/+2 |
| 2024-06-30 | Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202... | bjorn3 | -1/+40 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -13/+8 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -0/+1 |
| 2024-05-19 | cg_clif: support simd_ctpop | Jubilee Young | -0/+2 |
| 2024-05-13 | Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202... | bjorn3 | -0/+52 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -4/+4 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -3/+7 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-03-28 | Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202... | bjorn3 | -0/+5 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -1/+1 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -7/+0 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -3/+5 |
| 2024-03-08 | Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202... | bjorn3 | -2/+186 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+11 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -2/+2 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -2/+2 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -6/+15 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -5/+0 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -11/+5 |
| 2024-02-12 | Add intrinsic body fallback to cranelift and use it | Oli Scherer | -32/+25 |
| 2024-01-26 | Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202... | bjorn3 | -199/+183 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+6 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -0/+6 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -66/+70 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -21/+25 |
| 2023-12-24 | Fix borked subtree syncs | bjorn3 | -1/+1 |
| 2023-12-24 | Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-202... | bjorn3 | -0/+31 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -21/+25 |
| 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 |