Re: [RFC PATCH v1 00/43] Introduce helper-to-tcg

2024-12-03 Thread Anton Johansson via
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 > >

Re: [RFC PATCH v1 00/43] Introduce helper-to-tcg

2024-11-25 Thread Philippe Mathieu-Daudé
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

[RFC PATCH v1 00/43] Introduce helper-to-tcg

2024-11-20 Thread Anton Johansson via
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