aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4jsir_p.h
Commit message (Expand)AuthorAgeFilesLines
* V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-171-2/+2
* Clean up property dependency data structuresSimon Hausmann2013-12-051-30/+33
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-0/+4
* Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-0/+8
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-6/+25
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-2/+19
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-24/+6
* Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-15/+5
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-2/+23
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-1/+1
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-73/+8
* Move conversion of this object into generated codeLars Knoll2013-11-051-1/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+8
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-7/+8
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-13/+36
* Speed up id object lookupsSimon Hausmann2013-10-291-2/+87
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+1
* Rework exception handlingLars Knoll2013-10-291-29/+8
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+4
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+5
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-201-4/+6
* V4: remove inplace operationsErik Verbruggen2013-09-301-4/+2
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-0/+6
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-3/+1
| |\
| * | [new compiler] Improve error reportingSimon Hausmann2013-09-121-0/+6
* | | V4 IR: rename ObjectType to VarTypeErik Verbruggen2013-09-201-1/+1
| |/ |/|
* | Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-2/+0
* | V4 IR: fix Temp equality, and its use in type inference.Erik Verbruggen2013-09-121-1/+1
|/
* V4: Constant binary expression evaluation.Erik Verbruggen2013-09-101-0/+6
* Fix qv4jsir_p.h warningsJ-P Nurmi2013-09-041-1/+3
* Fix some bugs in the code generatorLars Knoll2013-09-021-1/+3
* wince: Build fix, CONST conflicts with Windows macros.Sérgio Martins2013-08-281-2/+8
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-2/+3
|\
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-2/+3
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-1/+3
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-1/+2
* | Make some clone methods statically accessible.Erik Verbruggen2013-08-141-0/+27
* | Change post-increment/-decrement to not use a built-in.Erik Verbruggen2013-08-131-2/+2
|/
* Fix leaks in Phi nodes in the V4 IRSimon Hausmann2013-08-131-5/+1
* Fix leak of QString in V4 IRSimon Hausmann2013-08-121-3/+3
* Restructure source codeLars Knoll2013-08-081-0/+890