75 Commits

Author SHA1 Message Date
Rerumu
b4b001c576 Refactor operator to string conversions 2023-11-05 01:03:13 -05:00
Rerumu
6ca09ca5cd Fix lazy expression reordering 2023-11-03 10:35:31 -04:00
wackbyte
bbaa60e8c2
Update dependencies (#30)
* dev-test: update dependencies

* update wasmparser: 0.99.0 -> 0.101.1

Remove `i64` generation fix for elements as they only contain `reftype` and not `i64`

* update wasmparser: 0.101.1 -> 0.103.0

See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information

* update wasmparser: 0.103.0 -> 0.106.0

* update wasmparser: 0.106.0 -> 0.107.0
2023-06-26 17:19:12 -04:00
Rerumu
0416c30e67 Make some stuff Copy 2023-06-25 23:27:01 -04:00
Rerumu
d33e4a6b3e Add naive local and temporary spills 2023-06-25 22:49:29 -04:00
Rerumu
460363bff1 Reduce Statement memory footprint 2023-06-23 16:02:06 -04:00
Rerumu
4bd5fb8d43 Fix bulk memory stores 2023-06-23 15:16:34 -04:00
Rerumu
7a49d61e0a Housekeeping with clippy 2023-06-20 14:07:25 -04:00
RealEthanPlayzDev
faa4e6b8ae Fix build error within wasm-ast 2023-02-24 11:30:34 +07:00
Rerumu
f5ccf67374
Merge pull request #26 from bainchild/trunk
Attempt to add memory copy/fill (allocator edition)
2023-02-16 16:18:01 -05:00
wackbyte
7066e2ebd8
Bump dependencies
wasm-smith: 0.11.0 -> 0.12.0
wasmparser: 0.86.0 -> 0.99.0
wast: 42.0.0 -> 52.0.2
2023-01-26 23:22:02 -05:00
bainchild
5230c1039d Fix misplacement. 2023-01-03 01:32:28 -06:00
bainchild
50b93641f2 Attempt to add memory copy/fill (2) 2023-01-03 01:02:26 -06:00
Rerumu
e1e8a4ddc1 Rename for consistency 2022-08-29 14:08:32 -04:00
Rerumu
5887efa841 Box expressions to reduce memory usage 2022-08-25 20:46:14 -04:00
Rerumu
0a9f9fd6ad Add function loading validity checks 2022-08-22 14:10:37 -04:00
Rerumu
2c913e86ed Add module loading validity checks 2022-08-22 14:08:38 -04:00
Rerumu
e40023e8e6 Add unsupported instruction message 2022-08-22 13:11:36 -04:00
Rerumu
fb63f600bc Bump crate versions 2022-07-22 00:31:22 -04:00
Rerumu
50b5680bef Add saturation operations 2022-07-08 12:46:23 -04:00
Rerumu
efec6203b0 Fix inconsistencies
Addendum to truncation rename

Rename constants for consistency
2022-07-08 12:41:45 -04:00
Rerumu
49bc994353 Elide block labels when not referenced 2022-07-07 19:30:41 -04:00
Rerumu
6a8a8c1c00 Fix stack capacity inheritance 2022-07-05 16:44:05 -04:00
Rerumu
028a8ada08 Bump crate versions 2022-07-02 05:40:11 -04:00
Rerumu
6e0debe287 Fix i64 sign extension for i32 2022-06-29 23:53:02 -04:00
Rerumu
fd1fb13f02 Bump crate versions 2022-06-25 05:34:23 -04:00
Rerumu
5b61f742f4 Add f32 and f64 distinction 2022-06-25 04:30:06 -04:00
Rerumu
9f8cf3814b Refactor wasm-ast to use wasmparser 2022-06-24 16:55:38 -04:00
Rerumu
6338e29ebb Bump crate versions 2022-06-23 21:08:14 -04:00
Rerumu
9db21cc84b Encapsulate nodes 2022-06-23 16:03:13 -04:00
Rerumu
a1655e1c0b Bump crate versions 2022-06-19 07:47:00 -04:00
Rerumu
2f7d7b564c Improve call stack leak behavior 2022-06-19 05:10:12 -04:00
Rerumu
5f47092a65 Refactor stack leak code 2022-06-19 05:08:11 -04:00
Rerumu
cc0920b573 Refactor and fix post call stack 2022-06-17 22:43:09 -04:00
Rerumu
34311bd0fb Allow Builder re-use 2022-06-17 22:11:31 -04:00
Rerumu
2fae09e149 Fix minor order peeve 2022-06-17 22:05:57 -04:00
Rerumu
f52033036a Re-classify MemoryGrow as a Statement 2022-06-17 21:56:52 -04:00
Rerumu
0e23793d72 Add accessors for various stack operations 2022-06-17 21:56:49 -04:00
Rerumu
b3c931a38e Add comprehensive stack use analysis 2022-06-17 21:55:08 -04:00
Rerumu
a7f30b8157 Fix stack size heuristic overshooting 2022-06-16 06:33:03 -04:00
Rerumu
9a2b52fde5 Fix memory size leaking behavior 2022-06-16 06:33:03 -04:00
Rerumu
987a19ed8e Make clippy happy 2022-06-15 02:46:55 -04:00
Rerumu
08004a9782 Remove unneeded top level result handling 2022-06-15 02:44:28 -04:00
Rerumu
941bb4842b Fix branching out of loops and improve tracking 2022-06-15 02:34:02 -04:00
Rerumu
a6cf4fdf07 Fix alignment when branching 2022-06-14 00:23:50 -04:00
Rerumu
c15a4b3ec7 Fix unreachable code heuristic for conditionals 2022-06-12 04:38:28 -04:00
Rerumu
735dfc7d96 Fix start_else stack size heuristic 2022-06-12 04:38:03 -04:00
Rerumu
a379fb2e91 Fix BrIf reachability and simplify block adds 2022-06-12 04:27:16 -04:00
Rerumu
c4c0bf8deb Fix temporary alignment 2022-06-12 04:27:16 -04:00
Rerumu
6cdf793818 Fix else not pushing argument copy 2022-06-12 04:27:16 -04:00