summaryrefslogtreecommitdiff
path: root/js/src/jit
Commit message (Expand)AuthorAge
* Fix #1091 deprotwolfbeast2019-05-29
* [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
* Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16
* Remove Unboxed Objects in ScalarReplacementwolfbeast2019-05-15
* remove unboxed code chunk (wip1)wolfbeast2019-05-14
* Simplify some alias sets in IonMonkey.wolfbeast2019-03-26
* Restrict ExtractLinearSum to monotonous operation in infinite math space.Nicolas B. Pierron2019-03-23
* Pref the use of unboxed plain objects in JS and disable by default.wolfbeast2019-03-21
* Remove a couple of unused variablesadeshkp2019-03-14
* Restrict ExtractLinearSum to find non-wrapping results.wolfbeast2018-12-13
* Fix mistakingly flagged instructions.wolfbeast2018-12-12
* Simplify SIMD conversion from Uint64 to Double.wolfbeast2018-11-01
* Don't mark MGetFirstDollarIndex as movable.wolfbeast2018-10-31
* Code style improvements (no bug).wolfbeast2018-10-23
* Improve graph edge resolution code.wolfbeast2018-10-23
* Bug 1493900.wolfbeast2018-10-04
* Don't memset-zero the BacktrackingAllocator::vregs array of non-trivial Virtu...trav902018-09-12
* Stop using PodZero in several places to initialize values of non-trivial typetrav902018-09-12
* Add extra check for assembler buffer space.wolfbeast2018-09-04
* Revert "Bug 1444668 - Avoid allocating large AssemblerBuffers. r=luke, r=bbou...wolfbeast2018-08-30
* Remove recover instruction results after bailouts.wolfbeast2018-07-13
* Bug 1464829 - Ensure the recover instruction vector has the expected size.Nicolas B. Pierron2018-06-07
* Change inlining of intrinsics.wolfbeast2018-06-07
* Bug 1411415.wolfbeast2018-04-29
* Bug 1444668 - Avoid allocating large AssemblerBuffers. r=luke, r=bbouvier, a=...Jan de Mooij2018-04-19
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07
* Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it...janekptacijarabaci2018-03-25
* Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25
* Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JITjanekptacijarabaci2018-03-25
* Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)janekptacijarabaci2018-03-25
* Bug 1334314 - Fix debug mode OSR exception handling for IteratorClose trynotesjanekptacijarabaci2018-03-25
* Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...janekptacijarabaci2018-03-25
* Bug 1341339 - Check for duplicates in processIteratorsjanekptacijarabaci2018-03-25
* Bug 1333946 - Make IonBuilder::processIterators transitivejanekptacijarabaci2018-03-25
* Bug 1331444 - Keep iterators alive in Ion in for-of loops for IteratorClose d...janekptacijarabaci2018-03-25
* Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield*janekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for array destructuringjanekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for for-ofjanekptacijarabaci2018-03-24
* Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20
* Part 3: Support JSOP_SETFUNNAME in Baseline and Ionjanekptacijarabaci2018-03-19
* Bug 1437450 - Disable Ion no-clone optimization for regexps if the graph cont...Jan de Mooij2018-03-14
* Remove unnecessary InvalidateCompilerOutputsForScript call.wolfbeast2018-02-08
* Split double MoveOperands that conflict with floats.wolfbeast2018-02-05
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02