aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-1/+1
|\
| * Fix crash when using signal handlers on group propertiesThomas Hartmann2017-09-211-1/+1
* | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-062-1/+3
|/
* Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
* Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-5/+8
* Get rid of the root object index variableSimon Hausmann2017-09-089-40/+27
* Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
* Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-071-10/+6
* QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
* Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
* Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
* Fix memory corruption with type trimmingSimon Hausmann2017-08-232-8/+10
* Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
* Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-041-2/+3
* Fix void * usage in our internal APIsLars Knoll2017-08-022-11/+14
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-4/+6
* Change data structures in QQmlMetaTypeDataLars Knoll2017-08-021-1/+1
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
* Use QQmlType by valueLars Knoll2017-08-026-74/+70
* Simplify logicLars Knoll2017-08-021-3/+1
* Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
|\
| * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-191-1/+1
| |\
| * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
* | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
* | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
| |/ |/|
* | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
|/
* Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
* Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-2/+3
|\
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-2/+3
* | Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Optimizations to the generated byte codeLars Knoll2017-05-192-62/+3
* | Disable loop peelingLars Knoll2017-05-121-1/+5
* | Optimize Runtime::method_get/setElementLars Knoll2017-05-101-2/+2
|/
* Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-042-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-274-159/+185
|\
| * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
* | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-0/+2
* | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
* | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-065-423/+544
* | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-1/+2
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-8/+29
* | Fix encoding of primitive constants when cross-compilingSimon Hausmann2017-03-311-11/+65
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-256-16/+18
|\ \