| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Make MemoryOrder parameters non-optional (#7171) | Thomas Lively | 2024-12-21 | 1 | -6/+3 |
* | Support atomic struct accessors (#7155) | Thomas Lively | 2024-12-18 | 1 | -8/+17 |
* | Support control flow inputs in IRBuilder (#7149) | Thomas Lively | 2024-12-13 | 1 | -23/+22 |
* | Rename indexType -> addressType. NFC (#7060) | Sam Clegg | 2024-11-07 | 1 | -7/+7 |
* | Source Maps: Support 5 segment mappings (#6795) | Ömer Sinan Ağacan | 2024-10-01 | 1 | -3/+24 |
* | Fix parser error on block params (#6932) | Thomas Lively | 2024-09-11 | 1 | -6/+6 |
* | Implement table.init (#6827) | Alon Zakai | 2024-08-16 | 1 | -0/+13 |
* | [NFC][parser] Rename deftype and subtype (#6819) | Thomas Lively | 2024-08-07 | 1 | -7/+7 |
* | [threads] ref.i31_shared (#6735) | Thomas Lively | 2024-07-12 | 1 | -3/+8 |
* | [threads] Shared basic heap types (#6667) | Thomas Lively | 2024-06-19 | 1 | -33/+60 |
* | [Parser] Update requirements for implicit type uses (#6665) | Thomas Lively | 2024-06-14 | 1 | -1/+1 |
* | [threads] Binary reading and writing of shared composite types (#6664) | Thomas Lively | 2024-06-14 | 1 | -1/+2 |
* | [Parser][NFC] Make typeidx and maybeTypeidx return consistent types (#6663) | Thomas Lively | 2024-06-14 | 1 | -6/+3 |
* | [threads] Parse, build, and print shared composite types (#6654) | Thomas Lively | 2024-06-12 | 1 | -0/+3 |
* | Rewrite wasm-shell to use new wast parser (#6601) | Thomas Lively | 2024-05-17 | 1 | -1/+4 |
* | Debug location parser: accept arbitrary paths (#6594) | Jérôme Vouillon | 2024-05-15 | 1 | -15/+14 |
* | [Strings] Remove operations not included in imported strings (#6589) | Thomas Lively | 2024-05-15 | 1 | -41/+7 |
* | [Strings] Remove stringview types and instructions (#6579) | Thomas Lively | 2024-05-15 | 1 | -45/+3 |
* | Source maps: Allow specifying that an expression has no debug info in text (... | Jérôme Vouillon | 2024-05-14 | 1 | -1/+7 |
* | [Parser] Parse wast scripts (#6581) | Thomas Lively | 2024-05-13 | 1 | -1/+1 |
* | [memory64] Add table64 to existing memory64 support (#6577) | Sam Clegg | 2024-05-10 | 1 | -10/+19 |
* | [Parser] Use the new parser in wasm-shell and wasm-as (#6529) | Thomas Lively | 2024-04-24 | 1 | -7/+5 |
* | [Parser][NFC] Do less work when parsing function types (#6516) | Thomas Lively | 2024-04-19 | 1 | -0/+6 |
* | [Parser] Parse contref and nullcontref types (#6485) | Thomas Lively | 2024-04-10 | 1 | -0/+4 |
* | [Strings] Represent string values as WTF-16 internally (#6418) | Thomas Lively | 2024-03-22 | 1 | -1/+8 |
* | Typed continuations: suspend instructions (#6393) | Frank Emrich | 2024-03-19 | 1 | -0/+8 |
* | [Parser] Support prologue and epilogue sourcemap annotations (#6370) | Thomas Lively | 2024-03-04 | 1 | -7/+22 |
* | Typed continuations: cont.bind instructions (#6365) | Frank Emrich | 2024-03-04 | 1 | -0/+12 |
* | [Parser] Do not require a memory for GC string ops (#6363) | Thomas Lively | 2024-02-29 | 1 | -6/+30 |
* | [Parser] Parse annotations, including source map comments (#6345) | Thomas Lively | 2024-02-26 | 1 | -220/+734 |
* | Typed continuations: cont.new instructions (#6308) | Frank Emrich | 2024-02-22 | 1 | -0/+7 |
* | [Parser][NFC] Remove parser/input.h (#6332) | Thomas Lively | 2024-02-22 | 1 | -8/+8 |
* | [Parser] Parse `resume` (#6295) | Thomas Lively | 2024-02-09 | 1 | -7/+35 |
* | [Parser] Support references to struct fields by name (#6293) | Thomas Lively | 2024-02-08 | 1 | -9/+19 |
* | [Parser] Do not involve IRBuilder for imported functions (#6286) | Thomas Lively | 2024-02-07 | 1 | -1/+4 |
* | [Parser] Parse v128.const (#6275) | Thomas Lively | 2024-02-05 | 1 | -0/+62 |
* | [Parser] Parse start declarations (#6256) | Thomas Lively | 2024-01-30 | 1 | -0/+14 |
* | [Parser] Parse pops (by doing nothing) (#6252) | Thomas Lively | 2024-01-30 | 1 | -0/+5 |
* | [Parser] Parse tuple types (#6249) | Thomas Lively | 2024-01-29 | 1 | -1/+12 |
* | [Parser] Parse throw_ref (#6238) | Thomas Lively | 2024-01-25 | 1 | -0/+5 |
* | [Parser] Parse try_table (#6237) | Thomas Lively | 2024-01-25 | 1 | -0/+52 |
* | [Parser] Parse remaining heap and reference types (#6218) | Thomas Lively | 2024-01-10 | 1 | -10/+20 |
* | [Parser] Parse br_if correctly (#6202) | Thomas Lively | 2024-01-04 | 1 | -3/+3 |
* | [Parser] Parse br_on_cast{_fail} input annotations (#6198) | Thomas Lively | 2024-01-03 | 1 | -4/+8 |
* | [Parser] Parse folded instructions that contain parentheses (#6196) | Thomas Lively | 2024-01-03 | 1 | -0/+8 |
* | [Parser] Support standalone import definitions (#6191) | Thomas Lively | 2024-01-02 | 1 | -1/+11 |
* | [Parser] Parse explicit exports (#6179) | Thomas Lively | 2023-12-14 | 1 | -0/+13 |
* | [Parser] Parse tuple operations (#6174) | Thomas Lively | 2023-12-13 | 1 | -0/+15 |
* | [Parser] Parse the remaining array operations (#6158) | Thomas Lively | 2023-12-12 | 1 | -2/+113 |
* | [Parser] Parse rethrow (#6155) | Thomas Lively | 2023-12-12 | 1 | -0/+5 |