aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 JIT: enable register allocator on Linux/ARM.Erik Verbruggen2014-02-171-2/+29
* V4 JIT: move registers for regalloc out of method.Erik Verbruggen2014-02-172-26/+40
* [new compiler] Fix reported error location for unknown type assignmentsSimon Hausmann2014-02-171-1/+1
* [new compiler] Compile time check for objects assigned to script stringsSimon Hausmann2014-02-171-0/+3
* [new compiler] Fix location of id property in error messagesSimon Hausmann2014-02-171-2/+2
* [new compiler] Implement compile time error handling for listsSimon Hausmann2014-02-172-1/+31
* [new compiler] Match class and file nameSimon Hausmann2014-02-1613-36/+36
* [new compiler] Cleanup object creator membersSimon Hausmann2014-02-163-91/+91
* [new compiler] Fix test with aggressive gcSimon Hausmann2014-02-161-0/+5
* Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-162-2/+9
* Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-162-1/+5
* Add dedicated QML profiler and adapterUlf Hermann2014-02-1512-528/+611
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-152-68/+0
* V4: Do not reverse-propagate int32 conversion through unary minus.Erik Verbruggen2014-02-141-4/+29
* V4 IR: remove unused phi targets.Erik Verbruggen2014-02-141-0/+12
* V4 IR: changed worklist used while doing optimizations.Erik Verbruggen2014-02-141-36/+138
* Compile fix for MSVC2013Andrew Knight2014-02-141-1/+1
* V4 profiler adapterUlf Hermann2014-02-134-2/+199
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-137-137/+646
* [new compiler] Fix context ownership for anonymous componentsSimon Hausmann2014-02-131-1/+1
* Satellite profiler for V4Ulf Hermann2014-02-126-6/+293
* V4 JIT: remove unused register constant.Erik Verbruggen2014-02-121-3/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1212-26/+65
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1112-26/+65
| |\
| | * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
| | * Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
| | * Doc: Merge duplicated example directoriesSze Howe Koh2014-02-061-1/+1
| | * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
| | * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-063-3/+10
| | * V4 regalloc: fix interval splitting when register pressure is high.Erik Verbruggen2014-01-311-7/+27
| | * V4: fix range sortingErik Verbruggen2014-01-311-3/+6
| | * V4 JIT: save/restore ebx (GOT ptr) on linux/x86.Erik Verbruggen2014-01-312-1/+5
| | * V4: remove unused field.Erik Verbruggen2014-01-292-9/+6
| | * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | | Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
|/ /
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-104-2/+249
* | Unify initial waiting of debug servicesUlf Hermann2014-02-1015-89/+363
* | [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-073-6/+9
* | [new compiler] Fix tst_qqmlincubator::deleteContextSimon Hausmann2014-02-074-2/+19
* | [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-077-53/+50
* | [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-076-57/+100
* | [new compiler] Fix memory management of newly created objectsSimon Hausmann2014-02-071-2/+4
* | Protect list of client plugins from concurrent accessUlf Hermann2014-02-071-41/+35
* | V4: stack slot allocator for the interpreter.Erik Verbruggen2014-02-074-15/+205
* | V4: fix life range for phi node target that is never used.Erik Verbruggen2014-02-071-1/+7
* | Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-073-73/+0
* | Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-073-15/+26
* | Avoid some unary plus instructionsLars Knoll2014-02-071-1/+1
* | Remove a memset that is not requiredLars Knoll2014-02-071-0/+2
* | Add specialized instructions for right and left shiftLars Knoll2014-02-073-0/+80