summaryrefslogtreecommitdiffstats
path: root/js/src/jit/Lowering.cpp
Commit message (Collapse)AuthorAgeLines
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-04-14-8/+3
| | | | It's a lot of code with no measurable effect.
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-04-14-0/+26
| | | | | | 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-04-14-4/+42
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17-0/+8
| | | | Tag #1287
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17-0/+8
| | | | Tag #1287
* 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-10/+0
|
* Remove unused LIR temp register for unboxed arrays.wolfbeast2019-06-12-12/+4
|
* Remove UnboxedArray code part 1wolfbeast2019-05-23-30/+0
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16-26/+0
|
* Change inlining of intrinsics.wolfbeast2018-06-07-0/+10
|
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-1/+1
|
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25-0/+13
| | | | Issue #74
* Part 3: Support JSOP_SETFUNNAME in Baseline and Ionjanekptacijarabaci2018-03-19-0/+12
| | | | Issue #87
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4930