aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
* Optimizations to the generated byte codeLars Knoll2017-05-191-7/+3
* Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-1/+1
* Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-281-1/+2
* Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-231-0/+1
* Make the Moth interpreter configurableLars Knoll2016-10-101-2/+3
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-0/+2
* V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-281-2/+13
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-0/+2
* Prepare moth bytecode for serializationSimon Hausmann2016-07-211-1/+1
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-90/+0
* QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+90
* Make the moth representation relocatableLars Knoll2016-04-111-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+16
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-6/+8
* Access context properties through the qml contextLars Knoll2015-08-101-6/+26
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-6/+26
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-2/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-0/+6
* Simplify our breakpoint handlingLars Knoll2014-03-071-1/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-2/+2
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-17/+2
* Clean up our internal namespacesLars Knoll2014-02-231-4/+4
* Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-161-0/+4
* Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-24/+0
* Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-071-4/+10
* Add specialized instructions for right and left shiftLars Knoll2014-02-071-0/+32
* Add a MoveConst instruction to the interpreterLars Knoll2014-02-071-0/+7
* Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-051-4/+8
* Use lookups for get/setElement in the interpreterLars Knoll2014-01-311-0/+18
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+9
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-1/+8
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-4/+3
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-0/+10
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-0/+1
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+5
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-4/+3
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-0/+7
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+8
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+23
* Use lookups in the interpreterLars Knoll2013-10-301-0/+51
* Optimize some unops and binops for mothLars Knoll2013-10-301-0/+38