index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4runtime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the FunctionObject parameter to VME::exec()
Lars Knoll
2017-09-01
1
-3
/
+2
*
Add the current context and function object to CallData
Lars Knoll
2017-09-01
1
-53
/
+45
*
Remove unused UnwindException instruction
Lars Knoll
2017-08-28
1
-7
/
+0
*
Cleanup and inline context push/pop related code
Lars Knoll
2017-08-28
1
-20
/
+6
*
Cleanups in the runtime API
Lars Knoll
2017-08-28
1
-37
/
+13
*
Specialize possible direct calls to eval
Lars Knoll
2017-08-25
1
-8
/
+29
*
Cleanup object construction instructions
Lars Knoll
2017-08-25
1
-58
/
+1
*
Always retrieve the this object from the stack
Lars Knoll
2017-08-10
1
-12
/
+0
*
More consistent naming of instructions and runtime methods
Lars Knoll
2017-08-10
1
-15
/
+15
*
Split StoreName into StoreNameStrict and StoreNameSloppy
Lars Knoll
2017-08-10
1
-2
/
+16
*
Remove some unused runtime methods
Lars Knoll
2017-08-10
1
-39
/
+0
*
Refactor context handling
Lars Knoll
2017-08-10
1
-28
/
+28
*
Avoid creating a CallContext for simple functions
Lars Knoll
2017-08-10
1
-22
/
+22
*
Don't throw exceptions in Object::delete(indexed) anymore
Lars Knoll
2017-08-10
1
-9
/
+8
*
Don't throw errors from the internal put methods anymore
Lars Knoll
2017-08-10
1
-13
/
+12
*
Create separate instructions to create both types of arguments objects
Lars Knoll
2017-08-10
1
-3
/
+11
*
Inline more of the runtime code into the interpreter
Lars Knoll
2017-08-08
1
-79
/
+0
*
Remove unused Scope
Lars Knoll
2017-08-08
1
-1
/
+0
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-55
/
+33
*
Get rid of the compilation unit related members in ExecutionContext
Lars Knoll
2017-08-03
1
-22
/
+22
*
Fix unary minus: -UINT_MIN is not an integer
Erik Verbruggen
2017-08-02
1
-1
/
+2
*
Introduce an accumulator in the interpreter, and change instructions
Erik Verbruggen
2017-08-02
1
-42
/
+2
*
Simplify and unite handling of activation objects in Contexts
Lars Knoll
2017-07-05
1
-5
/
+5
*
Bring back captureRequired on scope/contest property loading
Erik Verbruggen
2017-07-04
1
-72
/
+4
*
Remove interpreter instructions we can't generate anymore
Erik Verbruggen
2017-06-30
1
-51
/
+8
*
Add support for post increment/decrement
Erik Verbruggen
2017-06-21
1
-2
/
+42
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-15
1
-1
/
+3
|
\
|
*
Fix integer division
Erik Verbruggen
2017-06-08
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-28
/
+82
|
\
|
|
*
Get rid of the MemoryManager pointer inside String
Lars Knoll
2017-05-19
1
-2
/
+2
|
*
Move the list of default internal classes into EngineBase
Lars Knoll
2017-05-19
1
-1
/
+1
|
*
Optimize Runtime::method_get/setElement
Lars Knoll
2017-05-10
1
-25
/
+79
*
|
QmlTypeWrapper: -> QQmlTypeWrapper
Robin Burchell
2017-05-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Lars Knoll
2017-04-22
1
-0
/
+2
|
\
|
|
*
Silence GCC 7 warnings about implicit fallthrough in Qt code
Thiago Macieira
2017-04-20
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Simon Hausmann
2017-03-27
1
-0
/
+2
|
\
|
|
*
Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9
Simon Hausmann
2017-03-25
1
-0
/
+2
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Simon Hausmann
2017-03-15
1
-0
/
+2
|
|
|
\
|
|
|
*
JS: Fix 0 == -0
Erik Verbruggen
2017-03-08
1
-0
/
+2
*
|
|
|
Merge remote-tracking branch 'origin/5.9' into HEAD
Simon Hausmann
2017-03-23
1
-3
/
+11
|
\
|
|
|
|
*
|
|
Complete transition to standard layout classes for JIT access
Simon Hausmann
2017-03-21
1
-0
/
+8
|
*
|
|
Protect CompilationUnit member usage against word size differences
Simon Hausmann
2017-03-17
1
-3
/
+3
|
|
/
/
*
|
|
Make writes to ArrayData write-barrier safe
Lars Knoll
2017-03-09
1
-1
/
+1
*
|
|
Go through proper set() functions when writing to MemberData
Lars Knoll
2017-03-09
1
-1
/
+1
*
|
|
Unify mark handling for MemberData and ArrayData
Lars Knoll
2017-03-09
1
-1
/
+1
|
/
/
*
|
Fix a potential crash in pushWithScope
Lars Knoll
2017-02-13
1
-2
/
+6
*
|
jsruntime: Add a vtable hook on Object for instanceof
Robin Burchell
2017-01-26
1
-27
/
+7
*
|
Add some asserts to help debugging
Lars Knoll
2017-01-22
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-14
1
-109
/
+108
|
\
|
|
*
Optimize code in instanceOf() of FunctionObject::protoForConstructor()
Lars Knoll
2016-12-13
1
-10
/
+11
[next]