aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused filesLars Knoll2017-06-301-218/+0
* Move the Moth CompilationUnit into it's own fileLars Knoll2017-06-221-14/+1
* Add some meat to Codegen::Reference::load/storeLars Knoll2017-06-191-8/+0
* Use the IR::Function::code memberLars Knoll2017-06-191-1/+0
* Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-171-1/+1
* Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-281-1/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-0/+2
|\
| * Make the Moth interpreter configurableLars Knoll2016-10-101-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+1
|\|
| * Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-1/+1
* | qv4isel_moth_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-60/+60
* | V4: Replace a QSet with a QVector in calculateOptionalJumpsErik Verbruggen2016-08-231-1/+2
|/
* V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-281-0/+2
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-4/+5
* Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-211-1/+4
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-0/+2
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-2/+2
* QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+1
* 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-1/+0
* Access context properties through the qml contextLars Knoll2015-08-101-1/+0
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-1/+3
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+1
* 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
* qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-211-1/+1
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-43/+43
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* Fixes to breakpoint handlingLars Knoll2014-03-071-0/+2
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-1/+1
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-3/+1
* Clean up our internal namespacesLars Knoll2014-02-231-69/+69
* Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-161-1/+1
* CleanupsLars Knoll2014-01-311-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-1/+1
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-3/+5
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-2/+1
* V4 interpreter: remove stack-slot allocator.Erik Verbruggen2013-11-121-4/+0
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-1/+2
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+3