aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-2/+11
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-5/+9
* Access context properties through the qml contextLars Knoll2015-08-101-6/+4
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-2/+20
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-6/+10
|/
* 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/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+2
* V4: support calling constants.Erik Verbruggen2014-06-021-3/+3
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-53/+55
* V4 IR: change IR printing to use a visitor.Erik Verbruggen2014-05-211-3/+3
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-4/+13
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-13/+11
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-3/+1
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-1/+14
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-36/+17
* Clean up our internal namespacesLars Knoll2014-02-231-79/+79
* Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-291-1/+2
* Clean up property dependency data structuresSimon Hausmann2013-12-051-11/+13
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-2/+11
* V4: remove invalid assert.Erik Verbruggen2013-12-031-3/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-3/+3
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+2
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-9/+3
* Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-2/+2
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+6
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+4
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-3/+2
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-3/+11
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-2/+7
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-1/+9
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+4
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+4
* Rework exception handlingLars Knoll2013-10-291-3/+9
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-3/+0
* V4: remove inplace operationsErik Verbruggen2013-09-301-99/+73
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-36/+2
|\
| * Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-34/+0
| * Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-121-2/+2
* | Beginning of a new qml parserSimon Hausmann2013-09-081-2/+7
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-3/+8
|/
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-26/+25