| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -1971/+0 |
| * | Silence GCC 7 warnings about implicit fallthrough in Qt code | Thiago Macieira | 2017-04-20 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9 | Liang Qi | 2017-02-24 | 1 | -3/+5 |
| |\ |
|
| | * | Fix move ordering while resolving edges in register allocation | Erik Verbruggen | 2017-02-04 | 1 | -0/+2 |
| | * | Fix libs build with msvc on Chinese locale on Windows | Liang Qi | 2017-02-01 | 1 | -3/+3 |
| * | | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macros | Kimmo Ollila | 2017-02-15 | 1 | -1/+1 |
| * | | Add fixes for INTEGRITY | Kimmo Ollila | 2017-01-31 | 1 | -3/+3 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2017-01-26 | 1 | -1/+9 |
| |\| |
|
| | * | Fix incorrect JavaScript evaluation with the JITv5.8.0 | Simon Hausmann | 2017-01-06 | 1 | -1/+9 |
| * | | qml: Remove last foreach, and mark QT_NO_FOREACH | Robin Burchell | 2017-01-17 | 1 | -2/+2 |
| * | | Qml: add missing 'override' | Anton Kudryavtsev | 2016-10-07 | 1 | -60/+64 |
| |/ |
|
| * | Fix binding dependencies when used in together with functions | Simon Hausmann | 2016-08-30 | 1 | -1/+1 |
| * | V4: Store per-block interval info in a vector instead of a QHash | Erik Verbruggen | 2016-08-24 | 1 | -13/+13 |
| * | V4: Store live intervals in an array instead of a QHash | Erik Verbruggen | 2016-08-23 | 1 | -15/+26 |
| * | V4: Sort unprocessed ranges in reverse order | Erik Verbruggen | 2016-08-23 | 1 | -8/+13 |
| * | Revert "QML: When available, use QQmlAccessors to read properties." | Simon Hausmann | 2016-07-14 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-13 | 1 | -0/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-10 | 1 | -0/+1 |
| | |\ |
|
| | | * | RegAllocInfo: Initialize member _currentStmt. | Edward Welbourne | 2016-05-30 | 1 | -0/+1 |
| * | | | V4: Change uses of StmtVisitor/ExprVisitor to use new style visitors. | Erik Verbruggen | 2016-06-08 | 1 | -46/+37 |
| * | | | QML: When available, use QQmlAccessors to read properties. | Erik Verbruggen | 2016-04-12 | 1 | -2/+2 |
| |/ / |
|
| * | | V4 IR: Store the phi-node parameters directly in the class. | Erik Verbruggen | 2016-03-06 | 1 | -3/+3 |
| * | | V4: Replace foreach loops with range-based for loops. | Erik Verbruggen | 2016-03-03 | 1 | -21/+21 |
| * | | Don't deep copy std::vector [-Wclazy-foreach] | Sérgio Martins | 2016-02-08 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Fix a couple of container detachments | Sérgio Martins | 2016-01-05 | 1 | -1/+1 |
| * | QML: Fix typeof context property. | Erik Verbruggen | 2015-10-27 | 1 | -0/+1 |
| * | QML: Sanitize reading environment variables. | Friedemann Kleint | 2015-10-22 | 1 | -1/+1 |
| * | Access the id objects through a specialized runtime method | Lars Knoll | 2015-08-12 | 1 | -6/+0 |
| * | Access context properties through the qml context | Lars Knoll | 2015-08-10 | 1 | -6/+0 |
| * | Use the QmlContext to access properties of the scope object | Lars Knoll | 2015-08-10 | 1 | -8/+24 |
| * | Add ability to retrieve and use the QmlContext from our generated code | Lars Knoll | 2015-08-10 | 1 | -0/+6 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | V4: fix regalloc for loops with many life&changing vars. | Erik Verbruggen | 2015-03-03 | 1 | -5/+10 |
| * | V4: fix phi node use position calculation. | Erik Verbruggen | 2015-03-03 | 1 | -17/+12 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -0/+1 |
| |\ |
|
| | * | V4: include alloca private header as alloca is used unconditionally. | Pasi Petäjäjärvi | 2015-01-26 | 1 | -0/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | | V4: change regalloc hints to be a QVarLengthArray. | Erik Verbruggen | 2015-01-23 | 1 | -7/+13 |
| * | | QML: Fix MSVC 2013/64bit warnings. | Friedemann Kleint | 2015-01-22 | 1 | -4/+7 |
| * | | V4 JIT: Hoist QVector allocation out of a loop. | Robin Burchell | 2015-01-09 | 1 | -1/+3 |
| * | | Fix build on MinGW | Konstantin Ritt | 2014-12-28 | 1 | -0/+3 |
| * | | Replace usage of stdout for debug output by qDebug | Erik Verbruggen | 2014-12-19 | 1 | -23/+60 |
| |/ |
|
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | V4 JIT: calculate used registers and only save those. | Erik Verbruggen | 2014-08-14 | 1 | -0/+30 |
| * | V4 IR: change IR printing to be more readable. | Erik Verbruggen | 2014-08-13 | 1 | -11/+1 |
| * | V4 RegAlloc: fix callee saved register range handling | Erik Verbruggen | 2014-08-13 | 1 | -15/+19 |
| * | V4 RegAlloc: fix use position calculation for phi node arguments. | Erik Verbruggen | 2014-08-13 | 1 | -11/+8 |
| * | V4 JIT: generate code for int32 comparisons. | Erik Verbruggen | 2014-08-12 | 1 | -5/+2 |
| * | V4 JIT: tune generated instructions for inplace binops | Erik Verbruggen | 2014-08-12 | 1 | -2/+21 |