aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused filesLars Knoll2017-06-301-220/+0
* Support object literalsErik Verbruggen2017-06-201-1/+3
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-1/+1
* Improve robustness of qml disk cachingSimon Hausmann2016-07-231-1/+5
* Added basic loading of compilation units from diskSimon Hausmann2016-07-191-0/+1
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-3/+2
* V4: Change uses of StmtVisitor/ExprVisitor to use new style visitors.Erik Verbruggen2016-06-081-6/+28
* QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-2/+3
* 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-2/+2
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-261-0/+2
* 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
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-42/+42
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-3/+3
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* 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-4/+2
* Clean up our internal namespacesLars Knoll2014-02-231-64/+62
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+1
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+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-1/+3
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+4
* 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
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+1
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+1
* Rework exception handlingLars Knoll2013-10-291-1/+2
* V4: remove inplace operationsErik Verbruggen2013-09-301-3/+0
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-9/+1
|\
| * Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-8/+0
| * Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-121-1/+1
* | Beginning of a new qml parserSimon Hausmann2013-09-081-1/+1
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-4/+14
|/
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-13/+14
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-11/+10
|\
| * Fix class vs. struct mismatchSimon Hausmann2013-08-191-1/+1