summaryrefslogtreecommitdiff
path: root/src/ir.cc
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+2
* Update testsuite (#2054)Sam Clegg2022-11-131-5/+4
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-2/+4
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-031-2/+7
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+1
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-4/+4
* Use C++17 pair destructuring for loops (#1827)Sam Clegg2022-02-111-4/+3
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-64/+63
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-5/+6
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+1
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-22/+22
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+1
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+1
* [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-1/+0
* Fix assert when function has struct type (#1498)Ben Smith2020-07-251-1/+1
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-1/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Refactor Const struct's internal storage (#1356)Ben Smith2020-03-161-15/+0
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-2/+4
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-4/+7
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-14/+13
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-0/+48
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+1
* Rename v128_bits to simply vec128 since this is stored natively (#1207)Sam Clegg2019-11-111-1/+1
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+1
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-0/+1
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+6
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+1
* Rename exception -> event (#1013)Ben Smith2019-02-111-22/+22
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-1/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-2/+2
* The great renaming (#985)Ben Smith2018-12-191-7/+7
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-13/+1
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-2/+44
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-2/+9
* Tailcall (#918)Ben Smith2018-10-011-0/+2
* Don't allow a local decl count of 0 (#827)Ben Smith2018-04-101-5/+5
* Store local types as Type+Count pairs (#820)Ben Smith2018-03-281-2/+41
* Run clang-format over all the files (#814)Ben Smith2018-03-161-11/+5
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+1
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+1
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-2/+3
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+1
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+23
* Fix bug when writing inline exports for import (#700)Ben Smith2017-12-191-0/+22
* Wabt simd v128.const instruction PR (Part 2): (#702)lizhengxing2017-12-191-2/+1
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-0/+5
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-21/+42