Add drafts

This commit is contained in:
Ushitora Anqou 2020-10-01 19:17:34 +09:00
parent 87c2091280
commit d774515b58
5 changed files with 8356 additions and 0 deletions

View File

@ -10,6 +10,9 @@ script:
- pwd - pwd
- mkdir build - mkdir build
- asciidoctor/bin/asciidoctor main.asciidoc -o build/index.html - asciidoctor/bin/asciidoctor main.asciidoc -o build/index.html
- asciidoctor/bin/asciidoctor draft-cahpv3.asciidoc -o build/draft-cahpv3.html
- asciidoctor/bin/asciidoctor draft-rv16kv2.asciidoc -o build/draft-rv16kv2.html
- asciidoctor/bin/asciidoctor draft-rv32kv1.asciidoc -o build/draft-rv32kv1.html
deploy: deploy:
provider: pages:git provider: pages:git
token: $GITHUB_TOKEN token: $GITHUB_TOKEN

View File

@ -7,6 +7,16 @@
[ここからmasterが読めます。](https://ushitora-anqou.github.io/write-your-llvm-backend/) [ここからmasterが読めます。](https://ushitora-anqou.github.io/write-your-llvm-backend/)
## 下書き
この文章は、2019年度に艮 鮟鱇が作成したLLVMバックエンドの、自分用メモがベースになっています。
このメモをブラッシュアップしてまともな文章として公開する予定でしたが、
その作業が遅れているため、一旦メモのまま公開します。
- [RV32Kv1](https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv32kv1.html)
- [RV16Kv2](https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv16kv2.html)
- [CAHPv3](https://ushitora-anqou.github.io/write-your-llvm-backend/draft-cahpv3.html)
## ビルド方法 ## ビルド方法
Asciidoctorのmasterを持ってきて`asciidoctor main.asciidoc`とかする。 Asciidoctorのmasterを持ってきて`asciidoctor main.asciidoc`とかする。

1469
draft-cahpv3.asciidoc Normal file

File diff suppressed because it is too large Load Diff

5433
draft-rv16kv2.asciidoc Normal file

File diff suppressed because it is too large Load Diff

1441
draft-rv32kv1.asciidoc Normal file

File diff suppressed because it is too large Load Diff