Commits
User selector
Commit History
Commits on Mar 10, 2021
Remove the no-longer-used js-optimizer.js and the Uglify dependency it had. NFC (#13639)
Show description for fba8200authoredRewrite MinifyGlobals from Uglify to Acorn (#13636)
Show description for cae0cb7authored
Commits on Mar 9, 2021
Big Endian Support (using extra acorn AST pass) (#13413)
Show description for 03b33acauthored
Commits on Mar 8, 2021
Rewrite MinifyLocals from Uglify to Acorn. NFC (#13621)
Show description for aa66f92authored- authored
Commits on Mar 5, 2021
Commits on Oct 7, 2020
Implement SAFE_HEAP using acorn, and use it on user JS (#12450)
Show description for bec573bauthored
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 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 Jun 16, 2020
Commits on May 26, 2020
Delete obsolete SIMD.js support (#11180)
Show description for 473d02aauthored
Commits on May 18, 2020
Remove emterpreter support. (#11020)
Show description for b43474fauthored
Commits on May 14, 2020
ASan coverage for JavaScript too (#11147)
Show description for 1958005authored
Commits on Apr 23, 2020
AJSDCE improvement: ignore trivial constructors (#10985)
Show description for d9fb642authored
Commits on Mar 26, 2020
Add internal CAN_ADDRESS_2GB flag which is set for 2GB+ heap support (#10601)
Show description for 57cb2a4authored
Commits on Mar 23, 2020
Fix JSDCE of *.x (#10679)
Show description for dc2ad37authored
Commits on Mar 21, 2020
Fix an acorn optimizer regression from #10724 (#10749)
Show description for fdd885eauthored
Commits on Mar 19, 2020
Clear out asm assignments in minimal runtime metadce (#10725)
Show description for 96a4a90authoredProperly metadce wasm exports in minimal runtime with asm = without var (#10724)
Show description for fac1991authored
Commits on Mar 17, 2020
Properly handle metadce of MINIMAL_RUNTIME exports (#10663)
Show description for afba0e5authored
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 Jan 28, 2020
Warn on missing functions in metadce scanning instead of crashing (#10273)
Show description for 1d2af0bauthored
Commits on Dec 9, 2019
Use wrapper functions for growable heap views (#9970)
Show description for ac78b15authored andcommitted
Commits on May 8, 2019
Remove OUTLINING_LIMIT (#8562)
Show description for 49d7717authored
Commits on Feb 13, 2019
Bugfix for uglify's reordering of multiplications (#8027)
Show description for 4c5e40eauthored andcommittedRegex 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