summaryrefslogtreecommitdiff
path: root/js/src/jit/CodeGenerator.h
Commit message (Collapse)AuthorAge
* [JS:Engine] Implement support for nullish coalescing in the JS parserFranklinDM2022-05-27
| | | | | | - UXP Parts 1, 2, 4, 5, and 7 based on Bug 1566141 - UXP Part 3 partially based on Bugs 1566141 and 1593415 - UXP Part 6 partly based on Bugs 1566141 and 1599163 with a different approach by modifying the `Boolish` function directly to act differently if we're checking for nullish values.
* Issue mcp-graveyard/UXP%1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
|
* Revert %1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23
| | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned.
* Revert %1137 - Remove unboxed arrayswolfbeast2020-02-23
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17
| | | | Tag mcp-graveyard/UXP%1287
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17
| | | | Tag mcp-graveyard/UXP%1287
* 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18
|
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18
| | | | return value.
* Remove UnboxedArray code part 1wolfbeast2019-05-23
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
|
* Change inlining of intrinsics.wolfbeast2018-06-07
|
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25
| | | | Issue mcp-graveyard/UXP%74
* Part 3: Support JSOP_SETFUNNAME in Baseline and Ionjanekptacijarabaci2018-03-19
| | | | Issue mcp-graveyard/UXP%87
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02