aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2/+2
* V4: Remove more jumps.Erik Verbruggen2013-10-101-0/+1
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* V4: remove inplace operationsErik Verbruggen2013-09-301-3/+0
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-3/+3
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-9/+1
| |\
| * \ Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-4/+5
| |\ \
| * | | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-3/+3
* | | | Use a handwritten offsetof macroLars Knoll2013-09-201-1/+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
| |/ |/|
* | Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-4/+5
|/
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+1
* 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-8/+19
|\
| * Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-1/+1
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-3/+3