summaryrefslogtreecommitdiff
path: root/js/src/jit
Commit message (Expand)AuthorAge
* Issue #1442 Follow-up: Stop pretending proxies have a JSNative call/construct...Brian Smith2023-10-16
* No Issue - IonMonkey: Don't test for a 3-byte opcode in a 2-byte opcode predi...Brian Smith2023-09-27
* Issue #2313 - Implement WebAssembly sign extension opcodes.Brian Smith2023-09-22
* Merge branch 'master' into simdjs-removalMoonchild2023-09-20
|\
| * Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Double...Brian Smith2023-09-18
| * Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC.Brian Smith2023-09-17
| * Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Ion on...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 3b: Fix build bustage.Moonchild2023-09-19
* | Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
* | Issue #2307 - Part 2b: Remove superfluous dev commentMoonchild2023-09-13
* | Issue #2307 - Part 2: Move SIMD code generation to masm methodsMoonchild2023-09-12
* | Issue #2307 - Part 1: Extend masm with the pmovmskb SSE2 instruction.Moonchild2023-09-12
|/
* Issue #1240 - Follow-up: Add missing JSVAL_TYPE_BIGINT cases in JitFrames.cpp.Brian Smith2023-07-28
* Issue #2026 - Part 4 - Fill in missing dense elements case and fix a comment.Brian Smith2023-07-28
* Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.Brian Smith2023-07-24
* Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.Brian Smith2023-07-21
* Issue #1240 - Part 8 - Fix incorrect asserts with debug enabled.Brian Smith2023-07-21
* Issue #1240 - Part 5e - BigInt bitwise operators.Brian Smith2023-07-19
* Issue #1240 - Part 5b - BigInt support for basic arithmetic operations.Brian Smith2023-07-19
* Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th editionMartok2023-06-29
* Issue #2257 - Remove rematerialized frames after bailouts and exceptions.Moonchild2023-06-01
* Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...Job Bautista2023-05-12
* Issue #2097 - Handle Logical Assignment in Ion CFGMartok2023-05-01
* Issue #2142 - Change InitPropertyOperation to accept a PropertyName directy a...Martok2023-04-30
* 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 #2166 - Follow-up: Fix style nits.Moonchild2023-03-18
* Issue #2166 - Part 5c: Use override keyword for all virtual methods of Recove...FranklinDM2023-03-17
* Issue #2166 - Part 5b: Replace RInstructionStorage copy by a cloneInto functi...FranklinDM2023-03-17
* Issue #2166 - Part 5a: Use alignas/alignof inside RInstructionStorageFranklinDM2023-03-17
* No Issue - Ensure more OsiSpaceMoonchild2023-03-16
* Issue #2148 - Make Vector not use AlignedStorage for its inline element storageFranklinDM2023-03-15
* Issue #2089 - Avoid copying/recreating iterator result, AsyncGeneratorRequest...Martok2023-01-22
* Issue #2089 - Use JS engine stack if necessary when reporting errorsMartok2023-01-22
* No issue - factor out some frame iterator helper functions.Moonchild2023-01-18
* Issue #1285 - implement named capturing groups and named backrefsMartok2022-12-21
* Revert "Issue #1676 - Part 12: Split jit sources out of js/src/moz.build"Moonchild2022-09-05
* Revert "Issue #1676 - Part 17: Put remaining source files which have debug co...Moonchild2022-09-05
* Revert "Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm bac...Moonchild2022-09-05
* Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*Moonchild2022-05-24
* 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
* Merge branch 'master' into 1829Brian Smith2022-04-28
|\
| * Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* | Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from the...Brian Smith2022-04-26
|/