Add drafts
This commit is contained in:
parent
87c2091280
commit
d774515b58
@ -10,6 +10,9 @@ script:
|
||||
- pwd
|
||||
- mkdir build
|
||||
- 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:
|
||||
provider: pages:git
|
||||
token: $GITHUB_TOKEN
|
||||
|
10
README.md
10
README.md
@ -7,6 +7,16 @@
|
||||
|
||||
[ここから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`とかする。
|
||||
|
1469
draft-cahpv3.asciidoc
Normal file
1469
draft-cahpv3.asciidoc
Normal file
File diff suppressed because it is too large
Load Diff
5433
draft-rv16kv2.asciidoc
Normal file
5433
draft-rv16kv2.asciidoc
Normal file
File diff suppressed because it is too large
Load Diff
1441
draft-rv32kv1.asciidoc
Normal file
1441
draft-rv32kv1.asciidoc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user