index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
1
-5
/
+5
*
[NFC] Use more precise types for Expression IDs (#7038)
Alon Zakai
2024-10-30
1
-4
/
+3
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-7
/
+11
*
[NFC] Print type names in more places when logging (#6975)
Alon Zakai
2024-09-30
1
-0
/
+4
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+4
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-0
/
+1
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+2
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+7
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+8
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+15
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+6
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+5
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+2
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-38
/
+6
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-87
/
+0
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-4
/
+0
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-1
/
+3
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-0
/
+2
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-20
/
+0
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+14
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+13
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+12
*
[Parser] Parse throw_ref (#6238)
Thomas Lively
2024-01-25
1
-0
/
+1
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+27
*
Unify method pairs with and without Type param (#6184)
Heejin Ahn
2023-12-20
1
-35
/
+28
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+45
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
1
-0
/
+1
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
1
-0
/
+15
*
[Parser] Parse table operations (#6154)
Thomas Lively
2023-12-12
1
-0
/
+2
*
Add no-inline IR annotation, and passes to set it based on function name (#6146)
Alon Zakai
2023-12-06
1
-0
/
+6
*
wasm-metadce all the things (#6142)
Alon Zakai
2023-11-30
1
-0
/
+7
*
[Parser] Parse RefAs expressions (#6101)
Thomas Lively
2023-11-15
1
-0
/
+1
*
[Parser] Parse BrOn expressions (#6100)
Thomas Lively
2023-11-15
1
-0
/
+1
*
[Parser] Parse ref.test and ref.cast (#6099)
Thomas Lively
2023-11-15
1
-0
/
+2
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+15
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+14
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-4
/
+4
*
Factor IRBuilder utility out of the new wat parser (#5880)
Thomas Lively
2023-08-22
1
-0
/
+14
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-1
/
+0
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-5
/
+0
*
Add support for debug printing of functions (#5828)
Alon Zakai
2023-07-20
1
-0
/
+1
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-2
/
+4
*
[analysis] Add a new iterable CFG utility (#5712)
Thomas Lively
2023-05-12
1
-0
/
+9
*
[NFC] Track the kinds of items that names refer to in wasm-delegations-fields...
Alon Zakai
2023-05-05
1
-0
/
+15
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-19
/
+32
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+34
*
Only update functions in optimizeAfterInlining() (#5624)
Alon Zakai
2023-04-05
1
-0
/
+1
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-3
/
+3
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-3
/
+3
[next]