Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize code to C++17 (#3104) | Max Graey | 2021-11-22 | 1 | -2/+1 |
* | Heap2Local: Handle loops (#4288) | Alon Zakai | 2021-10-28 | 1 | -2/+8 |
* | Add a SmallSet and use it in LocalGraph. NFC (#4188) | Alon Zakai | 2021-09-29 | 1 | -1/+1 |
* | [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172) | Alon Zakai | 2021-09-23 | 1 | -1/+3 |
* | Use the new module version of EffectAnalyzer (#4116) | Alon Zakai | 2021-08-31 | 1 | -2/+2 |
* | [Wasm GC] Fix Heap2Local + non-nullable locals (#4017) | Alon Zakai | 2021-07-23 | 1 | -9/+26 |
* | [Wasm GC] Heap2Local: Replace the allocation with null (#3893) | Alon Zakai | 2021-05-17 | 1 | -24/+54 |
* | [Wasm GC] Heap2Local: Handle branches (#3881) | Alon Zakai | 2021-05-12 | 1 | -11/+24 |
* | Heap2Local: Use escape analysis to turn heap allocations into local data (#3866) | Alon Zakai | 2021-05-12 | 1 | -0/+701 |