summaryrefslogtreecommitdiff
path: root/src/passes/PostEmscripten.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove excessive debug logging from binary reading (#6927)Alon Zakai2024-09-101-0/+1
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-4/+2
* Asyncify-verbose: Show all reasons why a function is instrumented (#6457)Dannii Willis2024-04-081-5/+5
* [PostEmscripten] Fix calcSegmentOffsets for large offsets (#6260)Sam Clegg2024-01-311-4/+3
* [Wasm64] Fix PostEmscripten::optimizeExceptions on invokes with an i64 argume...Alon Zakai2023-11-011-1/+1
* PostEmscripten: Preserve __em_js__ exports in side modules (#5780)Sam Clegg2023-06-231-4/+10
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-15/+13
* Add post-emscripten-side-module pass argument (#5274)Sam Clegg2022-11-181-3/+10
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-4/+2
* [NFC] Remove `cashew::` namespace from IString (#5126)Thomas Lively2022-10-101-2/+4
* Strip em_js_deps exports (#5109)Sam Clegg2022-10-041-0/+8
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-10/+14
* Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)Sam Clegg2022-08-041-0/+180
* Handle invokes of invalid function pointers. See #14174 (#3951)Alon Zakai2021-06-241-13/+25
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-1/+1
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-2/+2
* Rename Indirect to NonDirect in CallGraphPropertyAnalysis in preparation for ...Alon Zakai2020-11-131-2/+2
* Remove OptimizeCalls from PostEmscripten. NFC. (#3326)Sam Clegg2020-11-061-36/+0
* Rename Emscripten EHSjLj functions in wasm backend (#3191)Heejin Ahn2020-10-101-18/+0
* Remove unused stack-pointer and emscripten-sbrk-ptr pass args from PostEmscri...Sam Clegg2020-09-221-52/+0
* Stop renaming longjmp in wasm-emscripten-finalize (#3111)Alon Zakai2020-09-111-0/+18
* Asyncify verbose option (#3022)Alon Zakai2020-08-061-4/+5
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-3/+2
* Add stack-pointer argument to post-emscripten pass. (#2823)Sam Clegg2020-05-011-0/+21
* Avoid fp$ access in MAIN_MODULES (#2704)Alon Zakai2020-03-271-3/+4
* Handle indirect calls in CallGraphPropertyAnalysis (#2624)Alon Zakai2020-01-241-1/+3
* Consistent detection of invoke_ functions in PostEmscripten.cpp (#2619)Sam Clegg2020-01-231-3/+6
* Optimize away invoke_ calls where possible (#2442)Alon Zakai2019-11-191-0/+81
* Apply the sbrk/brk value at compile time (#2366)Alon Zakai2019-09-301-0/+22
* Add an option for the PostEmscripten pass to set the sbrk ptr location (which...Alon Zakai2019-09-041-2/+29
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-9/+12
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-60/+0
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-4/+5
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* optimize pow (#934)Alon Zakai2017-03-101-0/+23
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* Fix regression from #850 (#851)Alon Zakai2016-11-301-22/+35
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+3
* move function parallelism to pass and pass runner, which allows more efficien...Alon Zakai2016-06-031-1/+3
* use separate internal opcodes for binary variantsAlon Zakai2016-05-181-1/+1
* create a UnifiedExpressionVisitor for passes that want a single visitor funct...Alon Zakai2016-04-181-1/+1
* Function parallelism (#343)Alon Zakai2016-04-151-0/+2
* dyn_cast => dynCastAlon Zakai2016-04-111-3/+3
* De-recurse traversals (#333)Alon Zakai2016-04-111-1/+1
* optimize store offsets from emscripten outputAlon Zakai2016-01-311-2/+12
* optimize load offsets from emscripten outputAlon Zakai2016-01-311-0/+68