summaryrefslogtreecommitdiff
path: root/js/src/jit
Commit message (Expand)AuthorAge
* 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
|/
* Merge pull request 'Issue #1818 Cleanup some old GCC hacks' (#1865) from trav...Moonchild2022-04-16
|\
| * Issue #1818 - Part 3: Remove more old gcc compiler hacks.trav902022-04-15
| * Issue #1818 - Part 2: Remove code for implementation of atomics with __synctrav902022-04-15
* | Issue #1864 - Fix IonBuilder::maybeMarkEmpty.Moonchild2022-04-15
|/
* [js] Fix AliasSet of MLoadTypedArrayElementHoleMoonchild2022-04-09
* Issue #1053 - Second pass remove android defines and build system stuff.Moonchild2022-04-01
* Issue #1053 - First pass Android defines and remove Android AnnotationMoonchild2022-04-01
* Issue #1679 - Part 3: Make everything build on supported compilers.Moonchild2021-07-30
* [js] Fix porting typoMoonchild2021-06-03
* [js] Fix invalid early return in BaselineFrame::trace.Jan de Mooij2021-06-02
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
* Issue #1751 -- Remove XP_IOSMoonchild2021-05-01
* Issue #1053 - Remove __ANDROID__ defines (except in third party code)Moonchild2021-03-21
* [js] Add XMMRegName for invalid_xmmMoonchild2021-02-14
* Issue #1726 - Implement String.replaceAll()meatloaf2021-02-04
* Issue #1624 - Fix slot access intrinsics for objects with > 16 reserved slotsMatt A. Tobin2021-01-11
* Issue #1624 - Make ion inlining optimizations a pref.Moonchild2020-12-03
* Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler.Moonchild2020-12-01
* Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into u...Matt A. Tobin2020-11-20
* Issue #1676 - Part 17: Put remaining source files which have debug code ifdef...Matt A. Tobin2020-11-04
* Issue #1676 - Part 12: Split jit sources out of js/src/moz.buildMatt A. Tobin2020-11-04
* Issue #1656 - Part 10: Manual cleanup.Moonchild2020-09-24
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
* [js] Don't improve TypeSets containing the magic-args type.Moonchild2020-07-29
* [js] Fix Sink to check for non-recoverable operands.Jan de Mooij2020-07-29
* Bug 1412030 - [MIPS] Emit wasm memory access informationJiaxun Yang2020-05-14
* Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layerJiaxun Yang2020-05-14
* Bug 1441521 : [MIPS] Optimize comparation with small constantsJiaxun Yang2020-05-14
* Bug 1424978 - IonMonkey: MIPS64: Fix unboxNonDouble for Int32Jiaxun Yang2020-05-14
* Bug 1424978 - IonMonkey: MIPS64: Fix tagValue functionJiaxun Yang2020-05-14
* Bug 1424978 - IonMonkey: MIPS64: Fix boxValue functionJiaxun Yang2020-05-14
* Bug 1390802 - IonMonkey: MIPS64: Fix storeValue functionJiaxun Yang2020-05-14
* Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unalignedJiaxun Yang2020-05-14
* Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarryJiaxun Yang2020-05-14
* Bug 1390459 - mulby3 function implement error on mips platformJiaxun Yang2020-05-14
* Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump.Jiaxun Yang2020-05-14