Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1411415. | wolfbeast | 2018-04-29 | -9/+17 |
| | ||||
* | Bug 1444668 - Avoid allocating large AssemblerBuffers. r=luke, r=bbouvier, ↵ | Jan de Mooij | 2018-04-19 | -9/+49 |
| | | | | a=RyanVM | |||
* | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -42/+42 |
| | ||||
* | Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring ↵ | janekptacijarabaci | 2018-03-25 | -3/+11 |
| | | | | | | iterator close trynote Issue #74 | |||
* | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by ↵ | janekptacijarabaci | 2018-03-25 | -1/+30 |
| | | | | | | try statements inside for-of Issue #74 | |||
* | Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JIT | janekptacijarabaci | 2018-03-25 | -43/+189 |
| | | | | Issue #74 | |||
* | Bug 1342553, Bug 1343072, Bug 1344753 (details in the description) | janekptacijarabaci | 2018-03-25 | -25/+4 |
| | | | | | | | | | | Bug 1342553 - Part 0.1: Use try-catch for IteratorClose in for-of Bug 1343072 - Update HasLiveStackValueAtDepth to follow the change in JSTRY_FOR_OF Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhileOrForInLoop Issue #74 | |||
* | Bug 1334314 - Fix debug mode OSR exception handling for IteratorClose trynotes | janekptacijarabaci | 2018-03-25 | -9/+32 |
| | | | | Issue #74 | |||
* | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception ↵ | janekptacijarabaci | 2018-03-25 | -6/+6 |
| | | | | | | during array destructuring Issue #74 | |||
* | Bug 1341339 - Check for duplicates in processIterators | janekptacijarabaci | 2018-03-25 | -3/+6 |
| | | | | Issue #74 | |||
* | Bug 1333946 - Make IonBuilder::processIterators transitive | janekptacijarabaci | 2018-03-25 | -24/+21 |
| | | | | Issue #74 | |||
* | Bug 1331444 - Keep iterators alive in Ion in for-of loops for IteratorClose ↵ | janekptacijarabaci | 2018-03-25 | -6/+15 |
| | | | | | | due to exceptions Issue #74 | |||
* | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 | -1/+16 |
| | | | | Issue #74 | |||
* | Bug 1147371: Implement IteratorClose for array destructuring | janekptacijarabaci | 2018-03-24 | -22/+60 |
| | | | | Issue #74 | |||
* | Bug 1147371: Implement IteratorClose for for-of | janekptacijarabaci | 2018-03-24 | -12/+27 |
| | | | | Issue #74 | |||
* | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -1/+51 |
| | | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | |||
* | Part 3: Support JSOP_SETFUNNAME in Baseline and Ion | janekptacijarabaci | 2018-03-19 | -0/+122 |
| | | | | Issue #87 | |||
* | Bug 1437450 - Disable Ion no-clone optimization for regexps if the graph ↵ | Jan de Mooij | 2018-03-14 | -0/+6 |
| | | | | | | | | | contains try blocks. r=nbp, a=RyanVM --HG-- extra : source : 61b461277369e0cec89c79d8526a82c575818e94 extra : intermediate-source : 806696d494300c8c09ad2c0c3141194b5418a706 extra : histedit_source : e38bbe5c22bace744f6da0b8ff39462b64fe5a95 | |||
* | Remove unnecessary InvalidateCompilerOutputsForScript call. | wolfbeast | 2018-02-08 | -3/+0 |
| | ||||
* | Split double MoveOperands that conflict with floats. | wolfbeast | 2018-02-05 | -0/+110 |
| | ||||
* | Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers. | wolfbeast | 2018-02-03 | -4/+0 |
| | ||||
* | Remove remaining conditional GCZeal code. | wolfbeast | 2018-02-03 | -9/+1 |
| | | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK) | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+352937 |