On 25/11/24, Philippe Mathieu-Daudé wrote:
> On 21/11/24 02:49, Anton Johansson wrote:
>
> > create mode 100644 subprojects/helper-to-tcg/README.md
> > create mode 100755 subprojects/helper-to-tcg/get-llvm-ir.py
> > create mode 100644 subprojects/helper-to-tcg/include/CmdLineOptions.h
> >
On 21/11/24 02:49, Anton Johansson wrote:
create mode 100644 subprojects/helper-to-tcg/README.md
create mode 100755 subprojects/helper-to-tcg/get-llvm-ir.py
create mode 100644 subprojects/helper-to-tcg/include/CmdLineOptions.h
create mode 100644 subprojects/helper-to-tcg/include/Error.h
Hi all, this patchset introduces helper-to-tcg, a LLVM based build-time
C to TCG translator, as a QEMU subproject. The purpose of this tool is
to simplify implementation of instructions in TCG by automatically
translating helper functions for a given target to TCG. It may also be
used as a standa