index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader-ir.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm2wat] Fix a few more roundtripping issues (#1450)
Ben Smith
2020-05-29
1
-0
/
+1
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-12
/
+13
*
Remove range assertions in BinaryReader (#1416)
Ben Smith
2020-05-11
1
-2
/
+0
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-12
/
+17
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+11
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-2
/
+9
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
1
-41
/
+16
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-13
/
+23
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-3
/
+3
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-5
/
+10
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-12
/
+12
*
wasm-decompile: Fix access of undefined symbols. (#1319)
Wouter van Oortmerssen
2020-01-27
1
-0
/
+4
*
wasm-decompile: use symbols from linking section for names. (#1318)
Wouter van Oortmerssen
2020-01-27
1
-0
/
+78
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-2
/
+12
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-0
/
+8
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-3
/
+3
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+5
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-6
/
+8
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-6
/
+6
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+5
*
Add support for ref.null in global initializers (#1131)
Andy Wingo
2019-07-25
1
-0
/
+7
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+10
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-2
/
+7
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-10
/
+16
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-4
/
+37
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+8
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-10
/
+14
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-22
/
+22
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-22
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-6
/
+6
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-25
/
+25
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-2
/
+2
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-14
/
+2
*
Rename duplicate locals (#968)
Ben Smith
2018-12-03
1
-11
/
+25
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-4
/
+4
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+16
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-4
/
+41
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-18
/
+11
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-4
/
+3
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-19
/
+30
*
Better type-check errors locs @ end of block (#856)
Ben Smith
2018-06-05
1
-12
/
+54
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-10
/
+10
*
Print "warning" for ignored custom section errors (#843)
Ben Smith
2018-05-16
1
-7
/
+9
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-2
/
+16
*
Don't allow a local decl count of 0 (#827)
Ben Smith
2018-04-10
1
-1
/
+1
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-6
/
+1
*
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
*
Always set the expr's loc value in binary reader (#791)
Ben Smith
2018-03-05
1
-14
/
+15
[next]