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
/
jit
/
qv4isel_masm_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove now unused files
Lars Knoll
2017-06-30
1
-319
/
+0
*
Merge remote-tracking branch 'origin/5.9' into dev
Simon Hausmann
2017-04-07
1
-1
/
+1
|
\
|
*
Fix engine parameter passing when cross-compiling
Simon Hausmann
2017-04-06
1
-1
/
+1
*
|
Mark where we need a write barrier in the JIT
Lars Knoll
2017-03-09
1
-3
/
+3
*
|
Always pass the ExecutionEngine into lookup calls
Lars Knoll
2017-03-09
1
-3
/
+9
|
/
*
Fix register argument passing in cross-compiled code when host == x86
Simon Hausmann
2017-02-07
1
-2
/
+0
*
Make the JIT ISelFactory a template
Simon Hausmann
2017-01-31
1
-1
/
+2
*
Correctly specialize TargetPlatform as template
Simon Hausmann
2017-01-31
1
-1
/
+1
*
Move generateRuntimeCall macro
Simon Hausmann
2017-01-31
1
-6
/
+0
*
Make QV4::JIT::InstructionSelection a template
Simon Hausmann
2017-01-28
1
-21
/
+21
*
Make QV4::JIT::Assembler a template
Simon Hausmann
2017-01-28
1
-20
/
+22
*
Minor cleanup: Move LookupCall and RuntimeCall into Assembler
Simon Hausmann
2017-01-28
1
-2
/
+2
*
JIT Assembler instruction selection cleanup
Simon Hausmann
2017-01-28
1
-21
/
+35
*
headers: Add missing override and remove redundant virtual
Alexander Volkov
2016-12-07
1
-59
/
+59
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-10-18
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-10
1
-2
/
+2
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-30
1
-2
/
+2
|
|
|
\
|
|
|
*
V4: Free up 2 address bits in 64bit mode
Erik Verbruggen
2016-09-28
1
-2
/
+2
*
|
|
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-09-21
1
-1
/
+1
|
\
|
|
|
|
*
|
|
Fix binding dependencies when used in together with functions
Simon Hausmann
2016-08-30
1
-1
/
+1
*
|
|
|
V4: Replace a QSet with a QVector in calculateOptionalJumps
Erik Verbruggen
2016-08-23
1
-1
/
+2
|
/
/
/
*
|
|
V4: Fix JavaScript finally-block execution
Erik Verbruggen
2016-08-10
1
-2
/
+2
*
|
|
Make generated code loading constants relocatable
Simon Hausmann
2016-08-02
1
-1
/
+0
*
|
|
Improve robustness of qml disk caching
Simon Hausmann
2016-07-23
1
-5
/
+6
*
|
|
Added basic loading of compilation units from disk
Simon Hausmann
2016-07-19
1
-0
/
+1
*
|
|
Revert "QML: When available, use QQmlAccessors to read properties."
Simon Hausmann
2016-07-14
1
-2
/
+2
*
|
|
QML: When available, use QQmlAccessors to read properties.
Erik Verbruggen
2016-04-12
1
-2
/
+2
*
|
|
Cleanup
Lars Knoll
2016-04-11
1
-2
/
+0
*
|
|
Start converting Runtime calls to 'vtable' calls
Lars Knoll
2016-04-11
1
-0
/
+2
|
/
/
*
|
V4: Rename StackFrameRegister to FramePointerRegister.
Erik Verbruggen
2016-01-19
1
-2
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
QML: Fix typeof context property.
Erik Verbruggen
2015-10-27
1
-0
/
+1
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Access the id objects through a specialized runtime method
Lars Knoll
2015-08-12
1
-1
/
+0
*
Access context properties through the qml context
Lars Knoll
2015-08-10
1
-1
/
+0
*
Use the QmlContext to access properties of the scope object
Lars Knoll
2015-08-10
1
-1
/
+3
*
Add ability to retrieve and use the QmlContext from our generated code
Lars Knoll
2015-08-10
1
-0
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Fix QQmlExpression/QQmlScriptString/QQmlBinding crashes
Simon Hausmann
2014-10-09
1
-1
/
+1
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
V4 JIT: fix int32 to double conversion code
Erik Verbruggen
2014-08-14
1
-2
/
+4
*
V4 JIT: support saving used callee saved FP registers.
Erik Verbruggen
2014-08-14
1
-0
/
+1
*
V4 JIT: parameterize the prologue and epilogue generation
Erik Verbruggen
2014-08-14
1
-0
/
+3
*
V4 JIT: tweak generated int32 to double conversion code
Erik Verbruggen
2014-08-13
1
-1
/
+10
*
V4 JIT: generate code for int32 comparisons.
Erik Verbruggen
2014-08-12
1
-0
/
+2
*
V4 JIT: fix LookupCall on ARM
Erik Verbruggen
2014-08-12
1
-11
/
+7
*
Accelerate property lookups for C++-based QObject singletons.
Michael Brasser
2014-08-07
1
-1
/
+1
*
qml: Make ownership of CompiledUnit more clear
Holger Hans Peter Freyther
2014-07-21
1
-1
/
+1
*
V4: Split arguments/locals from temps.
Erik Verbruggen
2014-05-23
1
-65
/
+72
*
V4 IR: prevent accidental detaches of QVectors.
Erik Verbruggen
2014-04-15
1
-1
/
+1
[next]