aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+9
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-1/+8
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-4/+3
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-0/+10
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-0/+1
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+5
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-4/+3
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-0/+7
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+8
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+23
* Use lookups in the interpreterLars Knoll2013-10-301-0/+51
* Optimize some unops and binops for mothLars Knoll2013-10-301-0/+38
* Moth: Inline a couple of binopsLars Knoll2013-10-301-0/+48
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+8
* Inline unary operations in mothLars Knoll2013-10-291-4/+38
* Rework parameter handling for mothLars Knoll2013-10-291-24/+19
* Remove the LoadValue instructionLars Knoll2013-10-291-10/+3
* Move constants into the compiled data for the interpreterLars Knoll2013-10-291-6/+5
* Implement new exception handling for mothLars Knoll2013-10-291-0/+18
* Rework exception handlingLars Knoll2013-10-291-14/+0
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-031-0/+1
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* V4: remove inplace operationsErik Verbruggen2013-09-301-27/+1
* V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-131-0/+7
* Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-60/+0
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-7/+7
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-24/+38
|\
| * Prospective MSVC build fixSimon Hausmann2013-08-191-3/+3
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-161-1/+1
| * Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-161-0/+7
| * Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-22/+29
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-1/+1
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+6
* | Move the Param struct out of the Instr union.Erik Verbruggen2013-08-141-64/+64
|/
* Clean up some header dependenciesLars Knoll2013-08-081-1/+3
* Restructure source codeLars Knoll2013-08-081-0/+621