aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-043-67/+102
* Prevent propagating results of a phi node into another phi nodeErik Verbruggen2017-02-011-8/+37
* Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-011-2/+2
* QQmlTypeCompiler: Fix read after free in tst_qqmllanguageRobin Burchell2017-01-281-2/+1
* Fix build without features.temporaryfileTasuku Suzuki2017-01-271-0/+5
* Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-251-0/+5
|\
| * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
* | Bump QML cache file versionSimon Hausmann2016-12-091-1/+1
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-073-21/+53
|\|
| * Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
| * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-301-5/+5
* | V4: Simplify strict-mode setting on call context objectsErik Verbruggen2016-12-061-3/+3
* | Remove unnecessary testsRobin Burchell2016-12-051-8/+4
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-292-3/+3
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-9/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-9/+6
| |\
| | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
* | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | Add a missing break statementLars Knoll2016-11-221-0/+1
* | | Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+4
* | | Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-232-2/+36
* | | Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* | | Improve QML development experienceSimon Hausmann2016-10-182-0/+42
* | | Fix excessive invalidation of QML disk cachesSimon Hausmann2016-10-185-7/+42
* | | QML: Align CompiledData::Function fields betterErik Verbruggen2016-10-111-6/+8
* | | Make the Moth interpreter configurableLars Knoll2016-10-103-6/+15
* | | Fix warningMaurice Kalinowski2016-09-031-0/+1
* | | Bump cache file format versionSimon Hausmann2016-08-301-1/+1
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-305-6/+10
* | | QML: Make sure the integer data is aligned on 4-byte boundariesErik Verbruggen2016-08-301-0/+1
* | | V4: Replace the ranges QVector with a QVarLengthArrayErik Verbruggen2016-08-242-8/+8
* | | V4: Remove another use of QSetErik Verbruggen2016-08-241-19/+83
* | | V4: Sort unprocessed ranges in reverse orderErik Verbruggen2016-08-232-9/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-0/+7
|\| |
| * | 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 "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-173-163/+165
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-173-163/+165
| |\| |
| | * | 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
* | | | Prospective fix for invalidating caches for qml files from resourcesSimon Hausmann2016-08-171-1/+11
* | | | Fix return valueMaurice Kalinowski2016-08-171-2/+2
* | | | Enable QML disk cache on WinRT 10Simon Hausmann2016-08-171-5/+5
* | | | Make the unit mapping on Windows configurable with regards to executable mappingSimon Hausmann2016-08-176-7/+13
|/ / /
* | | Enable disk cache for files coming from resourcesSimon Hausmann2016-08-124-13/+24
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-106-52/+52
* | | Enable disk caching on WindowsSimon Hausmann2016-08-104-42/+130