index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
PostEmscripten.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove excessive debug logging from binary reading (#6927)
Alon Zakai
2024-09-10
1
-0
/
+1
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-4
/
+2
*
Asyncify-verbose: Show all reasons why a function is instrumented (#6457)
Dannii Willis
2024-04-08
1
-5
/
+5
*
[PostEmscripten] Fix calcSegmentOffsets for large offsets (#6260)
Sam Clegg
2024-01-31
1
-4
/
+3
*
[Wasm64] Fix PostEmscripten::optimizeExceptions on invokes with an i64 argume...
Alon Zakai
2023-11-01
1
-1
/
+1
*
PostEmscripten: Preserve __em_js__ exports in side modules (#5780)
Sam Clegg
2023-06-23
1
-4
/
+10
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-15
/
+13
*
Add post-emscripten-side-module pass argument (#5274)
Sam Clegg
2022-11-18
1
-3
/
+10
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-4
/
+2
*
[NFC] Remove `cashew::` namespace from IString (#5126)
Thomas Lively
2022-10-10
1
-2
/
+4
*
Strip em_js_deps exports (#5109)
Sam Clegg
2022-10-04
1
-0
/
+8
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-10
/
+14
*
Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)
Sam Clegg
2022-08-04
1
-0
/
+180
*
Handle invokes of invalid function pointers. See #14174 (#3951)
Alon Zakai
2021-06-24
1
-13
/
+25
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-1
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-2
/
+2
*
Rename Indirect to NonDirect in CallGraphPropertyAnalysis in preparation for ...
Alon Zakai
2020-11-13
1
-2
/
+2
*
Remove OptimizeCalls from PostEmscripten. NFC. (#3326)
Sam Clegg
2020-11-06
1
-36
/
+0
*
Rename Emscripten EHSjLj functions in wasm backend (#3191)
Heejin Ahn
2020-10-10
1
-18
/
+0
*
Remove unused stack-pointer and emscripten-sbrk-ptr pass args from PostEmscri...
Sam Clegg
2020-09-22
1
-52
/
+0
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
1
-0
/
+18
*
Asyncify verbose option (#3022)
Alon Zakai
2020-08-06
1
-4
/
+5
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-3
/
+2
*
Add stack-pointer argument to post-emscripten pass. (#2823)
Sam Clegg
2020-05-01
1
-0
/
+21
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-3
/
+4
*
Handle indirect calls in CallGraphPropertyAnalysis (#2624)
Alon Zakai
2020-01-24
1
-1
/
+3
*
Consistent detection of invoke_ functions in PostEmscripten.cpp (#2619)
Sam Clegg
2020-01-23
1
-3
/
+6
*
Optimize away invoke_ calls where possible (#2442)
Alon Zakai
2019-11-19
1
-0
/
+81
*
Apply the sbrk/brk value at compile time (#2366)
Alon Zakai
2019-09-30
1
-0
/
+22
*
Add an option for the PostEmscripten pass to set the sbrk ptr location (which...
Alon Zakai
2019-09-04
1
-2
/
+29
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-9
/
+12
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-60
/
+0
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-4
/
+5
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
optimize pow (#934)
Alon Zakai
2017-03-10
1
-0
/
+23
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-1
/
+1
*
Fix regression from #850 (#851)
Alon Zakai
2016-11-30
1
-22
/
+35
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
move function parallelism to pass and pass runner, which allows more efficien...
Alon Zakai
2016-06-03
1
-1
/
+3
*
use separate internal opcodes for binary variants
Alon Zakai
2016-05-18
1
-1
/
+1
*
create a UnifiedExpressionVisitor for passes that want a single visitor funct...
Alon Zakai
2016-04-18
1
-1
/
+1
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-0
/
+2
*
dyn_cast => dynCast
Alon Zakai
2016-04-11
1
-3
/
+3
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-1
/
+1
*
optimize store offsets from emscripten output
Alon Zakai
2016-01-31
1
-2
/
+12
*
optimize load offsets from emscripten output
Alon Zakai
2016-01-31
1
-0
/
+68