aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Improve while(true/false) condition generationErik Verbruggen2017-09-261-2/+12
* Fix instruction countingErik Verbruggen2017-09-211-8/+8
* Tweak UPlus fast-pathErik Verbruggen2017-09-201-1/+1
* Fix delayed loading of arguments in binary expressionsErik Verbruggen2017-09-202-5/+128
* Remove superfluous zero fill on 32bitErik Verbruggen2017-09-201-6/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-1932-354/+353
* Remove unused methodLars Knoll2017-09-152-29/+0
* Fix a smaller bugLars Knoll2017-09-151-7/+7
* Optimize String.match()Lars Knoll2017-09-153-42/+79
* Fix CallData setup for Script::runErik Verbruggen2017-09-153-12/+12
* Fix 32bit builds/testsErik Verbruggen2017-09-141-1/+1
* Work around different GCC versions' idea of uninitializedErik Verbruggen2017-09-131-0/+1
* Remove compare for >=0 on an unsigned typeErik Verbruggen2017-09-131-2/+2
* Fix instruction dispatch when no computed gotos are usedErik Verbruggen2017-09-131-0/+6
* Fix wide instruction dispatchErik Verbruggen2017-09-132-5/+5
* Fix building for QNX with buggy GCCErik Verbruggen2017-09-133-8/+10
* Fix argument order for bound signal expressionsErik Verbruggen2017-09-131-12/+29
* Make msvc2015 happyErik Verbruggen2017-09-132-4/+9
* Remove superfluous call to String::makeIdentifierErik Verbruggen2017-09-122-2/+2
* Fix: QQmlBoundSignal really needs a call contextErik Verbruggen2017-09-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-123-2/+10
|\
| * Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
| * Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
| * QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0818-52/+45
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-057-12/+9
| |\
| | * Doc: Fix capitalization in section titlesTopi Reinio2017-08-295-6/+6
| | * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| | * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-2312-31/+33
| |\|
| | * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| | * Small cleanupLars Knoll2017-08-231-2/+1
| | * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| | * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| | * Clean up void * usageLars Knoll2017-08-235-13/+16
| | * Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
| * | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-14/+3
* | | Fix name lookup in QML signal handlersErik Verbruggen2017-09-081-2/+2
* | | Fix the case where CreateCallContext interferes with QML dependenciesErik Verbruggen2017-09-071-3/+7
* | | Fix namespaced buildErik Verbruggen2017-09-071-1/+3
* | | Get rid of the hack for named expressionsLars Knoll2017-09-028-28/+28
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-0228-286/+291
* | | Generate a Decrement instead of a Sub with -1 as the rhsErik Verbruggen2017-09-011-5/+11
* | | Generate Cmp* instructions instead of calling into the runtimeErik Verbruggen2017-09-011-8/+84
* | | Fix invalid condition inversion for conditional jumpsErik Verbruggen2017-09-016-226/+227
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-0130-53/+150
* | | Fix compiler warning on gccLars Knoll2017-09-011-1/+1
* | | Don't emit bytecode just to set the thisObject to undefinedLars Knoll2017-09-012-4/+5
* | | Add a Value::isFunctionObject() methodLars Knoll2017-09-012-26/+34