aboutsummaryrefslogtreecommitdiffstats
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
* V4 ARM JIT: make CONFIG+=disassembler work on ARM.Erik Verbruggen2014-02-171-1/+1
* [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
* Prospective iOS build fix for tst_qqmlmodulepluginSimon Hausmann2014-02-161-0/+5
* iOS build fix for qmlplugindumpSimon Hausmann2014-02-161-1/+1
* Prospective build fix in the CI system for iOSSimon Hausmann2014-02-161-1/+1
* Avoid Nearest mipmap filtering for BorderImage.Gunnar Sletta2014-02-161-0/+1
* 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-1516-121/+490
* Pin qtbase version so we can integrate glyph format changesTor Arne Vestbø2014-02-151-1/+1
* Fix polishItems bugFabian Bumberger2014-02-151-6/+10
* 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
* Test case for V4 profiler and its adapterUlf Hermann2014-02-133-1/+58
* V4 profiler adapterUlf Hermann2014-02-135-6/+207
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-139-139/+656
* [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-1284-2445/+318
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1184-2445/+318
| |\
| | * Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
| | * Fix memory leak in testFrederik Gladhorn2014-02-111-2/+2
| | * Fix origin for short reversed item viewsJohn Brooks2014-02-102-11/+21
| | * Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
| | * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-072-5/+31
| | * Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
| | * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
| | * Doc: Merge duplicated example directoriesSze Howe Koh2014-02-0647-2335/+14
| | * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
| | * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
| | * Improve Scene Graph - Simple Material example documentation.Mitch Curtis2014-02-061-11/+11
| | * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-066-4/+43
| | * Avoid out-of-bound accesses in Qt Quick example codehjk2014-02-051-10/+15
| | * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
| | * Revert "Skip unstable test"Liang Qi2014-02-031-1/+0
| | * 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