index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+15
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-30
/
+30
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-4
/
+10
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-16
/
+29
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-1
/
+8
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-7
/
+61
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-0
/
+7
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-17
/
+2
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+11
*
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
-2
/
+0
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-18
/
+18
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-4
/
+20
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+20
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+2
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-13
/
+26
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-2
/
+2
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-8
/
+22
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+11
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
1
-9
/
+53
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+13
*
Move more functionality into the v128 type (#1363)
Ben Smith
2020-03-20
1
-17
/
+8
*
Refactor Const struct's internal storage (#1356)
Ben Smith
2020-03-16
1
-36
/
+55
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-4
/
+21
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-12
/
+42
*
Update testsuite (#1308)
Ben Smith
2020-01-16
1
-7
/
+0
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-6
/
+3
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-4
/
+6
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-1
/
+7
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+2
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-3
/
+5
*
wast2json: add new `assert_return_func` assertion type (#1224)
Sam Clegg
2019-11-15
1
-0
/
+7
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-2
/
+24
*
Rename v128_bits to simply vec128 since this is stored natively (#1207)
Sam Clegg
2019-11-11
1
-1
/
+1
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+2
*
Add ref.* to the (invoke) (#1156)
Yury Delendik
2019-09-12
1
-0
/
+3
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+2
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-0
/
+1
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-1
/
+16
*
Allow a local type count of 0 (#1039)
Ben Smith
2019-03-08
1
-2
/
+3
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-3
/
+2
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-2
/
+20
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+10
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-1
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-18
/
+18
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-12
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-13
/
+13
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-2
/
+1
[next]