summaryrefslogtreecommitdiff
path: root/js/src/jit
Commit message (Expand)AuthorAge
* 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
* 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18
* Issue mcp-graveyard/UXP%1142 - Cleanup unused debug code for unboxed objectsGaming4JC2019-06-28
* Issue mcp-graveyard/UXP%1142 - Remove uneeded assertion (%1145)g4jc2019-06-28
* Clean up MObjectStatewolfbeast2019-06-26
* Remove now-unused parameter (prev. used for unboxed objects).wolfbeast2019-06-26
* Remove UnboxedObjects ObjectGroup addendumwolfbeast2019-06-25
* Remove Unboxed Objects Option Codewolfbeast2019-06-25
* Remove Unboxed Object code from jit, Part 4.wolfbeast2019-06-25
* Remove Unboxed Object code from jit, Part 3.wolfbeast2019-06-23
* Fix unified deprotwolfbeast2019-06-23
* Remove Unboxed Object code from jit, Part 2.wolfbeast2019-06-23
* Call a more generic function when inlining array natives.wolfbeast2019-06-20
* Tabs -> Spaces (no code change)wolfbeast2019-06-18
* Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18
* Remove and clean up more code.wolfbeast2019-06-18
* Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-18
* Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17
* Remove unused LIR temp register for unboxed arrays.wolfbeast2019-06-12
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12
* Inline combined methods for NativeObject and UnboxedArrayObject accesses.wolfbeast2019-06-10
* Merge branch 'master' into remove-unboxedwolfbeast2019-06-08
|\
| * Fix %1091 deprotwolfbeast2019-05-29
| * [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25
* | Remove UnboxedArray code part 2wolfbeast2019-05-23
* | Remove UnboxedArray code part 1wolfbeast2019-05-23
|/
* 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