index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
reference-types: add final test: br_table (#1264)
Sam Clegg
2019-12-13
1
-1
/
+4
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-2
/
+2
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+10
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-30
/
+21
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-2
/
+3
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-2
/
+2
*
wast2json: add new `assert_return_func` assertion type (#1224)
Sam Clegg
2019-11-15
1
-0
/
+7
*
reference-types: implement type checking for table.get/table.set (#1221)
Sam Clegg
2019-11-15
1
-2
/
+6
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-5
/
+7
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-1
/
+15
*
Add ref.* to the (invoke) (#1156)
Yury Delendik
2019-09-12
1
-3
/
+3
*
Add support for ref.null in global initializers (#1131)
Andy Wingo
2019-07-25
1
-0
/
+4
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+10
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-2
/
+4
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-4
/
+6
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-12
/
+60
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+11
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-13
/
+4
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-23
/
+22
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-36
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-8
/
+8
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-44
/
+44
*
Check type use vs. explicit sig. in call_indirect (#937)
Ben Smith
2018-10-30
1
-8
/
+2
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-4
/
+24
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-4
/
+23
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-5
/
+76
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+12
*
Fix some multi-value bugs; run spec tests
Ben Smith
2018-09-06
1
-0
/
+30
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-16
/
+13
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-21
/
+9
*
Fix: set_global on immutable global is invalid (#895)
Ben Smith
2018-08-15
1
-1
/
+12
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-12
/
+12
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-26
/
+44
*
Better type-check errors locs @ end of block (#856)
Ben Smith
2018-06-05
1
-0
/
+7
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-16
/
+16
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-16
/
+21
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+7
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+7
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-26
/
+34
*
Use ExprVisitor in Validator (#764)
Ben Smith
2018-02-20
1
-202
/
+310
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+4
*
Don't allow memory to be shared by default (#756)
Ben Smith
2018-02-13
1
-18
/
+19
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
1
-2
/
+2
*
Wabt simd v128.const instruction PR (Part 2): (#702)
lizhengxing
2017-12-19
1
-0
/
+1
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-22
/
+43
*
Import/export mutable globals w/ threads enabled (#690)
Ben Smith
2017-12-07
1
-11
/
+23
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-8
/
+8
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
1
-14
/
+41
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-28
/
+28
*
Validate that atomic accesses have shared memory (#641)
Ben Smith
2017-09-27
1
-6
/
+19
[prev]
[next]