Skip to content

Tags: woxjro/lltz

Tags

v1.4

Toggle v1.4's commit message
version 1.4 (Changing the source language from LLVM IR to MLIR)

v1.3

Toggle v1.3's commit message
- Michelson のパーサ `michelson-ast`

  を新たに作成し,それを用いて全命令を書き換えた
- 即値とレジスタを分離した
    - その結果,ガス消費量が 7% 程減った.
- 返り値として operation のリストを返せるようになった.

v1.2

Toggle v1.2's commit message
返り値としてStorageを扱える様になった.

(list operation, storage)のoperationの部分は未対応

v1.1

Toggle v1.1's commit message
[feat](mini_llvm): struct型に対応

- struct型のalloca
- getElementPtr
- テストコードsimple_structを追加

v1.0

Toggle v1.0's commit message
version 1.0

mini LLVM IRの基本的な命令に対応
- alloca
- load
- store
- op
- icmp
- if
- while