From a1a4725806e20c646b83138ebc3c7cf2083e2d76 Mon Sep 17 00:00:00 2001 From: Annabelle Huo Date: Thu, 6 Oct 2022 10:33:24 -0400 Subject: [PATCH] Update TOC to include the doc on IL Opcodes Signed-off-by: Annabelle Huo --- doc/compiler/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/compiler/README.md b/doc/compiler/README.md index eac42ffae94..107a377345f 100644 --- a/doc/compiler/README.md +++ b/doc/compiler/README.md @@ -87,6 +87,7 @@ In the end code generators perform binary encoding to write the appropriate bits * [Testarossa's Intermediate Language (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/IntroToTrees.md) * [Symbols, Symbol References, and Aliasing in the OMR compiler (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/SymbolsSymrefsAliasing.md) * Reference of IL OpCodes + * [IL OpCodes (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ILOpcodes.md) * [Global Register Dependency (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/GlRegDeps.md) * [Node Transmutation (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/Node.md) * [Things to Consider When Adding a New IL Opcode (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ExtendingTrees.md)