63 Commits

Author SHA1 Message Date
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
Rerumu
954f133557 Move around start_else 2022-06-12 04:27:16 -04:00
Rerumu
32031c8c2c Refactor BrIf behavior 2022-06-12 04:27:16 -04:00
Rerumu
183db977f3 Refactor Return behavior 2022-06-12 04:27:10 -04:00
Rerumu
b8e40fe740 Rename Intermediate to FuncData 2022-06-10 23:35:25 -04:00
Rerumu
78aa47cdd6 Fix missing visit_statement call 2022-06-10 23:35:25 -04:00
Rerumu
2df59b2d82 Refactor Terminator from Statement 2022-06-10 23:35:20 -04:00
Rerumu
472f37d059 Add new Builder backend 2022-06-10 06:13:28 -04:00
Rerumu
e0347c505e Remove verbose Else wrapper 2022-06-10 03:21:16 -04:00
Rerumu
f85235738e Fix severe lapse in naming scheme judgement 2022-06-09 01:05:53 -04:00
Rerumu
c3a3a09107 Adjust some runtime emits 2022-05-21 03:51:27 -04:00
Rerumu
0e92163cb3 Fix constant generation 2022-05-19 17:09:44 -04:00
Rerumu
7913dd507a Factor out operator analysis and simplify output 2022-04-29 23:30:55 -04:00