index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Print.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate printing of function signatures (#7073)
Thomas Lively
2024-11-12
1
-56
/
+43
*
[NFC] Fix copy-paste error in TryTable printing (#7044)
Alon Zakai
2024-10-31
1
-1
/
+1
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-1
/
+9
*
[NFC] Print type names in more places when logging (#6975)
Alon Zakai
2024-09-30
1
-0
/
+5
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+12
*
[NFC] Eagerly create segments when parsing datacount (#6958)
Thomas Lively
2024-09-19
1
-0
/
+5
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-0
/
+3
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+6
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-8
/
+8
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+21
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+25
*
Print explicit typeuses for non-MVP function types (#6851)
Thomas Lively
2024-08-19
1
-2
/
+11
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+6
*
Typed continuations: update syntax of handler clauses (#6824)
Frank Emrich
2024-08-09
1
-3
/
+1
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+18
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+9
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-3
/
+13
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+5
*
Do not abbreviate items in element segments (#6737)
Thomas Lively
2024-07-12
1
-1
/
+2
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-4
/
+4
*
Add local.set/tee local type annotations to BINARYEN_PRINT_FULL (#6657)
Alon Zakai
2024-06-13
1
-12
/
+25
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-53
/
+0
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-49
/
+1
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-8
/
+24
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-0
/
+3
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-27
/
+19
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
1
-2
/
+1
*
Do not repeat types names in text output (#6499)
Thomas Lively
2024-04-16
1
-2
/
+35
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
1
-5
/
+8
*
Ensure printed tuple.extract arity is valid (#6487)
Thomas Lively
2024-04-11
1
-1
/
+6
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-1
/
+7
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+5
*
[NFC] Clean up the unreachable replacement code in Print.cpp (#6388)
Thomas Lively
2024-03-08
1
-108
/
+56
*
Fix printing of bulk array ops (#6387)
Thomas Lively
2024-03-08
1
-0
/
+19
*
Print '(offset ...)` in data and element segments (#6379)
Thomas Lively
2024-03-06
1
-0
/
+15
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-1
/
+6
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-1
/
+2
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+5
*
Properly stringify names in tests (#6279)
Thomas Lively
2024-02-06
1
-127
/
+72
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-5
/
+2
*
[EH] Support Stack IR for try_table (#6231)
Heejin Ahn
2024-01-22
1
-2
/
+4
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+36
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-12
/
+20
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-5
/
+1
*
[EH] Misc. fixes for EH (#6195)
Heejin Ahn
2024-01-02
1
-1
/
+1
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-35
/
+52
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+34
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-0
/
+1
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-1
/
+8
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-1
/
+4
[next]