index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expr-visitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+12
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+2
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-8
/
+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
-12
/
+12
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+14
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+6
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-4
/
+4
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+2
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+2
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-9
/
+11
*
Rewrite ExprVisitor to be non-recursive (#765)
Ben Smith
2018-02-21
1
-0
/
+29
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+2
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-4
/
+4
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-0
/
+4
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+10
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-2
/
+2
*
Use intrusive_list for Expr (#544)
Ben Smith
2017-06-30
1
-1
/
+1
*
Refactor Expr as class hierarchy instead of union (#524)
Ben Smith
2017-06-23
1
-76
/
+73
*
Fix the validator to be able to validate exception handling constructs. (#514)
KarlSchimpf
2017-06-22
1
-0
/
+11
*
Make ExprVisitor into C++ class (#471)
Ben Smith
2017-06-02
1
-0
/
+116