index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader-ir.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+94
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-67
/
+67
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-4
/
+8
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-29
/
+50
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-18
/
+13
*
Show tag names in objdump disassembly (#1774)
Sam Clegg
2021-12-07
1
-0
/
+20
*
Remove unused checks from #1770. NFC (#1772)
Sam Clegg
2021-12-04
1
-13
/
+0
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
1
-73
/
+31
*
OnRefFuncExpr takes a func index. NFC (#1768)
Sam Clegg
2021-12-02
1
-3
/
+3
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-17
/
+24
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-3
/
+3
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-24
/
+25
*
Fix crash when function counts mismatch (#1739)
Ng Zhi An
2021-10-15
1
-1
/
+7
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-2
/
+8
*
[simd] Correctly shift alignment_log2 (#1699)
Ng Zhi An
2021-08-06
1
-2
/
+2
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+5
*
Allow plain `try` with no `catch` or `delegate` (#1676)
Asumu Takikawa
2021-06-29
1
-2
/
+2
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-26
/
+2
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-34
/
+38
*
Add more support to extended names section. (#1659)
Sam Clegg
2021-04-07
1
-27
/
+130
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+12
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+12
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+10
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-2
/
+5
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-19
/
+79
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-3
/
+5
*
Add --relocatable support for tables (#1549) (#1549)
Andy Wingo
2020-10-01
1
-0
/
+19
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-18
/
+18
*
Fix linking section symbol name bugs (#1508)
Ben Smith
2020-07-31
1
-0
/
+16
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-3
/
+3
*
[wasm2wat] Fix a few more roundtripping issues (#1450)
Ben Smith
2020-05-29
1
-0
/
+1
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-12
/
+13
*
Remove range assertions in BinaryReader (#1416)
Ben Smith
2020-05-11
1
-2
/
+0
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-12
/
+17
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+11
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-2
/
+9
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
1
-41
/
+16
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-13
/
+23
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-3
/
+3
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-5
/
+10
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-12
/
+12
*
wasm-decompile: Fix access of undefined symbols. (#1319)
Wouter van Oortmerssen
2020-01-27
1
-0
/
+4
*
wasm-decompile: use symbols from linking section for names. (#1318)
Wouter van Oortmerssen
2020-01-27
1
-0
/
+78
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-2
/
+12
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-0
/
+8
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-3
/
+3
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+5
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-6
/
+8
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-6
/
+6
[next]