OSDN Git Service

tcg: convert tcg/README to rst
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 30 Nov 2022 10:04:34 +0000 (10:04 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
commit5e97a28a8b91efca0c731ee19805a1e25cfd26ea
treed1f0645f6e2f83c03a5609bd205de210a5636b78
parentcb9c6a8e5ad6a1f0ce164d352e3102df46986e22
tcg: convert tcg/README to rst

Convert tcg/README to rst and move it to docs/devel as a new "TCG Intermediate
Representation" page. There are a few minor changes to improve the aesthetic
of the final output which are as follows:

  - Rename the title from "Tiny Code Generator - Fabrice Bellard" to "TCG
    Intermediate Representation"

  - Remove the section numbering

  - Add the missing parameters to the ssadd_vec operations in the "Host
    vector operations" section

  - Change the path to the Atomic Operations document to use a proper
    reference

  - Replace tcg/README in tcg.rst with a proper reference to the new document

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20221130100434.64207-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
docs/devel/atomics.rst
docs/devel/index-tcg.rst
docs/devel/tcg-ops.rst [new file with mode: 0644]
docs/devel/tcg.rst
tcg/README [deleted file]