index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-128
/
+129
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-49
/
+41
*
Refactor module element related functions (NFC) (#2550)
Heejin Ahn
2019-12-23
1
-81
/
+67
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-11
/
+10
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-74
/
+17
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-7
/
+7
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+1
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-35
/
+42
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-11
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-6
/
+6
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+6
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+24
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+9
*
Wasi followups to #2323 (#2329)
Alon Zakai
2019-09-03
1
-2
/
+0
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+6
*
Minify wasi imports and exports, and not just "env" (#2323)
Alon Zakai
2019-09-01
1
-0
/
+2
*
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
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+56
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-1
/
+9
*
Don't minify __stack_pointer import (#2219)
Sam Clegg
2019-07-11
1
-0
/
+1
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Clean up loose ends in feature handling (#2203)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+12
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+47
*
Refactor type and function parsing (#2143)
Heejin Ahn
2019-05-24
1
-3
/
+8
*
Factor out elementStartsWith (NFC) (#2137)
Heejin Ahn
2019-05-23
1
-0
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-10
/
+10
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-13
/
+25
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-189
/
+262
*
Wasm2js: support i64 globals (#2021)
Alon Zakai
2019-04-18
1
-1
/
+3
*
Better memory fuzzing (#1987)
Alon Zakai
2019-04-08
1
-5
/
+9
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-1
/
+1
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-0
/
+6
*
wasm-emscripten-finalize: Improve shared library support (#1961)
Sam Clegg
2019-04-02
1
-0
/
+1
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-3
/
+3
*
Add strip-target-features pass (#1946)
Thomas Lively
2019-03-14
1
-0
/
+1
*
Fix memory leaks (#1925)
Bohdan
2019-02-28
1
-0
/
+12
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+32
*
Strip the producers section in --strip-producers (#1875)
Alon Zakai
2019-01-31
1
-0
/
+1
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-3
/
+5
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-5
/
+5
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+88
*
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
/
+8
*
Add --strip that removes debug info (#1787)
Alon Zakai
2018-12-03
1
-0
/
+15
*
Cleanup shared constants (#1784)
Sam Clegg
2018-11-29
1
-0
/
+2
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-3
/
+3
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-47
/
+10
[next]