| Commit message (Expand) | Author | Age | Files | Lines |
* | Make validation of stale types stricter (#7097) | Thomas Lively | 2024-11-21 | 1 | -7/+11 |
* | [GC] Fix ConstantFieldPropagation on incompatible types (#7054) | Alon Zakai | 2024-11-05 | 1 | -0/+116 |
* | Use TopologicalSort::minSort to order rec groups (#6892) | Thomas Lively | 2024-09-04 | 1 | -6/+6 |
* | Count supertypes when collecting module types (#6838) | Thomas Lively | 2024-08-14 | 1 | -3/+3 |
* | ConstantFieldPropagation: Add a variation that picks between 2 values using R... | Alon Zakai | 2024-06-27 | 1 | -0/+4 |
* | Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo... | Alon Zakai | 2024-04-11 | 1 | -0/+81 |
* | [NFC] Add the type of the Expression when eliding it (#6362) | Alon Zakai | 2024-02-28 | 1 | -3/+3 |
* | Update lit tests to parse with the new parser (#6290) | Thomas Lively | 2024-02-08 | 1 | -1/+0 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -4/+12 |
* | [NFC] Some misc comments for clarification (#6017) | Alon Zakai | 2023-10-17 | 1 | -2/+4 |
* | ConstantFieldPropagation: Fully handle copies (#5969) | Alon Zakai | 2023-09-26 | 1 | -0/+324 |
* | Remove legacy type defintion text syntax (#5948) | Thomas Lively | 2023-09-18 | 1 | -18/+18 |
* | Make final types the default (#5918) | Thomas Lively | 2023-09-09 | 1 | -26/+26 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -115/+115 |
* | Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894) | Jérôme Vouillon | 2023-08-23 | 1 | -2/+2 |
* | Print supertype declarations using the standard format (#5801) | Thomas Lively | 2023-07-06 | 1 | -18/+18 |
* | ConstantFieldPropagation: Track copied values properly (#5761) | Alon Zakai | 2023-06-12 | 1 | -0/+70 |
* | Convert some tests off of --nominal (#5660) | Thomas Lively | 2023-04-13 | 1 | -37/+34 |
* | [Wasm GC] Handle packed fields in GUFA and CFP (#5640) | Alon Zakai | 2023-04-07 | 1 | -0/+90 |
* | Parse and print `array.new_fixed` (#5527) | Thomas Lively | 2023-02-28 | 1 | -2/+2 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 1 | -90/+90 |
* | Implement bottom heap types (#5115) | Thomas Lively | 2022-10-07 | 1 | -259/+295 |
* | Simplify and fix heap type counting (#5110) | Thomas Lively | 2022-10-04 | 1 | -1/+2 |
* | Remove RTTs (#4848) | Thomas Lively | 2022-08-05 | 1 | -158/+73 |
* | Update nominal type ordering (#4631) | Thomas Lively | 2022-05-03 | 1 | -13/+22 |
* | Print heap types in text format in nominal mode (#4316) | Alon Zakai | 2021-11-08 | 1 | -56/+56 |
* | Fix printing of some unreachable GC instructions (#4281) | Alon Zakai | 2021-10-27 | 1 | -3/+7 |
* | [Wasm GC] Constant Field Propagation: Handle immutable globals (#4258) | Alon Zakai | 2021-10-27 | 1 | -0/+298 |
* | Switch from "extends" to M4 nominal syntax (#4248) | Thomas Lively | 2021-10-14 | 1 | -94/+94 |
* | [Wasm GC] ConstantFieldPropagation: Ignore copies (#4084) | Alon Zakai | 2021-08-16 | 1 | -0/+161 |
* | [Wasm GC] Track struct.new and struct.set separately in ConstantFieldPropagat... | Alon Zakai | 2021-08-09 | 1 | -31/+266 |
* | [Wasm GC] Constant Field Propagation (#4052) | Alon Zakai | 2021-08-05 | 1 | -0/+1478 |