aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-151-7/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4: add more line number information.Erik Verbruggen2014-08-081-4/+4
* V4 IR: (natural) loop detection.Erik Verbruggen2014-07-041-11/+3
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-3/+11
|\
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-3/+11
* | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-1/+1
|/
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-2/+1
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-6/+0
* Clean up our internal namespacesLars Knoll2014-02-231-34/+34
* Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-251-0/+1
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-1/+1
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+1
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-121-0/+3
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+3
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-1/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-2/+5
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+5
* Exit the codegen in case we have thrown a parse errorLars Knoll2013-10-291-1/+2
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-4/+3
* Rework exception handlingLars Knoll2013-10-291-1/+17
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-201-6/+7
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-111-9/+11
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-1/+2
* Add Singleton support for QMLAntti Piira2013-09-211-1/+3
* [new compiler] Fix crash with empty function bodiesSimon Hausmann2013-09-201-1/+1
* Beginning of a new qml parserSimon Hausmann2013-09-081-2/+2
* Allow for function declarations inside conditionalsSimon Hausmann2013-08-231-5/+0
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-221-2/+2
* Cleanup: Separate JS environment scanner class declaration from definitionSimon Hausmann2013-08-221-1/+71
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-1/+0
|\
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-1/+0
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-15/+22
|/
* Restructure source codeLars Knoll2013-08-081-0/+451