summaryrefslogtreecommitdiffstats
path: root/js/src/jit
Commit message (Expand)AuthorAgeLines
* Issue #1656 - Part 10: Manual cleanup.Moonchild2020-09-24-4/+2
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24-372/+0
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
* [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-14-107/+164
* Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layerJiaxun Yang2020-05-14-11/+30
* Bug 1441521 : [MIPS] Optimize comparation with small constantsJiaxun Yang2020-05-14-74/+170
* Bug 1424978 - IonMonkey: MIPS64: Fix unboxNonDouble for Int32Jiaxun Yang2020-05-14-0/+30
* Bug 1424978 - IonMonkey: MIPS64: Fix tagValue functionJiaxun Yang2020-05-14-2/+7
* Bug 1424978 - IonMonkey: MIPS64: Fix boxValue functionJiaxun Yang2020-05-14-1/+6
* Bug 1390802 - IonMonkey: MIPS64: Fix storeValue functionJiaxun Yang2020-05-14-1/+5
* Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unalignedJiaxun Yang2020-05-14-1/+1
* Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarryJiaxun Yang2020-05-14-2/+8
* Bug 1390459 - mulby3 function implement error on mips platformJiaxun Yang2020-05-14-4/+6
* Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump.Jiaxun Yang2020-05-14-17/+17
* Bug 1271968 - wasm: MIPS: Port mixed jump for wasm.Jiaxun Yang2020-05-14-0/+5
* Bug 1271968 - IonMonkey: MIPS: Refactor PatchWrite_NearCall.Jiaxun Yang2020-05-14-86/+31
* Bug 1271968 - IonMonkey: MIPS: Handle conditional branch in out of line code ...Jiaxun Yang2020-05-14-41/+39
* Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::branchWithCode.Jiaxun Yang2020-05-14-128/+67
* Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::ma_jal.Jiaxun Yang2020-05-14-51/+26
* Bug 1271968 - IonMonkey: MIPS: Merge Assembler::bind.Jiaxun Yang2020-05-14-174/+83
* Bug 1271968 - IonMonkey: MIPS: Replace long jumps by mixed jumps.Jiaxun Yang2020-05-14-307/+277
* Bug 1271968 - IonMonkey: MIPS: Make jit code in same 256 MB-aligned regionJiaxun Yang2020-05-14-0/+16
* [IonMonkey] MIPS: Import small optimizations from load & storeJiaxun Yang2020-05-14-4/+17
* Issue #1542 - IonMonkey: MIPS32: Fix build error on O32 platform.Jiaxun Yang2020-05-14-0/+1
* Bug 1323646 - IonMonkey: MIPS64: Fix range checking in ma_addTestOverflowJiaxun Yang2020-05-14-1/+1
* Bug 1323642 - IonMonkey: MIPS64: Fix load unsigned 48-bit immediateJiaxun Yang2020-05-14-23/+32
* Bug 1323136 - wasm: MIPS: Do bounds check in 32-bitJiaxun Yang2020-05-14-46/+44
* Bug 1344597 - Baldr: MIPS: Fix trap type of unsigned divide by zeroJiaxun Yang2020-05-14-1/+1
* [js] Record load in MCreateThis alias set.Moonchild2020-05-05-2/+4
* [js] Handle functions with rest parameters in isObservableArgumentSlot.Jan de Mooij2020-04-08-1/+1
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18-296/+4
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-3/+15
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-15/+3
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-54/+868
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23-290/+1326
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-53/+1424
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22-1/+1
* 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