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
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-0
/
+6
*
Update ID for tag name subsection (#2336)
Michael Williamson
2023-11-27
1
-0
/
+1
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-0
/
+14
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
1
-0
/
+16
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-3
/
+3
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-21
/
+10
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-0
/
+1
*
BinaryReaderIR: silence clang 14 warning (NFC) (#2232)
Keith Winstein
2023-05-09
1
-1
/
+1
*
Track use of SIMD and exceptions in IR, and CWriter includes support only if ...
Keith Winstein
2023-05-08
1
-0
/
+18
*
BinaryReader/BinaryReaderIR: check for missing end markers (#2218)
Keith Winstein
2023-05-03
1
-0
/
+12
*
BinaryReaderIR: Limit number of function params, results, and locals (#2182)
Keith Winstein
2023-04-04
1
-0
/
+19
*
BinaryReaderIR: increase kMaxNestingDepth to 16,384 (#2170)
Keith Winstein
2023-03-14
1
-1
/
+1
*
BinaryReaderIR: limit nesting depth to avoid stack overflow (#2169)
Keith Winstein
2023-03-13
1
-18
/
+19
*
Replace MakeUnique with c++14 std::make_unique (#2152)
Keith Winstein
2023-02-27
1
-102
/
+120
*
BinaryReaderIR: fix mis-binding of tags with debug name (#2040)
Keith Winstein
2022-11-04
1
-1
/
+1
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-5
/
+5
*
BinaryReaderIR: set name of type if given in name section (#1996)
Keith Winstein
2022-09-18
1
-0
/
+19
*
Fix incorrect index usage in BinaryReaderIR::OnTableSymbol (#1976)
Sam Clegg
2022-08-31
1
-1
/
+1
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-16
/
+32
*
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
Keith Winstein
2022-08-15
1
-31
/
+34
*
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
[next]