index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+58
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-20
/
+20
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-2
/
+18
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-1
/
+1
*
wasm-objdump: Fix disassembly output of selectT instruction (#1777)
Sam Clegg
2021-12-08
1
-3
/
+7
*
Show tag names in objdump disassembly (#1774)
Sam Clegg
2021-12-07
1
-0
/
+1
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
1
-94
/
+29
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-32
/
+92
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-1
/
+10
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-3
/
+1
*
Fix a range of data type warning in gcc (#1702)
Hyukwoo Park
2021-10-26
1
-2
/
+1
*
Add support for target_features section (#1744)
Sam Clegg
2021-10-19
1
-0
/
+19
*
Support for import/export info in dylink section (#1741)
Sam Clegg
2021-10-19
1
-3
/
+26
*
Fix ub access of 0-size vector in data segment (#1725)
Ng Zhi An
2021-10-12
1
-0
/
+1
*
Support new dylink custom section format (#1707)
Sam Clegg
2021-09-10
1
-0
/
+56
*
Remove ununsed onSymbol callback. NFC (#1708)
Sam Clegg
2021-09-10
1
-1
/
+0
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+5
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-6
/
+0
*
[EH] Make tag attribute's encoding uint8 (#1681)
Heejin Ahn
2021-06-29
1
-2
/
+2
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-32
/
+32
*
[Memory64] Support reading/writing limits as 64-bit LEBs (#1664)
Wouter van Oortmerssen
2021-04-22
1
-5
/
+16
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-11
/
+11
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+15
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+15
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+11
*
[simd] Implement i64x2.extend_{low,high}_i32x4_{s,u} (#1643)
Ng Zhi An
2021-03-16
1
-0
/
+4
*
[simd] Implement i64x2 comparisons (#1642)
Ng Zhi An
2021-03-16
1
-0
/
+6
*
[simd] Implement i32x4.dot_i16x8_s (#1640)
Ng Zhi An
2021-03-16
1
-0
/
+1
*
[simd] Implement q15mulrsat_s (#1639)
Ng Zhi An
2021-03-16
1
-0
/
+1
*
[simd] Implement extmul instructions (#1638)
Ng Zhi An
2021-03-12
1
-0
/
+12
*
[simd] Implement extadd instructions (#1637)
Ng Zhi An
2021-03-12
1
-0
/
+4
*
[simd] Implement i64x2.abs (#1636)
Ng Zhi An
2021-03-12
1
-0
/
+1
*
[simd] Implement i32x4.trunc_sat_f64x2_[su]_zero (#1635)
Ng Zhi An
2021-03-12
1
-0
/
+2
*
[simd] Rename widen to extend, implement some double precision ops (#1633)
Ng Zhi An
2021-03-11
1
-8
/
+12
*
Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)
Ng Zhi An
2021-03-11
1
-0
/
+1
*
Fix format-string warning for 32-bit compilation (#1629) (#1630)
Steven Johnson
2021-03-10
1
-1
/
+1
*
[simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)
Ng Zhi An
2021-03-04
1
-3
/
+3
*
Bump testsuite version and fix tests (#1622)
Ng Zhi An
2021-03-04
1
-1
/
+9
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-0
/
+6
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-14
/
+19
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+7
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-9
/
+16
*
Add new TLS relocation types (#1572)
Sam Clegg
2020-11-20
1
-0
/
+2
*
Rename atomic.notify, *.atomic.wait (#1564)
Ben Smith
2020-11-03
1
-3
/
+3
*
Update SIMD support (#1553)
Darin Morrison
2020-10-26
1
-20
/
+32
*
Add initial support for extended names sections (#1554)
Sam Clegg
2020-10-02
1
-1
/
+32
*
Add --relocatable support for tables (#1549) (#1549)
Andy Wingo
2020-10-01
1
-1
/
+6
*
Disallow "64-bit" flag if memory64 is disabled (#1547)
Paweł Bylica
2020-09-18
1
-0
/
+2
*
Disallow non-zero memidx when bulk memory disabled (#1546)
Paweł Bylica
2020-09-17
1
-0
/
+2
*
add missing case for R_WASM_GLOBAL_INDEX_I32 relocation (#1541)
Dominic Chen
2020-09-10
1
-0
/
+1
[next]