aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4jsir.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: tweak Phi node data destruction.Erik Verbruggen2016-03-061-15/+18
* V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-061-3/+3
* Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-101-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-3/+3
|\
| * Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-3/+3
* | V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-1/+1
|/
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-6/+6
* Access context properties through the qml contextLars Knoll2015-08-101-2/+0
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-2/+0
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move Stmt::d to Phi::dRobin Burchell2015-01-231-7/+20
* V4 IR: Change data type used in RemoveSharedExpressions pass.Robin Burchell2015-01-071-11/+14
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-261-0/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* V4 IR: Add loop peeling.Erik Verbruggen2014-08-181-1/+1
* V4 IR: add immediate dominator re-calculation.Erik Verbruggen2014-08-181-1/+1
* V4 IR: change IR printing to be more readable.Erik Verbruggen2014-08-131-117/+129
* V4 IR: copy arguments to temps at function start.Erik Verbruggen2014-07-231-0/+8
* V4 IR: (natural) loop detection.Erik Verbruggen2014-07-041-2/+2
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+8
|\
| * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-131-2/+7
* | V4 IR: Store positions for life-time intervals outside the statement.Erik Verbruggen2014-06-061-15/+0
* | V4 IR: make statement numbering fixed and clean up statement worklists.Erik Verbruggen2014-05-281-7/+23
* | V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-16/+29
* | V4: replace debug macro by compile time constant.Erik Verbruggen2014-05-211-0/+5
* | V4 IR: change IR printing to use a visitor.Erik Verbruggen2014-05-211-303/+379
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+6
|\
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+6
* | V4 IR: replace QSets with QBitArray and QVector.Erik Verbruggen2014-04-291-0/+7
* | V4 IR: reduce runtime cost.Erik Verbruggen2014-04-151-0/+1
* | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-17/+152
|/
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-8/+7
* Enable constant propagation for all typesLars Knoll2014-03-191-0/+5
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-4/+0
* Clean up our internal namespacesLars Knoll2014-02-231-31/+31
* fix whitespaceOswald Buddenhagen2014-01-221-8/+8
* Clean up property dependency data structuresSimon Hausmann2013-12-051-15/+5
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-5/+19
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+6
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-15/+3
* Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-13/+4
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-2/+11
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-25/+0
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+3
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+2