aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Micro optimizationLars Knoll2017-04-072-0/+7
* Separate the stack used for GC from the regular JS stackLars Knoll2017-04-0723-123/+155
* CleanupsLars Knoll2017-04-074-76/+81
* Remove assertObjectBelongsToEngine methodLars Knoll2017-04-072-11/+0
* Avoid stack overflows during GC runsLars Knoll2017-04-071-3/+15
* Correctly compute the amount of variables we need to markLars Knoll2017-04-061-3/+2
* Add a TODO to make functions constAlbert Astals Cid2017-04-051-3/+3
* Don't use incremental GC for nowLars Knoll2017-03-301-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-304-14/+12
|\
| * Fix stack pointer arithmetic when cross-compilingSimon Hausmann2017-03-291-1/+1
| * Simplify function prologue code in the JITSimon Hausmann2017-03-291-3/+1
| * Minor cleanup: Remove unused functionSimon Hausmann2017-03-291-7/+0
| * Fix manual register allocation when cross-compiling for ARMv7Simon Hausmann2017-03-291-3/+3
| * Add support for showing disassembly for cache mapped codeSimon Hausmann2017-03-291-0/+6
| * Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-2711-26/+69
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-2510-25/+68
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-1510-25/+68
| | |\
| | | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | | * Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
| | | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-138-23/+29
| | | * Fix accidental assignment in assertionSimon Hausmann2017-03-131-1/+1
| | | * JS: Fix 0 == -0Erik Verbruggen2017-03-081-0/+2
| * | | Fix prototype property when set to non-objectsSimon Hausmann2017-03-241-1/+1
* | | | Fix possible loss of data warningJesus Fernandez2017-03-241-1/+1
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-2342-536/+581
|\| | |
| * | | Codegen: do not assume QStringRef(const QString *) is implicitMarc Mutz2017-03-221-2/+2
| * | | Speed up source code readingSimon Hausmann2017-03-221-1/+9
| * | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-2210-28/+24
| * | | Fix handling of huge memory segmentsLars Knoll2017-03-221-3/+13
| * | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-212-36/+54
| * | | Simplify internal source access APISimon Hausmann2017-03-212-37/+30
| * | | Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-218-20/+21
| * | | Protect CallContext member usage against word size differencesSimon Hausmann2017-03-172-4/+20
| * | | Remove unused macroSimon Hausmann2017-03-171-4/+0
| * | | Protect ExecutionContext member usage against word size differencesSimon Hausmann2017-03-175-19/+50
| * | | Clean up qOffsetOf usageSimon Hausmann2017-03-171-1/+1
| * | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-179-20/+21
| * | | Protect Lookup usage against cross-compilation word size differencesSimon Hausmann2017-03-172-5/+12
| * | | Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-175-19/+25
| * | | Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-1712-358/+282
| * | | Fix running of 32-bit JIT code generated on 64-bit hostsSimon Hausmann2017-03-176-19/+39
| * | | Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-4/+8
| |/ /
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-3/+16
| |\|
| | * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
| | * Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-241-0/+13
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-153-1/+54
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-1410-73/+67
|\| |
| * | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-093-7/+19