summaryrefslogtreecommitdiff
path: root/js/src/jit/IonBuilder.cpp
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Merge branch 'master' into simdjs-removalMoonchild2023-09-20
|\
| * Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC.Brian Smith2023-09-17
| * Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC.Brian Smith2023-09-17
| * Issue #2308 & #1240 Follow-up - Introduce new increment and decrement operati...Brian Smith2023-09-16
* | Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
|/
* Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
* Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* Issue #2097 - Handle Logical Assignment in Ion CFGMartok2023-05-01
* Issue #1894 - Follow-up: Fix return value ordering in IonMonkey nullish coale...Martok2023-04-30
* Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.Brian Smith2023-04-27
* Issue #1691 - Part 4: Finish implementing call import.Brian Smith2023-04-27
* Issue #1691 - Part 3: Finish implementing import meta.Brian Smith2023-04-27
* Issue #1894 - Part 4: Implement IonMonkey support for nullish coalescingFranklinDM2022-05-21
* Issue #1658 - Part 6: Break and return no control flow for jumps emitted by o...FranklinDM2022-05-04
* Issue #1864 - Fix IonBuilder::maybeMarkEmpty.Moonchild2022-04-15
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* [js] Don't improve TypeSets containing the magic-args type.Moonchild2020-07-29
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17
* Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhile...Gaming4JC2019-12-17
* Fix type barrier in IonBuilder::jsop_getimport.wolfbeast2019-10-24
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...Gaming4JC2019-07-18
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18
* Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25
* Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18
* Remove UnboxedArray code part 1wolfbeast2019-05-23
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
* remove unboxed code chunk (wip1)wolfbeast2019-05-14
* Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it...janekptacijarabaci2018-03-25
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25
* Bug 1341339 - Check for duplicates in processIteratorsjanekptacijarabaci2018-03-25
* Bug 1333946 - Make IonBuilder::processIterators transitivejanekptacijarabaci2018-03-25
* Bug 1331444 - Keep iterators alive in Ion in for-of loops for IteratorClose d...janekptacijarabaci2018-03-25
* Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20
* Part 3: Support JSOP_SETFUNNAME in Baseline and Ionjanekptacijarabaci2018-03-19
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02