about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/asm.rs
AgeCommit message (Expand)AuthorLines
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-1/+1
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-1/+1
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-0/+5
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+7
2023-03-05Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...Antoni Boucher-86/+125
2022-10-01Merge apply_attrs_callsite into call and invokebjorn3-1/+1
2022-09-24Add UnwindingInlineAsmEllis Hoag-1/+2
2022-06-06Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gccAntoni Boucher-12/+27
2022-05-17Handle tmm_reg in rustc_codegen_gccConnor Horman-2/+3
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-0/+3
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-0/+3
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-4/+28
2022-01-22Add preliminary support for inline assembly for msp430.William D. Jones-0/+3
2022-01-17Use Symbol for target features in asm handlingbjorn3-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-12/+0
2021-12-31Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-202...bjorn3-60/+51
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-5/+2
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+3
2021-12-03rustc_codegen_gcc: proper check for may_unwindcynecx-2/+2
2021-12-03rustc_codegen_gcc: error on unwinding inline asmcynecx-1/+8
2021-10-26Properly check `target_features` not to trigger an assertionYuki Okushi-1/+1
2021-09-28Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegenAntoni Boucher-12/+29
2021-09-17Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegenAntoni Boucher-205/+517
2021-08-15Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegenAntoni Boucher-188/+12
2021-08-12Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6...Antoni Boucher-0/+632