aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.h
Commit message (Expand)AuthorAgeFilesLines
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+1
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-1/+1
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-1/+3
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+4
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-1/+2
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+3
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+1
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-0/+1
* Rework exception handlingLars Knoll2013-10-291-1/+2
* V4: remove inplace operationsErik Verbruggen2013-09-301-3/+0
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-9/+1
|\
| * Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-8/+0
| * Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-121-1/+1
* | Beginning of a new qml parserSimon Hausmann2013-09-081-1/+1
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-4/+14
|/
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-13/+14
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-11/+10
|\
| * Fix class vs. struct mismatchSimon Hausmann2013-08-191-1/+1
| * Cleanup: Make isel subclass the unit generatorSimon Hausmann2013-08-181-9/+1
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-6/+4
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-3/+1
| * Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-1/+1
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-0/+1
| * Store line number mappings in the compiled functionSimon Hausmann2013-08-161-0/+1
| * Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-0/+3
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+2
| * Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-151-2/+1
| * Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-0/+1
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-2/+8
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-2/+2
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+1
|/
* Restructure source codeLars Knoll2013-08-081-0/+165