index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-c.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-4
/
+5
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-186
/
+30
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-4
/
+4
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-6
/
+6
*
Add Emscripten memory helpers for using the C-API (from Wasm) (#2476)
Daniel Wirtz
2019-12-03
1
-1
/
+55
*
Use opaque types for handle references in C API (#2473)
Ingvar Stepanyan
2019-11-26
1
-6
/
+6
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-27
/
+16
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-0
/
+36
*
uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2...
COFFEETALES
2019-11-12
1
-2
/
+2
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+3
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
Fix BinaryenModuleAllocateAndWriteText parameter type (#2406)
Irmen de Jong
2019-10-28
1
-1
/
+1
*
Fix incorrect assert in BinaryenHostGetOperand (#2393)
Brad Morris
2019-10-22
1
-1
/
+1
*
Ability to list each item on Exports/Data Segments/Functions (#2386)
COFFEETALES
2019-10-21
1
-0
/
+117
*
Add BinaryenAddCustomSection API (#2381)
Daniel Wirtz
2019-10-11
1
-0
/
+31
*
Add offset parameter to BinaryenSetFunctionTable (#2380)
Daniel Wirtz
2019-10-11
1
-4
/
+5
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+18
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+62
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+36
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-27
/
+43
*
Add mutable parameter to global imports in C/JS API (#2317)
Daniel Wirtz
2019-09-03
1
-2
/
+4
*
Add missing new features to the C and JS APIs (#2312)
Daniel Wirtz
2019-08-28
1
-0
/
+6
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+23
*
Remove test output from source tree (#2114)
Sam Clegg
2019-08-21
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+4
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+172
*
More push/pop support (#2260)
Heejin Ahn
2019-07-24
1
-0
/
+27
*
Remove extra parens from binaryen-c.cpp (NFC) (#2262)
Heejin Ahn
2019-07-24
1
-21
/
+21
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-4
/
+2
*
Tail call C/JS API (#2223)
Thomas Lively
2019-07-15
1
-17
/
+56
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-4
/
+4
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+161
*
Add Features.MVP and Features.All to binaryen.js (#2148)
Heejin Ahn
2019-05-29
1
-0
/
+6
*
Add `getGlobal` to binaryen.js (#2142)
Heejin Ahn
2019-05-24
1
-0
/
+9
*
Add BinaryenModuleWriteSExpr to write a module to a string in s-expr format (...
Siddharth
2019-05-21
1
-0
/
+37
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-61
/
+63
*
Features C/JS API (#2049)
Thomas Lively
2019-05-17
1
-2
/
+42
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-0
/
+5
*
Add missing methods for globals to binaryen.js (#2099)
Heejin Ahn
2019-05-13
1
-5
/
+47
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+5
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-39
/
+73
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-411
/
+1079
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
1
-1
/
+1
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-3
/
+3
*
Wasm2js refactoring (#1997)
Alon Zakai
2019-04-11
1
-4
/
+7
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-3
/
+10
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-13
/
+13
*
Add BinaryenConstGetValueV128 to C/JS-API (#1931)
Daniel Wirtz
2019-03-13
1
-1
/
+16
[next]