summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* Issue #1142 - Cleanup unused debug code for unboxed objectsGaming4JC2019-06-28
* Issue #1142 - Remove uneeded assertion (#1145)g4jc2019-06-28
* Add StoreBuffer-inl.h header to jsobj.cppTravis W2019-06-27
* Remove anyNewScript()wolfbeast2019-06-26
* 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 object tests.wolfbeast2019-06-25
* Remove Unboxed Objects Option Codewolfbeast2019-06-25
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-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
* Merge pull request #1137 from MoonchildProductions/remove-unboxed-checkedMoonchild2019-06-19
|\
| * Tabs -> Spaces (no code change)wolfbeast2019-06-18
| * Remove/inline CanonicalizeArrayLengthValue.wolfbeast2019-06-18
| * Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18
| * Update commentwolfbeast2019-06-18
| * Remove and clean up more code.wolfbeast2019-06-18
| * Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.wolfbeast2019-06-18
| * Clean up and rename MoveBoxedOrUnboxedDenseElements.wolfbeast2019-06-18
| * Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.wolfbeast2019-06-17
| * Fix typo in ArrayShiftMoveElementswolfbeast2019-06-17
| * Remove functors for array natives.wolfbeast2019-06-12
| * Remove unboxed array context option and shell flag.wolfbeast2019-06-12
| * 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
| |\
| * | Remove UnboxedArray code part 2wolfbeast2019-05-23
| * | Remove UnboxedArray code part 1wolfbeast2019-05-23
* | | Update tzdata SpiderMonkey fileswolfbeast2019-06-15
* | | Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12
| |/ |/|
* | Fix #1091 deprotwolfbeast2019-05-29
* | Improve efficiency of (C++) heap allocations related towolfbeast2019-05-28
* | [js, ARM] Always check error return from BufferOffset::diffB.Lars T Hansen2019-05-25
* | Fix architecture flag for PPC64wolfbeast2019-05-25
* | Merge pull request #1091 from MoonchildProductions/remove-unboxedMoonchild2019-05-22
|\|
| * Remove Unboxed Objects from vm/ - Part 2wolfbeast2019-05-16
| * Remove unboxed object code from jit, Part 1wolfbeast2019-05-16
| * Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16
| * Remove array headerwolfbeast2019-05-16
| * Remove unboxed object code from iteration.wolfbeast2019-05-15
| * Remove unboxed objects from GCwolfbeast2019-05-15
| * Remove Unboxed Objects in ScalarReplacementwolfbeast2019-05-15
| * Remove initial chunk of Unboxed Objects machinery part 2wolfbeast2019-05-15
| * remove unboxed code chunk (wip1)wolfbeast2019-05-14
| * Unhook Unboxed Objects optionwolfbeast2019-05-13