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
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-2
/
+1
*
Remove renaming of __wasm_call_ctors (#3811)
Sam Clegg
2021-04-15
1
-9
/
+0
*
wasm-emscripten-finalize: Do not skip the start function body (#3714)
Alon Zakai
2021-03-22
1
-3
/
+6
*
Revert the effect of #3689 (#3705)
Alon Zakai
2021-03-18
1
-2
/
+3
*
wasm-emscripten-finalize: Do not read the Names section when not writing outp...
Alon Zakai
2021-03-18
1
-1
/
+6
*
Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)
Alon Zakai
2021-03-17
1
-3
/
+13
*
finalize: remove initializers from metadata output (#3479)
Sam Clegg
2021-01-11
1
-13
/
+1
*
finalize: there can only ever be a single initializer function. NFC. (#3452)
Sam Clegg
2020-12-18
1
-3
/
+3
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-5
/
+2
*
wasm-emscripten-finalize: Remove staticBump from metadata (#3300)
Sam Clegg
2020-10-29
1
-25
/
+1
*
Remove support for emscripten legacy PIC ABI (#3299)
Sam Clegg
2020-10-29
1
-24
/
+6
*
Remove now-redundant --mutable-sp flag from finalize (#3273)
Sam Clegg
2020-10-23
1
-8
/
+0
*
Remove now-redundant stack pointer manipulation passes (#3251)
Sam Clegg
2020-10-18
1
-7
/
+0
*
finalize: remove legacy support for "table" import (#3249)
Sam Clegg
2020-10-16
1
-7
/
+0
*
finalize: add --mutable-sp flag (#3250)
Sam Clegg
2020-10-15
1
-3
/
+13
*
finalize: move more functionality behind legacyPIC (#3248)
Sam Clegg
2020-10-15
1
-9
/
+11
*
Rename Emscripten EHSjLj functions in wasm backend (#3191)
Heejin Ahn
2020-10-10
1
-2
/
+0
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
1
-1
/
+0
*
wasm-emscripten-finalize: Add --new-pic-abi option (#3118)
Sam Clegg
2020-09-11
1
-3
/
+16
*
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
[next]