]> git.lizzy.rs Git - rust.git/history - src/asm.rs
Finish bumping stage0
[rust.git] / src / asm.rs
2022-05-17 Connor HormanHandle tmm_reg in rustc_codegen_gcc
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Amanieu d'Antrasasm: Add a kreg0 register class on x86 which includes k0
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-15 Amanieu d'AntrasAdd codegen for global_asm! sym operands
2022-01-23 William D. JonesAdd preliminary support for inline assembly for msp430.
2022-01-17 bjorn3Use Symbol for target features in asm handling
2022-01-12 Tomasz MiąskoRemove deprecated LLVM-style inline assembly
2022-01-01 borsAuto merge of #92419 - erikdesjardins:coldland, r=nagisa
2021-12-31 bjorn3Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e...
2021-12-10 Matthias KrügerRollup merge of #91625 - est31:remove_indexes, r=oli-obk
2021-12-09 Matthias KrügerRollup merge of #90796 - Amanieu:remove_reg_thumb,...
2021-12-08 borsAuto merge of #91604 - nikic:section-flags, r=nagisa
2021-12-07 Amanieu d'AntrasRemove the reg_thumb register class for asm! on ARM
2021-12-06 Andrew Dona-CouchImplement inline asm! for AVR platform
2021-12-03 cynecxrustc_codegen_gcc: proper check for may_unwind
2021-12-03 cynecxrustc_codegen_gcc: error on unwinding inline asm
2021-10-27 borsAuto merge of #89652 - rcvalle:rust-cfi, r=nagisa
2021-10-26 Yuki OkushiProperly check `target_features` not to trigger an...
2021-09-26 CommeownistImpove handling of registers in inline asm (#82)
2021-09-17 CommeownistUpdate to nightly-2021-09-11 (#79)
2021-09-05 CommeownistImplement basic inline asm support (#72)
2021-08-15 antoyoCleanup (#67)
2021-08-13 Antoni BoucherInitial commit