about summary refs log tree commit diff
path: root/src/inline_asm.rs
AgeCommit message (Expand)AuthorLines
2022-09-25Fix cpuid replacement shimbjorn3-10/+12
2022-08-22Update to Cranelift 0.87.0bjorn3-1/+1
2022-08-14Work around new asm! usage in measuremebjorn3-37/+119
2022-08-09Remove most trap functions and remove all trapnz usagesbjorn3-2/+16
2022-07-22Fix inline asm codegen for empty templatebjorn3-80/+90
2022-02-21Take CodegenFnAttrs into account when validating asm! register operandsAmanieu d'Antras-10/+6
2022-02-21On ARM, use relocation_model to detect whether r9 should be reservedAmanieu d'Antras-1/+7
2022-01-17Pass target_features set instead of has_feature closurebjorn3-6/+2
2022-01-17Use Symbol for target features in asm handlingbjorn3-4/+4
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-152/+485
2021-12-13Remove invalid doc links.Amanieu d'Antras-1/+1
2021-05-27Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...bjorn3-9/+21
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-4/+60
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-4/+10
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-44/+13
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-4/+4
2020-10-08Use the new cranelift-module interfacebjorn3-2/+2
2020-09-23Document almost all modulesbjorn3-0/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-23/+92
2020-08-22FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`CohenArthur-1/+1
2020-08-22FunctionCx: Rename codegen_cx -> cxCohenArthur-4/+4
2020-08-22FunctionCx: Fix field usage in inline_asm and vtable modulesCohenArthur-1/+1
2020-08-22FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cxCohenArthur-3/+3
2020-08-22FunctionCx: Replace .module with .codegen_cx.moduleCohenArthur-2/+2
2020-08-22FunctionCx: WIP: Replace .tcx with .codegen_cx.tcxCohenArthur-1/+1
2020-07-23Fix multiple inline asm blocks in the same functionbjorn3-1/+3
2020-07-10Add basic inline asm support for x86_64bjorn3-0/+220