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
*
Remove now-redundant stack pointer manipulation passes (#3251)
Sam Clegg
2020-10-18
1
-26
/
+0
*
Rename Emscripten EHSjLj functions in wasm backend (#3191)
Heejin Ahn
2020-10-10
1
-129
/
+1
*
Let GenerateDynCalls generate dynCalls for invokes (#3192)
Heejin Ahn
2020-10-02
1
-66
/
+0
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
1
-13
/
+0
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-1
/
+1
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
1
-8
/
+1
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
1
-0
/
+20
*
Remove old EM_ASM handling method (#3069)
Alon Zakai
2020-08-21
1
-63
/
+6
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-11
/
+10
*
wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)
Alon Zakai
2020-08-19
1
-13
/
+27
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-11
/
+0
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-111
/
+0
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
1
-25
/
+0
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
1
-175
/
+1
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
1
-57
/
+0
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-2
/
+2
*
Move optional metadata field so its not last (#2909)
Sam Clegg
2020-06-11
1
-8
/
+8
*
Default mainReadsParams to true in standalone mode (#2906)
Sam Clegg
2020-06-11
1
-15
/
+21
*
Support new clang mangling of main (__main_argc_argv) (#2671)
Sam Clegg
2020-06-10
1
-1
/
+17
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
1
-158
/
+43
*
Skip generating emscripten stack functions if they already exist (#2853)
Sam Clegg
2020-05-14
1
-0
/
+9
*
Add stack-pointer argument to post-emscripten pass. (#2823)
Sam Clegg
2020-05-01
1
-6
/
+6
*
Stop generating implementedFunctions in wasm-emscripten-finalize (#2819)
Sam Clegg
2020-04-28
1
-9
/
+0
*
Also update internal name in fixEmJsFuncsAndReturnWalker (#2782)
Sam Clegg
2020-04-21
1
-17
/
+21
*
Avoid g$ in main modules where possible (#2721)
Alon Zakai
2020-04-08
1
-1
/
+28
*
Only do fp$ optimization in the main module (#2720)
Alon Zakai
2020-04-07
1
-7
/
+11
*
Avoid unnecessary fp$ in side modules (#2717)
Alon Zakai
2020-03-31
1
-29
/
+50
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-11
/
+38
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)
Sam Clegg
2020-01-24
1
-15
/
+26
*
Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...
Sam Clegg
2020-01-07
1
-26
/
+15
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-36
/
+38
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)
Sam Clegg
2019-12-20
1
-15
/
+26
*
Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)
Sam Clegg
2019-12-19
1
-13
/
+8
*
Fix renaming in FixInvokeFunctionNamesWalker (#2513)
Sam Clegg
2019-12-17
1
-8
/
+13
*
Support stack overflow checks in standalone mode (#2525)
Alon Zakai
2019-12-12
1
-5
/
+17
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+2
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-66
/
+58
*
Add some tracing to wasm-emscripten-finalize (#2505)
Sam Clegg
2019-12-05
1
-0
/
+16
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Update type information for em_asm functions (#2480)
Thomas Lively
2019-11-26
1
-1
/
+3
*
Don't attempt to de-duplicate asm consts (#2422)
Sam Clegg
2019-11-04
1
-13
/
+11
*
Use absolute memory addresses for emasm string indexes. (#2408)
Sam Clegg
2019-10-31
1
-25
/
+36
*
When renaming functions ensure the corresponding GOT.func entry is also renam...
Sam Clegg
2019-10-25
1
-0
/
+7
*
MAIN_THREAD_EM_ASM support (#2367)
Jacob Gravelle
2019-10-07
1
-71
/
+113
*
Only create `_start` if it doesn't already exist (#2363)
Sam Clegg
2019-09-27
1
-0
/
+3
*
Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)
Alon Zakai
2019-09-18
1
-0
/
+19
*
Fix infinite loop in AsmConstWalker::visitCall (#2303)
Guanzhong Chen
2019-08-16
1
-1
/
+7
*
Remove code to handle EM_ASM and setjmp/longjmp (#2302)
Guanzhong Chen
2019-08-16
1
-135
/
+30
*
Fix EM_ASM not working with setjmp/longjmp (#2283)
Guanzhong Chen
2019-08-09
1
-30
/
+135
[next]