aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-2/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+3
| |\
| | * Fix coverity warningSimon Hausmann2019-04-291-2/+3
| * | Fix compile error with qml_tracing enabledUlf Hermann2019-04-261-1/+1
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-304-0/+18
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-298-181/+100
* | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-181-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-185-26/+55
|\| |
| * | Improve error messageRainer Keller2019-04-171-1/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-173-13/+17
| |\|
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
| | * QMLJS: Remove unused boolean field hasTry from compiler contextErik Verbruggen2019-04-151-1/+0
| | * Prevent CoW detaches from happeningErik Verbruggen2019-04-151-12/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-152-12/+34
| |\|
| | * Only create the imports array if importCount is greater than 0Andy Shaw2019-04-141-2/+4
| | * Detect and reject cyclic aliasesUlf Hermann2019-04-091-10/+30
* | | QQmlTypeCompiler: Avoid including qqmldelegatecomponent_p.hUlf Hermann2019-04-031-9/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
| |\|
| | * Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-264-54/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-254-54/+47
| |\|
| | * Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-222-5/+9
| | * Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-211-0/+2
| | * V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-49/+36
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-2215-943/+322
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2113-747/+96
| |\|
| | * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-0/+5
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-2011-749/+13
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-2012-22/+70
| | * Enable lookups in QMLSimon Hausmann2019-03-192-1/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-186-197/+227
| |\|
| | * Fix up global name determination when compiling ahead of timeSimon Hausmann2019-03-152-2/+3
| | * Unify the JavaScript parsing recursion checksUlf Hermann2019-03-155-61/+49
| | * Save some stack space during code generationUlf Hermann2019-03-143-135/+176
* | | V4: Add trace slot for UPlusErik Verbruggen2019-03-224-8/+15
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-152-1/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-25/+6
| |\|
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-11/+5
| | * V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-251-14/+1
| * | wasm: disable MOTH_COMPUTED_GOTO for stock llvmv5.13.0-beta1Morten Johan Sørvig2019-03-081-1/+7
* | | V4: Add IR that can use traced information to JITErik Verbruggen2019-03-041-3/+1
* | | V4: Undo rotation of the do-while loopErik Verbruggen2019-03-011-10/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-253-35/+52
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-223-5/+7
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-5/+7
| * | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-221-30/+45
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-216-31/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-206-31/+41
| |\|