Skip to content

Commit

Permalink
Merge pull request #16058 from a7ehuo/doc-update-toc-il
Browse files Browse the repository at this point in the history
Doc: Update TOC to include the doc on IL Opcodes
  • Loading branch information
0xdaryl committed Oct 7, 2022
2 parents b7f44aa + a1a4725 commit f02be64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f02be64

Please sign in to comment.