aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4jsir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up property dependency data structuresSimon Hausmann2013-12-051-15/+5
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-5/+19
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+6
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-15/+3
* Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-13/+4
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-2/+11
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-25/+0
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+3
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+2
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-8/+12
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-8/+40
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+22
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+2
* Rework exception handlingLars Knoll2013-10-291-41/+10
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-2/+4
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-201-3/+3
* V4: remove inplace operationsErik Verbruggen2013-09-301-4/+2
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-3/+1
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-4/+0
| |\
| * | Beginning of a new qml parserSimon Hausmann2013-09-081-3/+1
* | | V4 IR: rename ObjectType to VarTypeErik Verbruggen2013-09-201-1/+1
| |/ |/|
* | Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-4/+0
|/
* wince: Build fix, abort() is not available on this platformSergio Martins2013-08-281-1/+1
* wince: Build fix, CONST conflicts with Windows macros.Sérgio Martins2013-08-281-0/+4
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-3/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-0/+9
|\
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-0/+9
* | Various fixes to the optimizer.Erik Verbruggen2013-08-201-1/+8
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-2/+10
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+2
* | Make some clone methods statically accessible.Erik Verbruggen2013-08-141-8/+3
|/
* Fix leaks in Phi nodes in the V4 IRSimon Hausmann2013-08-131-3/+3
* Fix leak of QString in V4 IRSimon Hausmann2013-08-121-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+1024