| Commit message (Expand) | Author | Age | Lines |
* | Bug 1390802 - IonMonkey: MIPS64: Fix storeValue function | Jiaxun Yang | 2020-05-20 | -1/+5 |
* | Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unaligned | Jiaxun Yang | 2020-05-20 | -1/+1 |
* | Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarry | Jiaxun Yang | 2020-05-20 | -2/+8 |
* | Bug 1390459 - mulby3 function implement error on mips platform | Jiaxun Yang | 2020-05-20 | -4/+6 |
* | Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump. | Jiaxun Yang | 2020-05-20 | -17/+17 |
* | Bug 1271968 - wasm: MIPS: Port mixed jump for wasm. | Jiaxun Yang | 2020-05-20 | -0/+5 |
* | Bug 1271968 - IonMonkey: MIPS: Refactor PatchWrite_NearCall. | Jiaxun Yang | 2020-05-20 | -86/+31 |
* | Bug 1271968 - IonMonkey: MIPS: Handle conditional branch in out of line code ... | Jiaxun Yang | 2020-05-20 | -41/+39 |
* | Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::branchWithCode. | Jiaxun Yang | 2020-05-20 | -128/+67 |
* | Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::ma_jal. | Jiaxun Yang | 2020-05-20 | -51/+26 |
* | Bug 1271968 - IonMonkey: MIPS: Merge Assembler::bind. | Jiaxun Yang | 2020-05-20 | -174/+83 |
* | Bug 1271968 - IonMonkey: MIPS: Replace long jumps by mixed jumps. | Jiaxun Yang | 2020-05-20 | -307/+277 |
* | Bug 1271968 - IonMonkey: MIPS: Make jit code in same 256 MB-aligned region | Jiaxun Yang | 2020-05-20 | -0/+16 |
* | [IonMonkey] MIPS: Import small optimizations from load & store | Jiaxun Yang | 2020-05-20 | -4/+17 |
* | Issue #1542 - IonMonkey: MIPS32: Fix build error on O32 platform. | Jiaxun Yang | 2020-05-20 | -0/+1 |
* | Bug 1323646 - IonMonkey: MIPS64: Fix range checking in ma_addTestOverflow | Jiaxun Yang | 2020-05-20 | -1/+1 |
* | Bug 1323642 - IonMonkey: MIPS64: Fix load unsigned 48-bit immediate | Jiaxun Yang | 2020-05-20 | -23/+32 |
* | Bug 1323136 - wasm: MIPS: Do bounds check in 32-bit | Jiaxun Yang | 2020-05-20 | -46/+44 |
* | Bug 1344597 - Baldr: MIPS: Fix trap type of unsigned divide by zero | Jiaxun Yang | 2020-05-20 | -1/+1 |
* | [js] Record load in MCreateThis alias set. | Moonchild | 2020-05-06 | -2/+4 |
* | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-04-14 | -1/+1 |
* | [js] Handle functions with rest parameters in isObservableArgumentSlot. | Jan de Mooij | 2020-04-14 | -1/+1 |
* | [js] Remove pointless MakeMRegExpHoistable optimization. | wolfbeast | 2020-04-14 | -296/+4 |
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-04-14 | -54/+868 |
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-04-14 | -290/+1326 |
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -53/+1424 |
* | Simplify some alias sets in IonMonkey. | wolfbeast | 2020-01-11 | -11/+2 |
* | Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT. | Gaming4JC | 2019-12-17 | -0/+92 |
* | Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT. | Gaming4JC | 2019-12-17 | -0/+94 |
* | Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhile... | Gaming4JC | 2019-12-17 | -1/+1 |
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {... | Gaming4JC | 2019-12-17 | -33/+44 |
* | Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m... | Gaming4JC | 2019-12-17 | -3/+16 |
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -4019/+724 |
|\ |
|
| * | Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class. | wolfbeast | 2019-10-27 | -10/+1 |
| * | Fix type barrier in IonBuilder::jsop_getimport. | wolfbeast | 2019-10-24 | -3/+1 |
| * | Replace calls to undefined functions isMarkable() and toMarkablePointer() | Dmitry Grigoryev | 2019-10-10 | -2/+2 |
| * | Use the correct group for JIT constraints. | wolfbeast | 2019-09-05 | -11/+28 |
| * | Remove unused checking function for unboxed types. | wolfbeast | 2019-07-22 | -34/+0 |
| * | Merge pull request #1192 from g4jc/parser_tuneup | Moonchild | 2019-07-20 | -207/+159 |
| |\ |
|
| | * | 1344334 - Make DoTypeUpdateFallback infallible. | Gaming4JC | 2019-07-18 | -1/+8 |
| | * | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 | -135/+0 |
| | * | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret... | Gaming4JC | 2019-07-18 | -51/+125 |
| | * | 1320408 - Part 15: Change NativeObject::addDataProperty to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
| | * | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
| | * | 1320408 - Part 12: Change JSScript::sourceData to static method. | Gaming4JC | 2019-07-18 | -2/+2 |
| | * | 1320408 - Part 4: Change JSObject::getGroup to static method. | Gaming4JC | 2019-07-18 | -11/+16 |
| | * | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 | -5/+6 |
| * | | Define JumpImmediateRange on ARM64. | Lars T Hansen | 2019-07-20 | -4/+6 |
| |/ |
|
| * | Issue #1142 - Cleanup unused debug code for unboxed objects | Gaming4JC | 2019-06-28 | -1/+1 |
| * | Issue #1142 - Remove uneeded assertion (#1145) | g4jc | 2019-06-28 | -1/+0 |