aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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