| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Make MemoryOrder parameters non-optional (#7171) | Thomas Lively | 2024-12-21 | 1 | -1/+2 |
* | Fix UBSan on CI (#7173) | Thomas Lively | 2024-12-20 | 1 | -7/+7 |
* | Rename indexType -> addressType. NFC (#7060) | Sam Clegg | 2024-11-07 | 1 | -1/+1 |
* | [wasm64] Make interpreter table methods operate on Address, not Index (#7062) | Alon Zakai | 2024-11-07 | 1 | -3/+4 |
* | [wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059) | Alon Zakai | 2024-11-06 | 1 | -3/+5 |
* | [NFC] Use RAII to manage call depth tracking in the interpreter (#7049) | Alon Zakai | 2024-11-01 | 1 | -1/+1 |
* | Replace the old topological sort everywhere (#6902) | Thomas Lively | 2024-09-10 | 1 | -27/+9 |
* | Add a --preserve-type-order option (#6916) | Thomas Lively | 2024-09-10 | 1 | -1/+3 |
* | [NFC] Rename the old topological sort utility (#6914) | Thomas Lively | 2024-09-06 | 1 | -2/+2 |
* | Fix direct comparisons with unshared basic heap types (#6845) | Thomas Lively | 2024-08-16 | 1 | -3/+5 |
* | Implement table.init (#6827) | Alon Zakai | 2024-08-16 | 1 | -9/+15 |
* | Restore isString type methods (#6815) | Thomas Lively | 2024-08-06 | 1 | -2/+1 |
* | [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804) | Thomas Lively | 2024-08-06 | 1 | -1/+2 |
* | Rename external conversion instructions (#6716) | Jérôme Vouillon | 2024-07-08 | 1 | -1/+1 |
* | [Strings] Remove stringview types and instructions (#6579) | Thomas Lively | 2024-05-15 | 1 | -8/+0 |
* | [StackIR] Run StackIR during binary writing and not as a pass (#6568) | Alon Zakai | 2024-05-09 | 1 | -1/+1 |
* | [Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco... | Alon Zakai | 2024-04-29 | 1 | -0/+8 |
* | Do not add an extra null character when reading files (#6538) | Thomas Lively | 2024-04-24 | 1 | -2/+0 |
* | Handle return calls correctly | Thomas Lively | 2024-04-08 | 1 | -68/+126 |
* | wasm-ctor-eval: Properly eval strings (#6276) | Alon Zakai | 2024-02-05 | 1 | -8/+3 |
* | wasm-ctor-eval: Eval strings (#6244) | Alon Zakai | 2024-01-25 | 1 | -0/+6 |
* | Fix handling of exported imported functions (#6044) | Alon Zakai | 2023-10-24 | 1 | -1/+10 |
* | wasm-ctor-eval: Limit memory to a reasonable amount (#5896) | Alon Zakai | 2023-08-23 | 1 | -0/+11 |
* | [Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685) | Alon Zakai | 2023-05-05 | 1 | -57/+376 |
* | [Wasm GC] Allow extern.externalize in globals (#5585) | Alon Zakai | 2023-03-17 | 1 | -0/+5 |
* | [Wasm GC] wasm-ctor-eval: Handle externalized data (#5582) | Alon Zakai | 2023-03-16 | 1 | -4/+25 |
* | [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526) | Thomas Lively | 2023-02-28 | 1 | -1/+1 |
* | [wasm-ctor-eval] Properly handle multiple ctors with GC (#5522) | Alon Zakai | 2023-02-24 | 1 | -8/+22 |
* | [wasm-ctor-eval] Stop evalling at table.set for now (#5516) | Alon Zakai | 2023-02-23 | 1 | -0/+7 |
* | [wasm-ctor-eval] Add v128 load/store support (#5512) | Alon Zakai | 2023-02-23 | 1 | -0/+8 |
* | [wasm-ctor-eval] Add support for multivalue serialization and a quiet mode (#... | Alon Zakai | 2023-02-23 | 1 | -18/+56 |
* | Make `Name` a pointer, length pair (#5122) | Thomas Lively | 2022-10-11 | 1 | -8/+11 |
* | Implement bottom heap types (#5115) | Thomas Lively | 2022-10-07 | 1 | -4/+1 |
* | Changing Fatal() to assert() (#4982) | Ashley Nelson | 2022-09-09 | 1 | -3/+1 |
* | Mutli-Memories Support in IR (#4811) | Ashley Nelson | 2022-08-17 | 1 | -37/+63 |
* | Remove RTTs (#4848) | Thomas Lively | 2022-08-05 | 1 | -1/+0 |
* | First class Data Segments (#4733) | Ashley Nelson | 2022-06-21 | 1 | -7/+8 |
* | [Wasm GC] [ctor-eval] Evaluate and serialize GC data (#4491) | Alon Zakai | 2022-02-03 | 1 | -4/+169 |
* | [Docs] Document wasm-ctor-eval (#4493) | Alon Zakai | 2022-02-03 | 1 | -3/+2 |
* | Interpreter: Remove GlobalManager (#4486) | Alon Zakai | 2022-01-31 | 1 | -84/+21 |
* | [NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class... | Alon Zakai | 2022-01-28 | 1 | -25/+22 |
* | LiteralList => Literals (#4451) | Alon Zakai | 2022-01-13 | 1 | -3/+3 |
* | [ctor-eval] Eval functions with params if ignoring external input (#4446) | Alon Zakai | 2022-01-12 | 1 | -6/+24 |
* | [ctor-eval] Followup refactoring to use std::optional for EvalCtorOutcome (#4... | Alon Zakai | 2022-01-12 | 1 | -21/+16 |
* | [ctor-eval] Eval functions with a return value (#4443) | Alon Zakai | 2022-01-12 | 1 | -24/+49 |
* | [ctor-eval] Stop if there are any memory.init instructions (#4442) | Alon Zakai | 2022-01-11 | 1 | -18/+25 |
* | [ctor-eval] Add an option to keep some exports (#4441) | Alon Zakai | 2022-01-11 | 1 | -15/+39 |
* | [ctor-eval] Fix evalling of overlapping table segments (#4440) | Alon Zakai | 2022-01-11 | 1 | -19/+25 |
* | [ctor-eval] Partial evaluation (#4438) | Alon Zakai | 2022-01-11 | 1 | -23/+179 |
* | [ctor-eval] Switch logging from stderr to stdout (#4432) | Alon Zakai | 2022-01-07 | 1 | -7/+7 |