index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expr-visitor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+23
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-3
/
+3
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+4
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-1
/
+0
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+4
*
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
-16
/
+0
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+6
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+5
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+4
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-10
/
+58
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+4
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+4
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+4
*
Visit catch even when its body is empty (#1141)
Heejin Ahn
2019-08-14
1
-3
/
+2
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+4
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+24
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+4
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-32
/
+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
-17
/
+18
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+28
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+9
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-9
/
+8
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-1
/
+2
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+5
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+5
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-37
/
+44
*
Rewrite ExprVisitor to be non-recursive (#765)
Ben Smith
2018-02-21
1
-21
/
+159
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+4
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-8
/
+8
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-0
/
+8
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+17
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-3
/
+3
*
Move Result to its own file (result.h) (#600)
Ben Smith
2017-08-29
1
-6
/
+0
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-8
/
+8
*
Use intrusive_list for Expr (#544)
Ben Smith
2017-06-30
1
-9
/
+9
*
Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)
KarlSchimpf
2017-06-28
1
-1
/
+1
*
Use type hierarchy for ModuleField instead of union (#532)
Ben Smith
2017-06-25
1
-30
/
+31
*
Refactor Expr as class hierarchy instead of union (#524)
Ben Smith
2017-06-23
1
-46
/
+55
*
Fix the validator to be able to validate exception handling constructs. (#514)
KarlSchimpf
2017-06-22
1
-19
/
+11
*
Add syntax for try blocks to the wast parser. (#490)
KarlSchimpf
2017-06-11
1
-0
/
+26
*
Make ExprVisitor into C++ class (#471)
Ben Smith
2017-06-02
1
-0
/
+163