index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a local type count of 0 (#1039)
Ben Smith
2019-03-08
1
-1
/
+0
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-2
/
+3
*
Improve support for event symbols and except_ref types (#1025)
Wouter van Oortmerssen
2019-02-24
1
-6
/
+19
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-16
/
+79
*
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
-19
/
+13
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-27
/
+27
*
Add `Event` known section; remove `exception` (#1012)
Ben Smith
2019-02-11
1
-3
/
+6
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-11
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-5
/
+5
*
Update bulk memory instruction binary encodings (#999)
Alex Crichton
2019-01-29
1
-11
/
+18
*
Implement parsing and writing of DataCount section (#998)
Ben Smith
2019-01-23
1
-6
/
+27
*
Update linking metadata version (#996)
Sam Clegg
2019-01-17
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-90
/
+90
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-1
/
+1
*
Add needed_dynlibs to dylink section (#974)
Sam Clegg
2018-12-12
1
-0
/
+9
*
Handle mismatch in function/code section (#959)
Ben Smith
2018-11-28
1
-0
/
+4
*
Add support for dylink section (#955)
Sam Clegg
2018-11-14
1
-0
/
+20
*
Update testsuite (#942)
Ben Smith
2018-11-05
1
-6
/
+10
*
Add test for disabled opcodes in binary reader (#934)
Ben Smith
2018-10-18
1
-34
/
+18
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
1
-4
/
+6
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-0
/
+5
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+26
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-12
/
+84
*
Require reserved instruction bytes to be one byte (#922)
Ben Smith
2018-10-05
1
-6
/
+6
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-1
/
+2
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-21
/
+21
*
Fix integer overflow w/ too many locals (#862)
Ben Smith
2018-06-15
1
-0
/
+4
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-41
/
+51
*
Add support for new relocation types used in DWARF sections (#846)
Sam Clegg
2018-05-29
1
-0
/
+8
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-8
/
+8
*
Remove old sub-sections types from linking section (#840)
Sam Clegg
2018-05-17
1
-12
/
+0
*
Print "warning" for ignored custom section errors (#843)
Ben Smith
2018-05-16
1
-7
/
+20
*
Fix broken version check on metadata section (#841)
Sam Clegg
2018-05-14
1
-1
/
+1
*
Fix bug with --ignore-custom-section-errors flag (#837)
Ben Smith
2018-05-14
1
-1
/
+4
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
1
-17
/
+62
*
Refer to target section by index in relocation section (#830)
Sam Clegg
2018-05-03
1
-8
/
+6
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-0
/
+8
*
Don't allow a local decl count of 0 (#827)
Ben Smith
2018-04-10
1
-0
/
+1
*
Don't allow the `v128` type without the simd flag (#824)
Ben Smith
2018-04-04
1
-3
/
+8
*
Use `ReadCount` function in BinaryReader (#821)
Ben Smith
2018-03-28
1
-20
/
+38
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-7
/
+6
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+9
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-1
/
+7
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-1
/
+8
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+9
*
SIMD v128.load/v128.store implementation. (#801)
lizhengxing
2018-03-09
1
-2
/
+4
*
SIMD Floating point to integer with saturation implementation. (#797)
lizhengxing
2018-03-07
1
-0
/
+4
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-0
/
+5
*
SIMD (f32x4/f64x2).sqrt implementation. (#789)
lizhengxing
2018-03-05
1
-0
/
+2
[next]