index
:
uxp
1210
1791
1805-stacksize
1970-form-focusring-styling
1992
28.9-platform
28.9-platform-old
ANGLE-update
Basilisk-release
CCW-perf
Pale_Moon-release
RFC6367
VS2017
aruba
dynamic-module-import
eme
fetchstreams-work
freebsd-support
getnativepath-work
js-modules
libaom-update
lzma-updater
master
modulefix
nss-gyp
nss-gyp-GREport
nss-gyp-work
nss-update-work
pref-dual-guid
re-unify
redwood
release
release-29
restore-dual-guid
scroll-anchoring-wip
v8re-shim-build
v8re-shim-work
xpiprovider-work
uxp [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
src
/
jit
Commit message (
Expand
)
Author
Age
*
Issue #1442 Follow-up: Stop pretending proxies have a JSNative call/construct...
Brian Smith
2023-10-16
*
No Issue - IonMonkey: Don't test for a 3-byte opcode in a 2-byte opcode predi...
Brian Smith
2023-09-27
*
Issue #2313 - Implement WebAssembly sign extension opcodes.
Brian Smith
2023-09-22
*
Merge branch 'master' into simdjs-removal
Moonchild
2023-09-20
|
\
|
*
Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Double...
Brian Smith
2023-09-18
|
*
Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC.
Brian Smith
2023-09-17
|
*
Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Ion on...
Brian Smith
2023-09-17
|
*
Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC.
Brian Smith
2023-09-17
|
*
Issue #2308 & #1240 Follow-up - Introduce new increment and decrement operati...
Brian Smith
2023-09-16
*
|
Issue #2307 - Part 3b: Fix build bustage.
Moonchild
2023-09-19
*
|
Issue #2307 - Part 3: Remove SIMD.js support
Moonchild
2023-09-18
*
|
Issue #2307 - Part 2b: Remove superfluous dev comment
Moonchild
2023-09-13
*
|
Issue #2307 - Part 2: Move SIMD code generation to masm methods
Moonchild
2023-09-12
*
|
Issue #2307 - Part 1: Extend masm with the pmovmskb SSE2 instruction.
Moonchild
2023-09-12
|
/
*
Issue #1240 - Follow-up: Add missing JSVAL_TYPE_BIGINT cases in JitFrames.cpp.
Brian Smith
2023-07-28
*
Issue #2026 - Part 4 - Fill in missing dense elements case and fix a comment.
Brian Smith
2023-07-28
*
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.
Brian Smith
2023-07-24
*
Issue #1240 - Part 10 - Implement minimal Ion support for BigInt.
Brian Smith
2023-07-21
*
Issue #1240 - Part 8 - Fix incorrect asserts with debug enabled.
Brian Smith
2023-07-21
*
Issue #1240 - Part 5e - BigInt bitwise operators.
Brian Smith
2023-07-19
*
Issue #1240 - Part 5b - BigInt support for basic arithmetic operations.
Brian Smith
2023-07-19
*
Issue #1240 - Part 4 - Implement parser support for BigInt literals.
Brian Smith
2023-07-18
*
Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition
Martok
2023-06-29
*
Issue #2257 - Remove rematerialized frames after bailouts and exceptions.
Moonchild
2023-06-01
*
Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...
Job Bautista
2023-05-12
*
Issue #2097 - Handle Logical Assignment in Ion CFG
Martok
2023-05-01
*
Issue #2142 - Change InitPropertyOperation to accept a PropertyName directy a...
Martok
2023-04-30
*
Issue #1894 - Follow-up: Fix return value ordering in IonMonkey nullish coale...
Martok
2023-04-30
*
Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.
Brian Smith
2023-04-27
*
Issue #1691 - Part 4: Finish implementing call import.
Brian Smith
2023-04-27
*
Issue #1691 - Part 3: Finish implementing import meta.
Brian Smith
2023-04-27
*
Issue #2166 - Follow-up: Fix style nits.
Moonchild
2023-03-18
*
Issue #2166 - Part 5c: Use override keyword for all virtual methods of Recove...
FranklinDM
2023-03-17
*
Issue #2166 - Part 5b: Replace RInstructionStorage copy by a cloneInto functi...
FranklinDM
2023-03-17
*
Issue #2166 - Part 5a: Use alignas/alignof inside RInstructionStorage
FranklinDM
2023-03-17
*
No Issue - Ensure more OsiSpace
Moonchild
2023-03-16
*
Issue #2148 - Make Vector not use AlignedStorage for its inline element storage
FranklinDM
2023-03-15
*
Issue #2089 - Avoid copying/recreating iterator result, AsyncGeneratorRequest...
Martok
2023-01-22
*
Issue #2089 - Use JS engine stack if necessary when reporting errors
Martok
2023-01-22
*
No issue - factor out some frame iterator helper functions.
Moonchild
2023-01-18
*
Issue #1285 - implement named capturing groups and named backrefs
Martok
2022-12-21
*
Revert "Issue #1676 - Part 12: Split jit sources out of js/src/moz.build"
Moonchild
2022-09-05
*
Revert "Issue #1676 - Part 17: Put remaining source files which have debug co...
Moonchild
2022-09-05
*
Revert "Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm bac...
Moonchild
2022-09-05
*
Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*
Moonchild
2022-05-24
*
Issue #1894 - Part 4: Implement IonMonkey support for nullish coalescing
FranklinDM
2022-05-21
*
Issue #1658 - Part 6: Break and return no control flow for jumps emitted by o...
FranklinDM
2022-05-04
*
Merge branch 'master' into 1829
Brian Smith
2022-04-28
|
\
|
*
Issue #1877 - Resolve NIGHTLY_BUILD conditionals.
Moonchild
2022-04-22
*
|
Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from the...
Brian Smith
2022-04-26
|
/
[next]