aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-156-16/+18
| |\|
| | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-136-16/+18
* | | Codegen: do not assume QStringRef(const QString *) is implicitMarc Mutz2017-03-221-2/+2
* | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-228-18/+14
* | | Clean up qOffsetOf usageSimon Hausmann2017-03-171-1/+1
* | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-172-8/+9
* | | Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-171-1/+1
* | | Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-173-39/+40
|/ /
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-092-6/+15
* | Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-092-3/+3
* | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-072-5/+3
* | Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-5/+5
* | Fix qmlcachegen command line parametersSimon Hausmann2017-03-072-10/+5
* | Fix restoring IR from cache filesSimon Hausmann2017-03-061-1/+16
* | Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-1/+1
* | Fix old QML compiler buildsSimon Hausmann2017-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-79/+147
|\|
| * 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