Commit 6d9e0ad
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Submodule llvm-backend updated 66 files
- .github/workflows/update-deps.yml+16
- bindings/c/include/kllvm-c/kllvm-c.h+1
- bindings/c/lib.cpp+5
- bindings/python/runtime.cpp+2
- config/llvm_header.inc+360-1
- deps/rv-nix-tools+1
- flake.lock+7-6
- flake.nix+3-2
- lib/codegen/CreateTerm.cpp+431
- package/debian/changelog+1-1
- package/version+1-1
- runtime/arithmetic/int.cpp+20
- runtime/collections/lists.cpp+23
- runtime/strings/bytes.cpp+129-19
- test/defn/k-files/mints-hook/bytes-get.k+20
- test/defn/k-files/mints-hook/bytes-update.k+21
- test/defn/k-files/mints-hook/bytes2mint.k+22
- test/defn/k-files/mints-hook/lengthbytes.k+21
- test/defn/k-files/mints-hook/list-get.k+19
- test/defn/k-files/mints-hook/list-size.k+19
- test/defn/k-files/mints-hook/list-update.k+18
- test/defn/k-files/mints-hook/mint-pow.k+43
- test/defn/k-files/mints-hook/mint2bytes.k+28
- test/defn/k-files/mints-hook/padleftbytes.k+22
- test/defn/k-files/mints-hook/padrightbytes.k+22
- test/defn/k-files/mints-hook/replaceatbytes.k+25
- test/defn/k-files/mints-hook/substrbytes.k+22
- test/defn/mints-hook/bytes-get.kore+3.1k
- test/defn/mints-hook/bytes-update.kore+3.1k
- test/defn/mints-hook/bytes2mint.kore+2.9k
- test/defn/mints-hook/lengthbytes.kore+3.1k
- test/defn/mints-hook/list-get.kore+3.1k
- test/defn/mints-hook/list-size.kore+3.1k
- test/defn/mints-hook/list-update.kore+2.9k
- test/defn/mints-hook/mint-pow.kore+3.1k
- test/defn/mints-hook/mint2bytes.kore+3.0k
- test/defn/mints-hook/padleftbytes.kore+3.1k
- test/defn/mints-hook/padrightbytes.kore+3.1k
- test/defn/mints-hook/replaceatbytes.kore+3.1k
- test/defn/mints-hook/substrbytes.kore+3.1k
- test/input/bytes-get.in+1
- test/input/bytes-update.in+1
- test/input/bytes2mint.in+1
- test/input/lengthbytes.in+1
- test/input/list-get.in+1
- test/input/list-size.in+1
- test/input/list-update.in+1
- test/input/mint-pow.in+1
- test/input/mint2bytes.in+1
- test/input/padleftbytes.in+1
- test/input/padrightbytes.in+1
- test/input/replaceatbytes.in+1
- test/input/substrbytes.in+1
- test/output/bytes-get.out.diff+1
- test/output/bytes-update.out.diff+1
- test/output/bytes2mint.out.diff+1
- test/output/lengthbytes.out.diff+1
- test/output/list-get.out.diff+1
- test/output/list-size.out.diff+1
- test/output/list-update.out.diff+1
- test/output/mint-pow.out.diff+1
- test/output/mint2bytes.out.diff+1
- test/output/padleftbytes.out.diff+1
- test/output/padrightbytes.out.diff+1
- test/output/replaceatbytes.out.diff+1
- test/output/substrbytes.out.diff+1
0 commit comments