Commits
User selector
Commit History
Commits on Oct 5, 2020
Remove all unused js optimizer passes (#12414)
Show description for f4cf8bbauthored
Commits on Sep 25, 2020
Rewrite minifyGlobals JS optimizer pass (#12329)
Show description for 5027d8cauthored
Commits on Sep 10, 2020
Remove eliminateDeadGlobals js-optimizer pass. NFC. (#12143)
Show description for 9dbe14aauthored
Commits on Aug 24, 2020
Cleanup JavaScript compiler tools. NFC. (#12013)
Show description for 220136bauthored
Commits on Aug 19, 2020
Remove fastcomp-only DEAD_FUNCTIONS option. (#11966)
Show description for 7ba7700authored
Commits on Aug 16, 2020
Commits on Aug 11, 2020
Remove fastcomp-only PRECISE_F32 setting (#11863)
Show description for 633885bauthored
Commits on Aug 4, 2020
JS optimizer: properly minify special JS names like "constructor" (#11790)
Show description for 68f3899authored
Commits on Jul 30, 2020
Fix unsigned 32-bit SAFE_HEAP loads (#11748)
Show description for 5cc0a0dauthored
Commits on Jun 22, 2020
Update after LLVM name change (#11466)
Show description for 1550217authored
Commits on Jun 16, 2020
Commits on May 18, 2020
Remove emterpreter support. (#11020)
Show description for b43474fauthored
Commits on Apr 22, 2020
Move uglify-js to third_party (#10967)
Show description for 0d59f20authored
Commits on Mar 13, 2020
Minor js optimizer cleanups (#10686)
Show description for 25efa98authoredAssert we do not call a local in minification (#10691)
Show description for 4217061authored
Commits on Mar 11, 2020
Fix a wasm2js minification bug with localNames being for the whole set of functions (#10682)
Show description for 237082eauthored
Commits on Feb 21, 2020
Fix minifyGlobals on duplicate definitions (#10522)
Show description for 7636bafauthored
Commits on Dec 9, 2019
Use wrapper functions for growable heap views (#9970)
Show description for ac78b15authored andcommitted
Commits on Sep 13, 2019
Apply the sbrk pointer's location to the wasm, avoiding the need to import it (#9397)
Show description for afc1616authored
Commits on May 14, 2019
Commits on May 8, 2019
Remove OUTLINING_LIMIT (#8562)
Show description for 49d7717authored
Commits on Apr 8, 2019
Working (but slow) support for pthreads + memory growth (#8365)
Show description for e172838authored
Commits on Feb 13, 2019
Regex in fixDotZero was fixed to accept hex numbers that end in a-f (#8076)
Show description for c981aa8authored andcommitted
Commits on Feb 8, 2019
Use ESTree-based optimizer for core JS passes, to support ES6+ inputs (#7973)
Show description for 59f08fbauthored
Commits on Feb 5, 2019
Add -s MINIMAL_RUNTIME=1 option. (#7923)
Show description for 63810daauthoredMake asmLibraryArg a local variable "var asmLibraryArg = ...;" (#7989)
Show description for 694ebcdauthored
Commits on Nov 2, 2018
Minify imports and exports (#7431)
Show description for 841e796authored
Commits on Oct 24, 2018
js-optimizer: Don't require key and values to match in Module.asmLibraryArg (#7369)
Show description for bc00ae4authored
Commits on Oct 6, 2018
JS optimizer: we cannot localCSE away a necessary asm.js coercion (#7157)
Show description for 460a24aauthored
Commits on Sep 21, 2018
Commits on Jul 10, 2018
Emterpreter-async state fix (#6822)
Show description for 9a84520authored
Commits on Jul 5, 2018
Handle logical-not operation in detectSign. fixes #6804 (#6805)
Show description for ba02779authored- authored andcommitted
Commits on Jul 1, 2018
Emterpretify-async-ccall followups (#6779)
Show description for dac1f30authored
Commits on Jun 28, 2018
- authored andcommitted