aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-111-1/+1
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-264-14/+18
* QML: Convert the PropertyDependencyMap to a QVarLengthArray.Erik Verbruggen2016-04-052-5/+28
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-052-2/+3
* QML: add type info for the built-in qml context.Erik Verbruggen2016-04-052-2/+16
* QML: do not re-use the resolver data for members.Erik Verbruggen2016-04-043-47/+71
* V4: prevent re-adding currentStmt to the worklist in type inference.Erik Verbruggen2016-03-301-2/+10
* V4: Fix debug output for the type inference pass.Erik Verbruggen2016-03-301-0/+11
* V4: Allow the compiler to inline more small methods.Erik Verbruggen2016-03-202-334/+323
* V4: Move BitVector to the util header, so it can be re-used.v5.7.0-alpha1Erik Verbruggen2016-03-071-115/+0
* V4: tweak Phi node data destruction.Erik Verbruggen2016-03-062-15/+22
* V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-064-44/+36
* V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-28/+29
* V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-20/+20
* V4: Replace foreach with range-based for loops on QVarLengthArrays.Erik Verbruggen2016-03-041-23/+23
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-012-8/+17
|\
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-242-8/+17
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-106-19/+19
* | Don't deep copy std::vector [-Wclazy-foreach]Sérgio Martins2016-02-081-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-293-10/+16
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-273-10/+16
* | Updated license headersJani Heikkinen2016-01-1921-294/+420
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-103-15/+33
|\|
| * Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-3/+3
| * V4: Replace QVector with (Q)VarLengthArray in BasicBlock.Erik Verbruggen2016-01-062-7/+25
| * V4: Shrink IR::Temp by removing unnecessary padding.Erik Verbruggen2015-12-231-5/+5
* | V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* | Initialize all the pointer membersFrank Meerkoetter2015-12-151-0/+1
* | Remove dead codeFrank Meerkoetter2015-12-081-1/+1
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-072-2/+2
|/
* Don't try to resolve id values or singleton member as propertiesLars Knoll2015-11-271-1/+2
* QML: Fix typeof context property.Erik Verbruggen2015-10-275-2/+48
* V4: do not run optimizer for functions of >300 statements.Erik Verbruggen2015-10-231-2/+5
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-222-5/+5
* Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95
* Initialize member variable.Erik Verbruggen2015-10-131-0/+1
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-093-4/+40
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0610-0/+110
* Minor cleanupLars Knoll2015-09-251-1/+1
* Make QML composite types inherit enumsJ-P Nurmi2015-09-213-5/+8
* Remove some dead codeSimon Hausmann2015-09-212-17/+4
* Fix incorrect signal emission for QML declared propertiesSimon Hausmann2015-08-241-7/+4
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-8/+21
* Get rid of special handling of var propertiesLars Knoll2015-08-181-27/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-4/+4
|\
| * Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
| * fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-2/+2
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-1/+1
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-1211-42/+44
* | Access context properties through the qml contextLars Knoll2015-08-1010-36/+53