about summary refs log tree commit diff
path: root/src/inline_asm.rs
AgeCommit message (Expand)AuthorLines
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