summaryrefslogtreecommitdiffstats
path: root/js/src/jit
Commit message (Expand)AuthorAgeLines
* [js] Don't improve TypeSets containing the magic-args type.Moonchild2020-07-29-4/+4
* [js] Fix Sink to check for non-recoverable operands.Jan de Mooij2020-07-29-1/+5
* Bug 1412030 - [MIPS] Emit wasm memory access informationJiaxun Yang2020-05-20-107/+164
* Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layerJiaxun Yang2020-05-20-11/+30
* Bug 1441521 : [MIPS] Optimize comparation with small constantsJiaxun Yang2020-05-20-74/+170
* Bug 1424978 - IonMonkey: MIPS64: Fix unboxNonDouble for Int32Jiaxun Yang2020-05-20-0/+30
* Bug 1424978 - IonMonkey: MIPS64: Fix tagValue functionJiaxun Yang2020-05-20-2/+7
* Bug 1424978 - IonMonkey: MIPS64: Fix boxValue functionJiaxun Yang2020-05-20-1/+6
* Bug 1390802 - IonMonkey: MIPS64: Fix storeValue functionJiaxun Yang2020-05-20-1/+5
* Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unalignedJiaxun Yang2020-05-20-1/+1
* Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarryJiaxun Yang2020-05-20-2/+8
* Bug 1390459 - mulby3 function implement error on mips platformJiaxun Yang2020-05-20-4/+6
* Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump.Jiaxun Yang2020-05-20-17/+17
* Bug 1271968 - wasm: MIPS: Port mixed jump for wasm.Jiaxun Yang2020-05-20-0/+5
* Bug 1271968 - IonMonkey: MIPS: Refactor PatchWrite_NearCall.Jiaxun Yang2020-05-20-86/+31
* Bug 1271968 - IonMonkey: MIPS: Handle conditional branch in out of line code ...Jiaxun Yang2020-05-20-41/+39
* Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::branchWithCode.Jiaxun Yang2020-05-20-128/+67
* Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::ma_jal.Jiaxun Yang2020-05-20-51/+26
* Bug 1271968 - IonMonkey: MIPS: Merge Assembler::bind.Jiaxun Yang2020-05-20-174/+83
* Bug 1271968 - IonMonkey: MIPS: Replace long jumps by mixed jumps.Jiaxun Yang2020-05-20-307/+277
* Bug 1271968 - IonMonkey: MIPS: Make jit code in same 256 MB-aligned regionJiaxun Yang2020-05-20-0/+16
* [IonMonkey] MIPS: Import small optimizations from load & storeJiaxun Yang2020-05-20-4/+17
* Issue #1542 - IonMonkey: MIPS32: Fix build error on O32 platform.Jiaxun Yang2020-05-20-0/+1
* Bug 1323646 - IonMonkey: MIPS64: Fix range checking in ma_addTestOverflowJiaxun Yang2020-05-20-1/+1
* Bug 1323642 - IonMonkey: MIPS64: Fix load unsigned 48-bit immediateJiaxun Yang2020-05-20-23/+32
* Bug 1323136 - wasm: MIPS: Do bounds check in 32-bitJiaxun Yang2020-05-20-46/+44
* Bug 1344597 - Baldr: MIPS: Fix trap type of unsigned divide by zeroJiaxun Yang2020-05-20-1/+1
* [js] Record load in MCreateThis alias set.Moonchild2020-05-06-2/+4
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-04-14-1/+1
* [js] Handle functions with rest parameters in isObservableArgumentSlot.Jan de Mooij2020-04-14-1/+1
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-04-14-296/+4
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-04-14-54/+868
* Revert #1137 - Remove unboxed arrayswolfbeast2020-04-14-290/+1326
* Revert #1142 - Remove unboxed objectswolfbeast2020-04-14-53/+1424
* Simplify some alias sets in IonMonkey.wolfbeast2020-01-11-11/+2
* Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT.Gaming4JC2019-12-17-0/+92
* Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT.Gaming4JC2019-12-17-0/+94
* Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhile...Gaming4JC2019-12-17-1/+1
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17-33/+44
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17-3/+16
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-4019/+724
|\
| * Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.wolfbeast2019-10-27-10/+1
| * Fix type barrier in IonBuilder::jsop_getimport.wolfbeast2019-10-24-3/+1
| * Replace calls to undefined functions isMarkable() and toMarkablePointer()Dmitry Grigoryev2019-10-10-2/+2
| * Use the correct group for JIT constraints.wolfbeast2019-09-05-11/+28
| * Remove unused checking function for unboxed types.wolfbeast2019-07-22-34/+0
| * Merge pull request #1192 from g4jc/parser_tuneupMoonchild2019-07-20-207/+159
| |\
| | * 1344334 - Make DoTypeUpdateFallback infallible.Gaming4JC2019-07-18-1/+8
| | * 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL.Gaming4JC2019-07-18-135/+0
| | * 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...Gaming4JC2019-07-18-51/+125