| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GUFA on calls to function refs in open world (#7135) | Alon Zakai | 2024-12-04 | 1 | -13/+30 |
* | [NFC + bugfix] Remove BreakTargetLocation from GUFA (#6956) | Alon Zakai | 2024-09-18 | 1 | -29/+34 |
* | [NFC] Refactor LocalGraph's core getSets API (#6877) | Alon Zakai | 2024-08-28 | 1 | -2/+7 |
* | [Exceptions] Finish interpreter + optimizer support for try_table. (#6814) | Sébastien Doeraene | 2024-08-20 | 1 | -2/+32 |
* | Implement table.init (#6827) | Alon Zakai | 2024-08-16 | 1 | -0/+1 |
* | 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 | -20/+0 |
* | GUFA: Handle bottom types in filterDataContents() (#6545) | Alon Zakai | 2024-04-25 | 1 | -1/+7 |
* | GUFA: Fix signed reads of packed GC data (#6494) | Alon Zakai | 2024-04-11 | 1 | -1/+68 |
* | GUFA: Fix nondeterminism in roots (#6456) | Alon Zakai | 2024-03-29 | 1 | -1/+4 |
* | Typed continuations: suspend instructions (#6393) | Frank Emrich | 2024-03-19 | 1 | -0/+4 |
* | Typed continuations: cont.bind instructions (#6365) | Frank Emrich | 2024-03-04 | 1 | -0/+4 |
* | Typed continuations: cont.new instructions (#6308) | Frank Emrich | 2024-02-22 | 1 | -0/+4 |
* | GUFA: Propagate string literals (#6262) | Alon Zakai | 2024-02-01 | 1 | -1/+2 |
* | Typed continuations: resume instructions (#6083) | Frank Emrich | 2024-01-11 | 1 | -0/+5 |
* | [EH] Add instructions for new proposal (#6181) | Heejin Ahn | 2023-12-19 | 1 | -0/+5 |
* | [NFC] Add LocalLocation for future use (#6105) | Alon Zakai | 2023-11-13 | 1 | -0/+10 |
* | Implement table.copy (#6078) | Alon Zakai | 2023-11-06 | 1 | -0/+1 |
* | [NFC] Rename getSuperType to getDeclaredSuperType (#6015) | Alon Zakai | 2023-10-17 | 1 | -1/+1 |
* | Implement table.fill (#5949) | Thomas Lively | 2023-09-18 | 1 | -0/+1 |
* | Replace I31New with RefI31 everywhere (#5930) | Thomas Lively | 2023-09-13 | 1 | -1/+1 |
* | [NFC] Remove some unneeded cruft from PossibleContents::intersect() (#5854) | Alon Zakai | 2023-08-02 | 1 | -25/+4 |
* | GUFA: Infer using TrapsNeverHappen (#5850) | Alon Zakai | 2023-08-02 | 1 | -11/+550 |
* | PossibleContents: Support more intersection types (#5847) | Alon Zakai | 2023-07-31 | 1 | -26/+66 |
* | End the current basic block on a Call (#5823) | Alon Zakai | 2023-07-26 | 1 | -1/+1 |
* | [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele... | Alon Zakai | 2023-05-04 | 1 | -15/+15 |
* | [Wasm GC] Fix GUFA on array.init of a bottom type (#5675) | Alon Zakai | 2023-04-19 | 1 | -2/+6 |
* | [GUFA] Fix packed field filtering (#5652) | Alon Zakai | 2023-04-10 | 1 | -6/+41 |
* | [Wasm GC] Handle packed fields in GUFA and CFP (#5640) | Alon Zakai | 2023-04-07 | 1 | -0/+31 |
* | [GUFA] Refine global types during flow (#5639) | Alon Zakai | 2023-04-07 | 1 | -7/+19 |
* | [Wasm GC] Fix GUFA on ArrayInit (#5638) | Alon Zakai | 2023-04-07 | 1 | -3/+14 |
* | Implement array.fill, array.init_data, and array.init_elem (#5637) | Thomas Lively | 2023-04-06 | 1 | -1/+16 |
* | Use Names instead of indices to identify segments (#5618) | Thomas Lively | 2023-04-04 | 1 | -1/+1 |
* | [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526) | Thomas Lively | 2023-02-28 | 1 | -1/+1 |
* | Replace `RefIs` with `RefIsNull` (#5401) | Thomas Lively | 2023-01-09 | 1 | -1/+1 |
* | Use C++17's [[maybe_unused]]. NFC (#5309) | Sam Clegg | 2022-12-02 | 1 | -6/+3 |
* | Remove equirecursive typing (#5240) | Thomas Lively | 2022-11-23 | 1 | -11/+2 |
* | [Wasm GC] Fix a GUFA bug on null call_ref targets (#5262) | Alon Zakai | 2022-11-16 | 1 | -0/+6 |
* | [GUFA] [NFC] Remove RefCast special-casing (#5244) | Alon Zakai | 2022-11-14 | 1 | -33/+4 |
* | [Wasm GC] Fix nondeterminism in GUFA due to ordering (#5243) | Alon Zakai | 2022-11-11 | 1 | -10/+13 |
* | Fix possible-contents.h for `array.new_{data,elem}` (#5232) | Thomas Lively | 2022-11-08 | 1 | -0/+1 |
* | Implement `array.new_data` and `array.new_elem` (#5214) | Thomas Lively | 2022-11-07 | 1 | -0/+20 |
* | [Wasm GC] Fix GUFA on externalize/internalize (#5220) | Alon Zakai | 2022-11-04 | 1 | -3/+22 |
* | [NFC] Rewrite PossibleContents::combine to be static (#5192) | Alon Zakai | 2022-10-28 | 1 | -50/+43 |
* | [Wasm GC] Use Cones in GUFA data reads and writes (#5157) | Alon Zakai | 2022-10-19 | 1 | -73/+76 |
* | [Wasm GC] [NFC] Remove .type checks from GUFA that are not needed with modern... | Alon Zakai | 2022-10-18 | 1 | -10/+4 |
* | [Wasm GC] Filter GUFA expression locations by their type (#5149) | Alon Zakai | 2022-10-18 | 1 | -17/+132 |
* | [Wasm GC][GUFA] Avoid Many in roots (#5142) | Alon Zakai | 2022-10-13 | 1 | -8/+16 |
* | [Wasm GC] Fix the intersection of a bottom type null (#5128) | Alon Zakai | 2022-10-12 | 1 | -2/+8 |
* | [Wasm GC] [GUFA] Add initial ConeType support (#5116) | Alon Zakai | 2022-10-11 | 1 | -69/+234 |