index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit
Commit message (
Expand
)
Author
Age
Lines
*
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
|
*
Clean up MObjectState
wolfbeast
2019-06-26
-59
/
+6
|
*
Remove now-unused parameter (prev. used for unboxed objects).
wolfbeast
2019-06-26
-10
/
+6
|
*
Remove UnboxedObjects ObjectGroup addendum
wolfbeast
2019-06-25
-8
/
+2
|
*
Remove Unboxed Objects Option Code
wolfbeast
2019-06-25
-6
/
+0
|
*
Remove Unboxed Object code from jit, Part 4.
wolfbeast
2019-06-25
-406
/
+20
|
*
Remove Unboxed Object code from jit, Part 3.
wolfbeast
2019-06-23
-85
/
+10
|
*
Fix unified deprot
wolfbeast
2019-06-23
-1
/
+2
|
*
Remove Unboxed Object code from jit, Part 2.
wolfbeast
2019-06-23
-849
/
+7
|
*
Call a more generic function when inlining array natives.
wolfbeast
2019-06-20
-26
/
+5
|
*
Tabs -> Spaces (no code change)
wolfbeast
2019-06-18
-2
/
+2
|
*
Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.
wolfbeast
2019-06-18
-7
/
+2
|
*
Remove and clean up more code.
wolfbeast
2019-06-18
-25
/
+8
|
*
Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.
wolfbeast
2019-06-18
-23
/
+19
|
*
Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash.
wolfbeast
2019-06-17
-2
/
+12
|
*
Remove unused LIR temp register for unboxed arrays.
wolfbeast
2019-06-12
-28
/
+12
|
*
Make use of ArrayObjects in favor of generic JS objects.
wolfbeast
2019-06-12
-12
/
+12
|
*
Inline combined methods for NativeObject and UnboxedArrayObject accesses.
wolfbeast
2019-06-10
-33
/
+29
|
*
Merge branch 'master' into remove-unboxed
wolfbeast
2019-06-08
-2
/
+12
|
|
\
|
|
*
Fix #1091 deprot
wolfbeast
2019-05-29
-0
/
+2
|
|
*
[js, ARM] Always check error return from BufferOffset::diffB.
Lars T Hansen
2019-05-25
-2
/
+10
|
*
|
Remove UnboxedArray code part 2
wolfbeast
2019-05-23
-77
/
+16
|
*
|
Remove UnboxedArray code part 1
wolfbeast
2019-05-23
-1138
/
+199
|
|
/
|
*
Remove unboxed object code from jit, Part 1
wolfbeast
2019-05-16
-615
/
+26
|
*
Remove Unboxed Objects from vm/ Part 1 + fix deprot
wolfbeast
2019-05-16
-0
/
+3
|
*
Remove Unboxed Objects in ScalarReplacement
wolfbeast
2019-05-15
-112
/
+0
|
*
remove unboxed code chunk (wip1)
wolfbeast
2019-05-14
-107
/
+25
[next]