aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-25392-7399/+4263
* Add const & to argumentsAlbert Astals Cid2014-08-243-2/+15
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-224-2/+20
* V4 IR: Add loop peeling.Erik Verbruggen2014-08-183-23/+243
* V4 IR: add immediate dominator re-calculation.Erik Verbruggen2014-08-183-98/+276
* Doc: Removing url variable from qdocconf file.Topi Reinio2014-08-161-1/+0
* Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* CleanupSimon Hausmann2014-08-1518-182/+175
* V4 JIT: fix int32 to double conversion codeErik Verbruggen2014-08-141-2/+4
* V4 JIT: add d8-d15 as available FP registers on ARM.Erik Verbruggen2014-08-141-1/+8
* V4 JIT: support saving used callee saved FP registers.Erik Verbruggen2014-08-144-21/+46
* V4 JIT: calculate used registers and only save those.Erik Verbruggen2014-08-143-2/+37
* V4 JIT: parameterize the prologue and epilogue generationErik Verbruggen2014-08-146-69/+84
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-3/+2
|\
| * V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
* | V4 JIT: fix stack use below stack pointerErik Verbruggen2014-08-141-2/+10
* | V4 IR: change IR printing to be more readable.Erik Verbruggen2014-08-134-138/+146
* | V4 RegAlloc: fix callee saved register range handlingErik Verbruggen2014-08-131-15/+19
* | Doc: fixed a broken tableLeena Miettinen2014-08-131-0/+1
* | V4 RegAlloc: fix use position calculation for phi node arguments.Erik Verbruggen2014-08-131-11/+8
* | V4 JIT: tweak generated int32 to double conversion codeErik Verbruggen2014-08-131-1/+10
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-124-23/+31
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-124-23/+31
| |\|
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
| | * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
| | * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
| | * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* | | V4 JIT: generate code for int32 comparisons.Erik Verbruggen2014-08-125-5/+48
* | | Doc: Add a keyword for XMLHttpRequestTopi Reinio2014-08-121-1/+1
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-129-9/+9
* | | V4 JIT: fix LookupCall on ARMErik Verbruggen2014-08-122-15/+45
* | | Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-121-0/+3
* | | V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-126-212/+282
|/ /
* | Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-0822-2/+1404
* | Do not emit Timer.onTriggered while executing arbitrary JS codeGunnar Sletta2014-08-082-8/+37
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-083-9/+19
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-073-9/+19
| |\|
| | * Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
| | * Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+18
| | |\
| | | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+18
| | * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
* | | | V4 IR: extend BasicBlockSet functionality.Erik Verbruggen2014-08-081-4/+72
* | | | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-082-10/+18
* | | | V4: add more line number information.Erik Verbruggen2014-08-082-52/+57
* | | | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-087-64/+178
* | | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0716-12/+61
|/ / /
* | | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | | Make ssa compile on Android with gcc 4.6Laszlo Agocs2014-08-041-14/+15
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-014-9/+25
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-294-9/+25
| |\| |