aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Don't needlessly flush start times when stopping profilingUlf Hermann2014-02-252-7/+17
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-2411-23/+39
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-2418-307/+285
* Smaller cleanupLars Knoll2014-02-232-15/+7
* Clean up our internal namespacesLars Knoll2014-02-2340-1909/+1894
* Move binops out of the iselLars Knoll2014-02-227-459/+612
* Move unops into it's own fileLars Knoll2014-02-225-33/+233
* Move the Assembler class into it's own fileLars Knoll2014-02-225-1703/+1856
* Move JIT infrastructure into it's own directoryLars Knoll2014-02-227-8/+15
* Remove unused methodLars Knoll2014-02-221-22/+0
* Really eliminate a|0 and b&(-1)Lars Knoll2014-02-221-8/+8
* Avoid some unneccesary instructions in swapValuesLars Knoll2014-02-221-13/+15
* Mask rhs of shift operations in the IR for constantsLars Knoll2014-02-222-44/+49
* Slightly simplify generated code for conversion to intLars Knoll2014-02-221-3/+1
* Remove unused text streamLars Knoll2014-02-221-3/+0
* Remove some code duplicationLars Knoll2014-02-221-85/+27
* Cleanup: Pass the function into the various SSA stagesLars Knoll2014-02-221-37/+33
* Simplify some runtime codeLars Knoll2014-02-224-49/+42
* Update QQmlAbstractProfilerAdapter documentation.Ulf Hermann2014-02-201-10/+67
* Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-201-0/+1
* Make SmoothedAnimation and SpringAnimation smoothly transition again.Michael Brasser2014-02-205-9/+194
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-186-67/+90
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-186-67/+90
| |\
| | * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
| | * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-122-2/+4
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-112-2/+4
| | | |\
| | | | * Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-292-2/+4
| | * | | Doc: Added information about classname in qmldirVenu2014-02-121-1/+13
| | |/ /
* | | | [new compiler] Report errors at type compile time for invalid group property ...Simon Hausmann2014-02-181-0/+12
* | | | [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-183-1/+14
|/ / /
* | | 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