[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] [PATCH 0/2] Support compiling QBE generated assembly
From: |
Yao Zi |
Subject: |
[Tinycc-devel] [PATCH 0/2] Support compiling QBE generated assembly |
Date: |
Sun, 29 Sep 2024 07:58:04 +0000 |
This series adds support of 'q'-suffixed call and endbr64 instruction,
enabling TinyCC to compile QBE generated assembly.
Thanks for your time and review.
Yao Zi (2):
x86_64-asm.h: support callq for better compatibility
x86_64-asm: support endbr64 instruction
i386-asm.c | 12 +++++++++---
x86_64-asm.h | 5 +++++
2 files changed, 14 insertions(+), 3 deletions(-)
--
2.46.0
- [Tinycc-devel] [PATCH 0/2] Support compiling QBE generated assembly,
Yao Zi <=