summaryrefslogtreecommitdiff
path: root/src/ir-util.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-9/+9
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+1
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-37/+35
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+5
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-2/+2
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-1/+2
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+4
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+0
* Fix gcc warning in GetExprArity (#1489)Ben Smith2020-07-181-1/+2
* Fix folding for *.load_splat and table.fill (#1486)Ben Smith2020-07-161-5/+2
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+1
* wasm-decompile: Refactored code to first build an AST. (#1191)Wouter van Oortmerssen2019-10-181-8/+8
* wasm-decompile: Output Tee as Set+Get instead if possible. (#1165)Wouter van Oortmerssen2019-09-251-8/+12
* [WIP] Added initial skeleton code for wasm-decompile. (#1155)Wouter van Oortmerssen2019-09-121-0/+260