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
*
Don't strip target features in wasm-emscripten-finalize (#7043)
Derek Schuff
2024-10-30
1
-2
/
+0
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-1
/
+3
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-1
/
+1
*
Remove "minimal" JS import/export legalization (#6428)
Sam Clegg
2024-03-22
1
-4
/
+2
*
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
Sam Clegg
2023-11-27
1
-28
/
+0
*
Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)
Sam Clegg
2023-11-08
1
-7
/
+6
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-1
/
+0
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-31
/
+3
*
Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)
Sam Clegg
2022-05-31
1
-6
/
+0
*
Remove used wasm-emscripten-finalize option `--initial-stack-pointer` (#4490)
Sam Clegg
2022-02-01
1
-8
/
+0
*
wasm-emscripten-finalize: Remove legacy --new-pic-abi option (#4483)
Sam Clegg
2022-01-27
1
-6
/
+0
*
Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)
Sam Clegg
2022-01-19
1
-3
/
+14
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+22
*
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
[next]