index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-emscripten.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Generate `dynCall` function for all signature used by `invoke` functions. (#2...
Sam Clegg
2019-05-10
1
-29
/
+37
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-11
/
+21
*
Proper errors on unsupported segment types in EmscriptenGlueGenerator::separa...
Alon Zakai
2019-05-01
1
-1
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-76
/
+85
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
1
-0
/
+3
*
wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)
Sam Clegg
2019-04-22
1
-21
/
+28
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-1
/
+0
*
Make sure we always add signature to `fp$` functions (#1994)
Sam Clegg
2019-04-16
1
-3
/
+13
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-3
/
+2
*
Handle relocatable code in AsmConstWalker (#1992)
Sam Clegg
2019-04-10
1
-4
/
+17
*
wasm-emscripten-finalize: rename function pointer getter functions (#1988)
Sam Clegg
2019-04-08
1
-4
/
+25
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-0
/
+1
*
Add missing comma in metadata JSON (#1983)
Thomas Lively
2019-04-05
1
-1
/
+1
*
Add feature options to emscripten metadata (#1982)
Thomas Lively
2019-04-05
1
-1
/
+11
*
wasm-emscripten-finalize: add namedGlobals to output metadata (#1979)
Sam Clegg
2019-04-04
1
-2
/
+16
*
wasm-emscripten-finalize: Improve shared library support (#1961)
Sam Clegg
2019-04-02
1
-22
/
+127
*
Add some checking in EmscriptenGlueGenerator::generateStackInitialization (#1...
Sam Clegg
2019-03-13
1
-4
/
+12
*
wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)
Sam Clegg
2019-03-12
1
-119
/
+2
*
Don't create already-existing dynCalls (#1932)
Alon Zakai
2019-03-06
1
-2
/
+8
*
Remove reference to old __wasm_nullptr function (#1928)
Sam Clegg
2019-02-28
1
-5
/
+1
*
wasm-emscripten-finalize: separateDataSegments() fix (#1897)
Alon Zakai
2019-02-06
1
-1
/
+2
*
wasm-emscripten-finalize: Emit illegal dynCalls, and legalize them (#1890)
Alon Zakai
2019-01-29
1
-9
/
+0
*
Handle EM_ASM/EM_JS in LLVM wasm backend O0 output (#1888)
Alon Zakai
2019-01-28
1
-10
/
+47
*
Emscripten stack simplification (#1870)
Alon Zakai
2019-01-16
1
-12
/
+2
*
wasm-emscripten-finalize: Delay function creation until after module walk (#1...
Sam Clegg
2018-12-14
1
-2
/
+11
*
wasm-emscripten-finalize: Add tableSize to metadata (#1826)
Sam Clegg
2018-12-14
1
-0
/
+1
*
wasm-emscripten-finalize: Don't add a table max if none is present in the inp...
Sam Clegg
2018-12-14
1
-3
/
+6
*
wasm-emscripten-finalize: import env.STACKTOP, like asm2wasm does
Alon Zakai
2018-12-11
1
-5
/
+23
*
wasm-emscripten-finalize: Fix type in JSON output (#1812)
Sam Clegg
2018-12-07
1
-1
/
+1
*
Add function rename utility (#1805)
Alon Zakai
2018-12-05
1
-21
/
+1
*
Format metadata json using mutliple lines for readability (#1804)
Sam Clegg
2018-12-05
1
-56
/
+60
*
wasm-emscripten-finalize: Remove stack pointer global from shared libs (#1791)
Sam Clegg
2018-11-30
1
-8
/
+63
*
wasm-emscripten-finalize: Initial support for handling shared libraries (#1746)
Sam Clegg
2018-11-15
1
-9
/
+10
*
Handle EM_ASM functions in Tables (#1739)
Jacob Gravelle
2018-11-14
1
-7
/
+27
*
Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)
Derek Schuff
2018-11-14
1
-0
/
+15
*
Expand asmConsts metadata to fit the shape of proxying async EM_ASMs (no actu...
Jacob Gravelle
2018-10-25
1
-0
/
+6
*
More #1678 fixes (#1685)
Alon Zakai
2018-09-20
1
-0
/
+3
*
fix an iterator invalidation regression from #1678 (#1684)
Alon Zakai
2018-09-20
1
-5
/
+24
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-45
/
+44
*
Remove assert that import names match (#1662)
Jacob Gravelle
2018-08-31
1
-4
/
+0
*
Run legalize-js-interface during wasm-emscripten-finalize (#1653)
Sam Clegg
2018-08-29
1
-1
/
+1
*
wasm-emscripten-finalize: Don't allow duplicates in 'declares'/'invok⦠(#1655)
Sam Clegg
2018-08-29
1
-2
/
+10
*
Remove s2wasm (#1607)
Sam Clegg
2018-06-28
1
-26
/
+12
*
Fix check in fixInvokeFunctionNames (#1588)
Sam Clegg
2018-06-06
1
-1
/
+1
*
Ensure import and function names match during fixInvokeFunctionNames (#1587)
Sam Clegg
2018-06-05
1
-1
/
+5
*
Always incorporate the table segment offset when calculating jsCallStartIndex...
Jacob Gravelle
2018-06-01
1
-4
/
+4
*
wasm-emscripten: Don't use debug names in implementedFunctions (#1537)
Sam Clegg
2018-05-15
1
-2
/
+4
*
Move the renaming of llvm-generated __invoke_XX functions from s2wasm into wa...
Sam Clegg
2018-05-10
1
-8
/
+134
*
Function pointer cast emulation (#1468)
Alon Zakai
2018-03-13
1
-0
/
+664
[prev]