Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 240 | -4126/+4126 |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma... | Qt Continuous Integration System | 2011-05-05 | 1 | -2/+2 |
|\ | |||||
| * | Merge remote-tracking branch 'qt/4.8' | Sami Lempinen | 2011-04-28 | 16 | -4/+1011 |
| |\ | |||||
| * | | Fix BlendBench::unalignedBlendArgb32 test case | Miikka Heikkinen | 2011-04-27 | 1 | -2/+2 |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master... | Qt Continuous Integration System | 2011-05-04 | 1 | -1/+48 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of ../qt-qml-staging | Michael Brasser | 2011-04-14 | 3 | -1/+235 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge ../qt-qml-staging | Yann Bodson | 2011-03-29 | 12 | -22/+73541 |
| |\ \ \ | |||||
| * | | | | Optimization and benchmark for setting object properties from QML. | Michael Brasser | 2011-03-16 | 1 | -1/+48 |
* | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-03 | 3 | -0/+160 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Benchmark for layout hierarchies | Jan-Arve Sæther | 2011-04-14 | 3 | -0/+160 |
* | | | | | Cleaned up benchmark project files. | jasplin | 2011-04-26 | 2 | -3/+4 |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-04-18 | 11 | -0/+555 |
|\ \ \ \ \ | |||||
| * | | | | | Add a benchmark for testing our QtDBus type-validation | Thiago Macieira | 2011-04-13 | 3 | -1/+125 |
| * | | | | | Move the QDBusPerformance test to the tests/benchmark dir | Thiago Macieira | 2011-04-13 | 9 | -0/+431 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-master | axis | 2011-04-07 | 3 | -1/+235 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote branch 'qt-master/master' | Guoqing Zhang | 2011-04-05 | 12 | -22/+73541 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge remote branch 'qt-master/master' | Guoqing Zhang | 2011-03-16 | 7 | -7/+7 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Remerging SymbianLite to team repository. | Sami Lempinen | 2011-03-09 | 4 | -5/+18 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merging SymbianLite branch to master. | Sami Lempinen | 2011-03-09 | 3 | -1/+235 |
| |\ \ \ \ \ | |||||
| | * | | | | | Using Symbian native mutex type in tst_bench_qmutex | mread | 2011-03-09 | 1 | -1/+20 |
| | * | | | | | making the QWaitCondition benchmark more reliable | mread | 2011-03-09 | 1 | -8/+21 |
| | * | | | | | Starting a benchmark test for QWaitCondition | mread | 2011-03-09 | 2 | -0/+202 |
* | | | | | | | QNetworkDiskCache: clean up after merge request | Peter Hartmann | 2011-04-01 | 1 | -5/+5 |
* | | | | | | | Speed benchmark for QNetworkDiskCache | Siddharth Mathur | 2011-04-01 | 3 | -1/+452 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Add a once-over unrolled fromLatin1 conversion (32 characters) | Thiago Macieira | 2011-03-27 | 1 | -0/+46 |
* | | | | | | Add 16-byte loads of the Neon fromLatin1 functions | Thiago Macieira | 2011-03-27 | 1 | -0/+68 |
* | | | | | | Remove the use of the QtTest baseline feature I reverted | Thiago Macieira | 2011-03-22 | 1 | -4/+4 |
* | | | | | | Use the ARM version of UTF-8 detection in the Neon code | Thiago Macieira | 2011-03-22 | 1 | -16/+13 |
* | | | | | | Update the data files for the QString benchmark test | Thiago Macieira | 2011-03-22 | 3 | -204/+71503 |
* | | | | | | Fix a bug in the SSE2 UTF-8 decoder. | Thiago Macieira | 2011-03-22 | 1 | -0/+4 |
* | | | | | | Add ARM Neon versions of fromLatin1 and fromUtf8 | Thiago Macieira | 2011-03-22 | 1 | -0/+192 |
* | | | | | | Make this compile on Atom/Core2 (no SSE4) and on ARM (no SSE) | Thiago Macieira | 2011-03-22 | 1 | -1/+18 |
* | | | | | | Add baselines and zeros to the benchmarks. | Thiago Macieira | 2011-03-22 | 1 | -6/+13 |
* | | | | | | Add an UTF-8 conversion on trusted data and no BOM. | Thiago Macieira | 2011-03-22 | 1 | -0/+48 |
* | | | | | | Make it easier to write a UTF-8 conversion on trusted data | Thiago Macieira | 2011-03-22 | 1 | -38/+58 |
* | | | | | | Add the missing tests and 4-byte UTF-8 sequences | Thiago Macieira | 2011-03-22 | 1 | -1/+23 |
* | | | | | | Improve the code and avoid unnecessary stores | Thiago Macieira | 2011-03-22 | 1 | -7/+9 |
* | | | | | | Add an UTF-8 conversion optimised for ASCII using SSE2 | Thiago Macieira | 2011-03-22 | 1 | -1/+54 |
* | | | | | | Add an UTF-8 conversion code that is optimised for ASCII | Thiago Macieira | 2011-03-22 | 1 | -2/+94 |
* | | | | | | Add a stateless copy of the Qt 4.7 UTF-8 codec. | Thiago Macieira | 2011-03-22 | 1 | -0/+99 |
* | | | | | | Add UTF-8 code benchmarks | Thiago Macieira | 2011-03-22 | 1 | -0/+223 |
* | | | | | | Improve a little more the core loop and propagate to the other code | Thiago Macieira | 2011-03-22 | 1 | -18/+22 |
* | | | | | | Reduce the number of operations in the main loop | Thiago Macieira | 2011-03-22 | 1 | -8/+7 |
* | | | | | | Add an SSE4 version using PMOVZXBW and PSRLDQ | Thiago Macieira | 2011-03-22 | 1 | -0/+22 |
* | | | | | | Attempt to improve the epilog code | Thiago Macieira | 2011-03-22 | 1 | -19/+72 |
* | | | | | | Add two SIMD overcommit prologs | Thiago Macieira | 2011-03-22 | 1 | -0/+21 |
* | | | | | | Try to remove the non-determinism by moving the malloc() away | Thiago Macieira | 2011-03-22 | 1 | -10/+15 |
* | | | | | | Optimise the prolog even further | Thiago Macieira | 2011-03-22 | 1 | -16/+33 |
* | | | | | | Try to improve the prolog by doing less operations | Thiago Macieira | 2011-03-22 | 1 | -7/+7 |
* | | | | | | Add an unrolled prolog | Thiago Macieira | 2011-03-22 | 1 | -1/+22 |