aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-162/+1
|\
| * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-121-162/+1
* | V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-061-4/+4
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-051-1/+1
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-051-2/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+19
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-7/+6
* Access context properties through the qml contextLars Knoll2015-08-101-7/+20
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-7/+41
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+7
* Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-8/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+4
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-261-2/+4
* 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/+8
* qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-211-4/+3
* V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-131-5/+8
* V4 IR: Store positions for life-time intervals outside the statement.Erik Verbruggen2014-06-061-3/+8
* V4 RegAlloc: store, pass, and use life-time intervals by pointer.Erik Verbruggen2014-06-051-10/+8
* V4 IR: make statement numbering fixed and clean up statement worklists.Erik Verbruggen2014-05-281-3/+3
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-88/+94
* V4 IR: reduce runtime cost.Erik Verbruggen2014-04-151-1/+1
* V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-5/+6
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-5/+5
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Cleanup our runtime methodsLars Knoll2014-03-111-22/+22
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-3/+10
* Fixes to breakpoint handlingLars Knoll2014-03-071-6/+15
* Add a Line instruction to the interpreterLars Knoll2014-03-071-10/+10
* Simplify our breakpoint handlingLars Knoll2014-03-071-10/+7
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-5/+0
* Remove unused codeSizesLars Knoll2014-03-031-2/+1
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-4/+4
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-24/+79
* Clean up our internal namespacesLars Knoll2014-02-231-178/+178
* V4: stack slot allocator for the interpreter.Erik Verbruggen2014-02-071-2/+172
* Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-31/+0
* Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-071-6/+6
* Avoid some unary plus instructionsLars Knoll2014-02-071-1/+1
* Add specialized instructions for right and left shiftLars Knoll2014-02-071-0/+32
* Add a MoveConst instruction to the interpreterLars Knoll2014-02-071-14/+28
* Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-051-2/+16
* Use lookups for get/setElement in the interpreterLars Knoll2014-01-311-0/+18
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-7/+15