| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -1/+1 | |
| Some codegen backends are not able to apply callsite attrs after the fact. | ||||
| 2022-09-24 | Add UnwindingInlineAsm | Ellis Hoag | -1/+2 | |
| 2022-06-06 | Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc | Antoni Boucher | -12/+27 | |
| 2022-05-17 | Handle tmm_reg in rustc_codegen_gcc | Connor Horman | -2/+3 | |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -0/+3 | |
| asm: Add a kreg0 register class on x86 which includes k0 Previously we only exposed a kreg register class which excludes the k0 register since it can't be used in many instructions. However k0 is a valid register and we need to have a way of marking it as clobbered for clobber_abi. Fixes #94977 | ||||
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -0/+3 | |
| Previously we only exposed a kreg register class which excludes the k0 register since it can't be used in many instructions. However k0 is a valid register and we need to have a way of marking it as clobbered for clobber_abi. Fixes #94977 | ||||
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -4/+28 | |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+3 | |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -2/+2 | |
| This saves a couple of Symbol::intern calls | ||||
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -12/+0 | |
| 2021-12-31 | Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into ↵ | bjorn3 | -60/+51 | |
| sync_cg_clif-2021-12-31 | ||||
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -5/+2 | |
| Also restricts r8-r14 from being used on Thumb1 targets as per #90736. | ||||
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+3 | |
| 2021-12-03 | rustc_codegen_gcc: proper check for may_unwind | cynecx | -2/+2 | |
| 2021-12-03 | rustc_codegen_gcc: error on unwinding inline asm | cynecx | -1/+8 | |
| 2021-10-26 | Properly check `target_features` not to trigger an assertion | Yuki Okushi | -1/+1 | |
| 2021-09-28 | Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen | Antoni Boucher | -12/+29 | |
| 2021-09-17 | Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen | Antoni Boucher | -205/+517 | |
| 2021-08-15 | Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen | Antoni Boucher | -188/+12 | |
| 2021-08-12 | Add 'compiler/rustc_codegen_gcc/' from commit ↵ | Antoni Boucher | -0/+632 | |
| 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f' git-subtree-dir: compiler/rustc_codegen_gcc git-subtree-mainline: ae90dcf0207c57c3034f00b07048d63f8b2363c8 git-subtree-split: afae271d5d3719eeb92c18bc004bb6d1965a5f3f | ||||
