summaryrefslogtreecommitdiff
path: root/js/src/jit/CodeGenerator.cpp
Commit message (Collapse)AuthorAge
* Issue #2313 - Implement WebAssembly sign extension opcodes.Brian Smith2023-09-22
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1389461
* Merge branch 'master' into simdjs-removalMoonchild2023-09-20
|\
| * Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC.Brian Smith2023-09-17
| | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1519135
| * Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Ion ↵Brian Smith2023-09-17
| | | | | | | | on Intel32/64.
* | Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
|/ | | | | | This gets rid of the SIMD-specific scalar types in JS. This considerably deviates from Mozilla's work because of our divergent path.
* Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1507484 Implement IC support for BigInt. https://bugzilla.mozilla.org/show_bug.cgi?id=1522431
* Issue #1240 - Part 5e - BigInt bitwise operators.Brian Smith2023-07-19
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1490387
* Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.Brian Smith2023-04-27
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1489477 (cherry picked from commit d83bad49f6b03894548fbf85fc18ad7e8cc19a93)
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1499140 (cherry picked from commit 7bf7d64887944b127a72090dd62eb57f67c5089d)
* No Issue - Ensure more OsiSpaceMoonchild2023-03-16
| | | | | ensureOsiSpace(); was very much under-used. This adds more instances where it makes sense to ensure Osi space before placing masm calls.
* Issue #1285 - implement named capturing groups and named backrefsMartok2022-12-21
| | | | | | | | | | | | | | - RegExpParser collects seen groups in named_captures_. - After irregexp::ParsePattern has finished, RegExpParser::StoreNamedCaptureMap translates the parser data to RegExpCompileData.capture_name/index - RegExpShared::initializeNamedCaptures takes these and builds a PlainObject map which is kept with the compiled expression This is done because irregexp doesn't have access to the JS context and so can't allocate any JSValues itself. - for each match result, this map is used to build PlainObjects of name->match/undefined (extremely simplified from upstream at the expense of some perf) IonMonkey switches to non-masm code path for expressions with named groups.
* Issue #1894 - Part 4: Implement IonMonkey support for nullish coalescingFranklinDM2022-05-21
| | | | Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1566141
* Issue #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.
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22
| | | | - accounting for removal of watch()/unwatch()
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17
| | | | Tag #1287
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17
| | | | Tag #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.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
|
* Remove now-unused parameter (prev. used for unboxed objects).wolfbeast2019-06-26
|
* Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25
|
* Fix unified deprotwolfbeast2019-06-23
|
* Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-14
|
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12
| | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent.
* Remove UnboxedArray code part 2wolfbeast2019-05-23
|
* Remove UnboxedArray code part 1wolfbeast2019-05-23
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
|
* Change inlining of intrinsics.wolfbeast2018-06-07
|
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07
|
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25
| | | | Issue #74
* Part 3: Support JSOP_SETFUNNAME in Baseline and Ionjanekptacijarabaci2018-03-19
| | | | Issue #87
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02