aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+5
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-2/+1
* V4 interpreter: remove stack-slot allocator.Erik Verbruggen2013-11-121-4/+0
* 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-2/+2
* V4: Remove more jumps.Erik Verbruggen2013-10-101-0/+1
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* V4: remove inplace operationsErik Verbruggen2013-09-301-3/+0
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-3/+3
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-9/+1
| |\
| * \ Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-4/+5
| |\ \
| * | | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-3/+3
* | | | Use a handwritten offsetof macroLars Knoll2013-09-201-1/+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
| |/ |/|
* | Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-4/+5
|/
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+1
* 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-8/+19
|\
| * Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-1/+1
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-3/+3
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-2/+1
| * Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-2/+0
| * Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-1/+15
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+1
* | Move the Param struct out of the Instr union.Erik Verbruggen2013-08-141-4/+4
|/
* Fix binop related crashes in the interpreterSimon Hausmann2013-08-091-0/+2
* Clean up some header dependenciesLars Knoll2013-08-081-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+201