index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lld
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stop generating __growWasmMemory (#3180)
Sam Clegg
2020-10-01
29
-251
/
+28
*
Update lld tests (#3182)
Heejin Ahn
2020-09-30
13
-16
/
+16
*
Fix applying default / unify SExpr and Wasm builder names (#3179)
Daniel Wirtz
2020-09-30
10
-10
/
+10
*
Prototype extended-name-section proposal (#3162)
Daniel Wirtz
2020-09-29
1
-1
/
+1
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
2
-10
/
+14
*
Remove old stack function from StackCheck (#3100)
Alon Zakai
2020-09-03
3
-24
/
+1
*
StackCheck: Check both under and overflow (#3091)
Alon Zakai
2020-09-02
3
-65
/
+161
*
Remove old EM_ASM handling method (#3069)
Alon Zakai
2020-08-21
6
-23
/
+29
*
Add a C source for for test/lld/em_asm_O0 (#3045)
Alon Zakai
2020-08-17
12
-68
/
+168
*
Refactor wasm-emscripten-finalize to use a single pass runner (#2987)
Sam Clegg
2020-08-05
10
-77
/
+77
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
3
-35
/
+3
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
11
-51
/
+51
*
Move optional metadata field so its not last (#2909)
Sam Clegg
2020-06-11
33
-61
/
+61
*
Default mainReadsParams to true in standalone mode (#2906)
Sam Clegg
2020-06-11
5
-5
/
+0
*
Rebaseline tests after stack_save update (#2865)
Derek Schuff
2020-05-21
1
-6
/
+0
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
28
-904
/
+18
*
Machine-generated update of lld tests (#2856)
Sam Clegg
2020-05-18
9
-77
/
+89
*
Add additional test for --check-stack-overflow (#2857)
Sam Clegg
2020-05-18
3
-0
/
+195
*
Stop generating implementedFunctions in wasm-emscripten-finalize (#2819)
Sam Clegg
2020-04-28
32
-251
/
+0
*
Also update internal name in fixEmJsFuncsAndReturnWalker (#2782)
Sam Clegg
2020-04-21
2
-9
/
+9
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
32
-231
/
+231
*
Avoid g$ in main modules where possible (#2721)
Alon Zakai
2020-04-08
2
-0
/
+139
*
Only do fp$ optimization in the main module (#2720)
Alon Zakai
2020-04-07
4
-51
/
+253
*
JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)
Alon Zakai
2020-04-07
2
-0
/
+98
*
Avoid unnecessary fp$ in side modules (#2717)
Alon Zakai
2020-03-31
6
-21
/
+181
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
10
-0
/
+598
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)
Sam Clegg
2020-01-24
5
-47
/
+423
*
Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...
Sam Clegg
2020-01-07
5
-423
/
+47
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)
Sam Clegg
2019-12-20
5
-47
/
+423
*
Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)
Sam Clegg
2019-12-19
2
-47
/
+47
*
Fix renaming in FixInvokeFunctionNamesWalker (#2513)
Sam Clegg
2019-12-17
2
-47
/
+47
*
Support stack overflow checks in standalone mode (#2525)
Alon Zakai
2019-12-12
2
-0
/
+343
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
21
-166
/
+188
*
Rename a couple of files that were missing in #2518 (#2521)
Sam Clegg
2019-12-10
4
-0
/
+0
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
38
-1
/
+1
*
Regenerate lld test inputs (#2502)
Sam Clegg
2019-12-05
17
-829
/
+182
*
Don't attempt to de-duplicate asm consts (#2422)
Sam Clegg
2019-11-04
5
-10
/
+10
*
Use absolute memory addresses for emasm string indexes. (#2408)
Sam Clegg
2019-10-31
5
-29
/
+40
*
When renaming functions ensure the corresponding GOT.func entry is also renam...
Sam Clegg
2019-10-25
3
-0
/
+373
*
MAIN_THREAD_EM_ASM support (#2367)
Jacob Gravelle
2019-10-07
2
-0
/
+466
*
Only create `_start` if it doesn't already exist (#2363)
Sam Clegg
2019-09-27
2
-0
/
+103
*
Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)
Alon Zakai
2019-09-18
6
-0
/
+327
*
Remove code to handle EM_ASM and setjmp/longjmp (#2302)
Guanzhong Chen
2019-08-16
2
-52
/
+23
*
Fix EM_ASM not working with setjmp/longjmp (#2283)
Guanzhong Chen
2019-08-09
2
-23
/
+52
*
Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)
Guanzhong Chen
2019-08-02
2
-0
/
+334
*
Revert "Fix EM_ASM not working with setjmp/longjmp (#2271)" (#2277)
Alon Zakai
2019-08-01
2
-52
/
+23
*
Fix EM_ASM not working with setjmp/longjmp (#2271)
Guanzhong Chen
2019-07-31
2
-23
/
+52
*
wasm-emscripten-finalize: Add mainReadsParams metadata (#2247)
Alon Zakai
2019-07-22
14
-14
/
+28
*
Handle passive segments in wasm-emscripten-finalize (#2217)
Thomas Lively
2019-07-11
2
-0
/
+151
*
Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)
Sam Clegg
2019-07-10
11
-11
/
+11
[prev]
[next]