aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-0/+7
|\
| * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-161-0/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-163/+165
|\|
| * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-21/+119
|\|
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+24
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-21/+95
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+3
|\|
| * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-2/+3
* | 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