Commit Graph
86 Commits
Author SHA1 Message Date
Rerumu d33e4a6b3e Add naive local and temporary spills 2023-06-25 22:49:29 -04:00
Rerumu 5622aa661e Add memory index support in analysis 2023-06-24 19:05:00 -04:00
Rerumu 170c5c3629 Add temporary local limit for Luau 2023-06-23 15:49:32 -04:00
Rerumu 4bcfbf5054 Add unimplemented messages 2023-06-23 15:42:09 -04:00
Rerumu 4bd5fb8d43 Fix bulk memory stores 2023-06-23 15:16:34 -04:00
Rerumu 32f5197b88 Fix load and store memory parameter 2023-06-23 14:12:54 -04:00
Rerumu dfb86b30f9 Fix Luau output emitting dead control branches 2023-06-20 14:59:37 -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
RerumuandGitHub 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
bainchildandGitHub 88e2884fc5 Rename parameters 2023-01-03 21:15:21 -06:00
bainchild fef7e3cd13 Missed a file 2023-01-03 01:06:25 -06:00
bainchild 50b93641f2 Attempt to add memory copy/fill (2) 2023-01-03 01:02:26 -06:00
Rerumu 2f8eadad6c Try to fix #25 2022-12-07 02:42:29 -05:00
Rerumu 94b3bd529a Fix desired branch elision heuristic 2022-08-25 20:46:14 -04:00
angifalangiandGitHub 8ccbba9571 Add new Luau ternary operator (#21) 2022-08-25 20:45:03 -04:00
Rerumu b29e25eb86 Add missing space in stores 2022-08-23 12:41:28 -04:00
Rerumu 0394aa8895 Localize memory for load.string 2022-08-22 22:58:00 -04:00
Rerumu 9f27e956a8 Add load.string to the runtime 2022-08-22 21:45:48 -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 5b96c500df Add indentation to Luau output 2022-08-21 02:30:36 -04:00
Rerumu 369097c432 Add context-less writing 2022-08-21 02:12:13 -04:00
Rerumu 33bd235c0f Remove param prefix for parameters 2022-08-21 02:12:13 -04:00
Rerumu fb63f600bc Bump crate versions 2022-07-22 00:31:22 -04:00
Rerumu 4a84a5c906 License runtimes under the MPL 2022-07-22 00:19:57 -04:00
Rerumu 5409abe653 Fix loop label targeting for Luau 2022-07-21 21:57:29 -04:00
Rerumu 9b0973e255 Fix vector feature packing 2022-07-18 00:25:49 -04:00
Rerumu f8c0a57af2 Add missing f32 saturation operations 2022-07-08 13:23:43 -04:00
Rerumu 3853e06efa Fix conversion operations and implement saturation
Namie fixie
2022-07-08 12:46:23 -04:00
Rerumu 85aeca9d9f Fix large integer initialization 2022-07-08 12:41:45 -04:00
Rerumu efec6203b0 Fix inconsistencies
Addendum to truncation rename

Rename constants for consistency
2022-07-08 12:41:45 -04:00
Rerumu bdfede0b93 Remove entries for tables with no elements 2022-07-07 20:17:40 -04:00
Rerumu cdefb2f06a Remove unneeded Luau branch gadgets
Fixiee
2022-07-07 20:17:40 -04:00
Rerumu 49bc994353 Elide block labels when not referenced 2022-07-07 19:30:41 -04:00
Rerumu 028a8ada08 Bump crate versions 2022-07-02 05:40:11 -04:00
Rerumu 0cacb0b996 Add i64 bit rotation 2022-07-02 05:29:46 -04:00
Rerumu 9eb44f0ed8 Fix i64 bit shifting 2022-07-02 05:15:15 -04:00
Rerumu 971ac382a5 Add i64 remainder operation 2022-07-02 05:04:39 -04:00
Rerumu d351920a51 Clean up vector integers 2022-07-02 04:20:55 -04:00
Rerumu 47079b7758 Clean up table integers 2022-07-02 03:30:36 -04:00
Rerumu d74124815b Add vector feature to Luau 2022-07-02 02:19:26 -04:00
Rerumu 071b0877cf Replace integer division algorithm 2022-07-02 02:03:33 -04:00
Rerumu 577fbf5926 Remove unneeded multiplication checks 2022-07-02 01:59:38 -04:00
Rerumu bdb4420292 Rename Numeric export to Integer 2022-07-01 15:07:11 -04:00
Rerumu 627927d366 Rename stuff in Numeric for clarity 2022-07-01 14:06:17 -04:00
Rerumu 6e0debe287 Fix i64 sign extension for i32 2022-06-29 23:53:02 -04:00
Rerumu 76cb3b36be Add i64 sign extension for i8 and i16 2022-06-29 23:55:08 -04:00
Rerumu 64ae35c658 Add i64 bit counting 2022-06-29 22:08:34 -04:00