aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+16
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-6/+8
* Access context properties through the qml contextLars Knoll2015-08-101-6/+26
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-6/+26
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-2/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-0/+6
* Simplify our breakpoint handlingLars Knoll2014-03-071-1/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-2/+2
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-17/+2
* Clean up our internal namespacesLars Knoll2014-02-231-4/+4
* Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-161-0/+4
* Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-24/+0
* Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-071-4/+10
* Add specialized instructions for right and left shiftLars Knoll2014-02-071-0/+32
* Add a MoveConst instruction to the interpreterLars Knoll2014-02-071-0/+7
* Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-051-4/+8
* Use lookups for get/setElement in the interpreterLars Knoll2014-01-311-0/+18
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* 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