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
*
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
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-1
/
+1
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-1
/
+1
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-1
/
+159
*
Warn if linking section is present, as we cannot handle it yet (#1798)
Alon Zakai
2018-12-04
1
-1
/
+1
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-0
/
+12
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+1
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-1
/
+1
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-2
/
+2
*
initialize binary writer debug info even without a source map, as debug info ...
Alon Zakai
2018-11-26
1
-0
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-15
/
+6
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
1
-3
/
+3
*
Binary format local parsing fixes (#1664)
Alon Zakai
2018-09-11
1
-1
/
+2
*
Fix read-write of dylink section (#1648)
Alon Zakai
2018-08-31
1
-1
/
+5
*
Escape name section ids in binary format reading/writing to be WebAssembly sp...
Yury Delendik
2018-08-31
1
-0
/
+1
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-99
/
+39
*
Fix source map entries offset when LEB is compressed. (#1628)
Yury Delendik
2018-07-25
1
-1
/
+4
*
Refactor stack writing code into a new StackWriter class (#1620)
Alon Zakai
2018-07-16
1
-59
/
+75
*
Minor code cleanups (#1617)
Alon Zakai
2018-07-10
1
-1
/
+1
*
Better binary error reporting (#1505)
Alon Zakai
2018-04-13
1
-1
/
+3
*
Fix bad param/var type error handling (#1499)
Alon Zakai
2018-04-10
1
-0
/
+1
*
Handle literally unreachable brs (#1497)
Alon Zakai
2018-04-07
1
-2
/
+16
*
when creating blocks in binary format parsing, we know if a block has a break...
Alon Zakai
2018-04-05
1
-0
/
+1
*
validate we are in a function context when adding a label in binary parsing. ...
Alon Zakai
2018-03-16
1
-3
/
+4
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-4
/
+4
*
Atomic wait/wake fixes (#1383)
Alon Zakai
2018-01-22
1
-1
/
+1
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-1
/
+9
*
Make input a const reference to WasmBinaryBuilder (#1367)
Alex Beregszaszi
2018-01-18
1
-2
/
+2
*
Function metrics pass (#1353)
Alon Zakai
2018-01-12
1
-1
/
+12
*
Do not emit 100k data segments, browsers reject it (#1350)
Alon Zakai
2018-01-09
1
-1
/
+8
*
Fix reading breaks to the function exit (#1304)
Alon Zakai
2017-11-21
1
-1
/
+0
*
name function imports using name section (#1290)
Alon Zakai
2017-11-21
1
-2
/
+2
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-2
/
+2
*
Optimize wasm reading (#1202)
Alon Zakai
2017-09-28
1
-0
/
+1
*
Avoid new blocks in binary reading/writing (#1165)
Alon Zakai
2017-09-12
1
-2
/
+4
*
Const hoisting (#1176)
Alon Zakai
2017-09-12
1
-1
/
+1
[next]