index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-binary.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-2
/
+5
*
Simplify binary block parsing (#2674)
Thomas Lively
2020-02-28
1
-1
/
+1
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+1
*
Limit the number of passive segments to work around a Chrome bug (#2613)
Thomas Lively
2020-01-22
1
-1
/
+1
*
DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)
Alon Zakai
2020-01-21
1
-0
/
+15
*
DWARF: high_pc computation (#2595)
Alon Zakai
2020-01-16
1
-0
/
+1
*
DWARF: Function location tracking (#2592)
Alon Zakai
2020-01-16
1
-7
/
+2
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-1
/
+1
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-11
/
+11
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+23
*
DWARF debug line updating (#2545)
Alon Zakai
2019-12-20
1
-0
/
+13
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-0
/
+6
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-1
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-3
/
+7
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-0
/
+4
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-85
/
+45
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-4
/
+6
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+6
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-1
/
+5
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+12
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-1
/
+5
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+2
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-1
/
+7
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-13
/
+29
*
Asyncify: whitelist and blacklist support (#2264)
Alon Zakai
2019-07-26
1
-0
/
+1
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-3
/
+3
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+3
*
Clean up loose ends in feature handling (#2203)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)
Heejin Ahn
2019-06-04
1
-8
/
+3
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+10
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-17
/
+17
*
Delete WasmBinaryBuilder::mappedGlobals (NFC) (#2098)
Heejin Ahn
2019-05-12
1
-6
/
+4
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+5
*
Add exception handling feature (#2083)
Heejin Ahn
2019-05-03
1
-0
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-12
/
+24
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-124
/
+173
*
DataCount section (#2006)
Thomas Lively
2019-04-15
1
-1
/
+9
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+9
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-0
/
+5
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-2
/
+12
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-2
/
+2
*
remove getString, which is not used, and was insecure to boot (#1966)
Alon Zakai
2019-03-26
1
-2
/
+2
*
Add strip-target-features pass (#1946)
Thomas Lively
2019-03-14
1
-0
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-1
/
+12
*
Strip the producers section in --strip-producers (#1875)
Alon Zakai
2019-01-31
1
-0
/
+1
[next]