index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-emscripten-finalize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm-emscripten-finalize: Don't rename the imported table (#3101)
Alon Zakai
2020-09-03
1
-9
/
+4
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
1
-5
/
+25
*
Remove old EM_ASM handling method (#3069)
Alon Zakai
2020-08-21
1
-0
/
+1
*
wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)
Alon Zakai
2020-08-19
1
-0
/
+11
*
Make wasm-emscripten-finalize's output optional (#3055)
Alon Zakai
2020-08-17
1
-18
/
+22
*
Refactor wasm-emscripten-finalize to use a single pass runner (#2987)
Sam Clegg
2020-08-05
1
-47
/
+41
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-1
/
+3
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-3
/
+10
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
1
-4
/
+1
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
1
-1
/
+5
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
1
-1
/
+3
*
Support new clang mangling of main (__main_argc_argv) (#2671)
Sam Clegg
2020-06-10
1
-0
/
+3
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
1
-1
/
+0
*
JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)
Alon Zakai
2020-04-07
1
-2
/
+10
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-6
/
+7
*
Strip DWARF in finalize, to avoid keeping it around til later unnecessarily (...
Alon Zakai
2019-12-20
1
-0
/
+8
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-0
/
+7
*
Support stack overflow checks in standalone mode (#2525)
Alon Zakai
2019-12-12
1
-0
/
+2
*
Add some tracing to wasm-emscripten-finalize (#2505)
Sam Clegg
2019-12-05
1
-8
/
+13
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-4
/
+2
*
Support --pass-arg in ToolOptions. (#2429)
Alon Zakai
2019-11-11
1
-0
/
+1
*
Don't add __wasm_call_ctors to startup function list in wasm standalone mode ...
Sam Clegg
2019-10-14
1
-2
/
+6
*
wasm-emscripten-finalize: Add more checking of __data_end global (#2352)
Sam Clegg
2019-09-23
1
-0
/
+3
*
Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)
Alon Zakai
2019-09-18
1
-1
/
+17
*
wasm-emscripten-finalize: Remove reliance on name section (#2285)
Sam Clegg
2019-08-06
1
-1
/
+1
*
Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)
Guanzhong Chen
2019-08-02
1
-0
/
+12
*
wasm-emscripten-finalize: Internalize mutable __stack_pointer import (#2213)
Sam Clegg
2019-07-10
1
-0
/
+1
*
Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)
Sam Clegg
2019-07-10
1
-9
/
+4
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-2
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-61
/
+89
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+2
*
Add feature options to emscripten metadata (#1982)
Thomas Lively
2019-04-05
1
-5
/
+13
*
wasm-emscripten-finalize: add namedGlobals to output metadata (#1979)
Sam Clegg
2019-04-04
1
-6
/
+5
*
wasm-emscripten-finalize: Improve shared library support (#1961)
Sam Clegg
2019-04-02
1
-12
/
+13
*
Add strip-target-features pass (#1946)
Thomas Lively
2019-03-14
1
-0
/
+1
*
wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)
Sam Clegg
2019-03-12
1
-11
/
+1
*
wasm-emscripten-finalize: separateDataSegments() fix (#1897)
Alon Zakai
2019-02-06
1
-1
/
+4
*
Fix EM_ASM+pthreads (#1891)
Alon Zakai
2019-02-04
1
-6
/
+9
*
wasm-emscripten-finalize: Emit illegal dynCalls, and legalize them (#1890)
Alon Zakai
2019-01-29
1
-12
/
+15
*
Handle EM_ASM/EM_JS in LLVM wasm backend O0 output (#1888)
Alon Zakai
2019-01-28
1
-8
/
+10
*
Emscripten stack simplification (#1870)
Alon Zakai
2019-01-16
1
-3
/
+17
*
Partial legalization (#1824) review followup (#1832)
Alon Zakai
2018-12-17
1
-1
/
+2
*
Minimal JS legalization (#1824)
Alon Zakai
2018-12-14
1
-8
/
+9
*
wasm-emscripten-finalize: import env.STACKTOP, like asm2wasm does
Alon Zakai
2018-12-11
1
-0
/
+1
*
Format metadata json using mutliple lines for readability (#1804)
Sam Clegg
2018-12-05
1
-1
/
+3
*
Fix initializerFunctions output by wasm-emscripten-finalize (#1803)
Sam Clegg
2018-12-05
1
-1
/
+2
*
wasm-emscripten-finalize: ensure table/memory imports use emscripten's expect...
Sam Clegg
2018-12-03
1
-8
/
+17
*
wasm-emscripten-finalize: Remove stack pointer global from shared libs (#1791)
Sam Clegg
2018-11-30
1
-6
/
+15
*
wasm-emscripten-finalize: Initial support for handling shared libraries (#1746)
Sam Clegg
2018-11-15
1
-13
/
+26
[next]