| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix performance regression in QUuid::createUuid() | Bradley T. Hughes | 2010-10-05 | 4 | -1/+76 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-09-30 | 34 | -34/+34 |
|\ |
|
| * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 34 | -34/+34 |
|
|
* | | SSL: Add benchmark for QSslSocket::systemCaCertificates() | Markus Goetz | 2010-09-28 | 4 | -0/+120 |
|/ |
|
* | Add the missing license headers to the QString benchmark data | Thiago Macieira | 2010-08-24 | 3 | -1/+44 |
|
|
* | Unroll the SSSE3 code even more to avoid the need to keep an extra variable f... | Thiago Macieira | 2010-08-24 | 1 | -35/+53 |
|
|
* | Don't try to compile the SSE2 and SSSE3 code with compilers that don't suppor... | Thiago Macieira | 2010-08-24 | 1 | -3/+11 |
|
|
* | Improve on the SSSE3 with alternate aligning function. | Thiago Macieira | 2010-08-24 | 1 | -38/+101 |
|
|
* | Add the beginnings of a new SSSE3-based aligning algorithm | Thiago Macieira | 2010-08-24 | 1 | -1/+83 |
|
|
* | Small fixup | Thiago Macieira | 2010-08-24 | 1 | -1/+1 |
|
|
* | Update the SSSE3-with-alignment function to use aligned loads. | Thiago Macieira | 2010-08-24 | 1 | -9/+11 |
|
|
* | Add an ucstrncmp that uses SSSE3 with aligning. | Thiago Macieira | 2010-08-24 | 1 | -1/+52 |
|
|
* | Add an SSSE3 version of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -1/+79 |
|
|
* | Optimise the tail comparison of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -2/+36 |
|
|
* | Add a version of ucstrncmp with SSE2 with aligning. | Thiago Macieira | 2010-08-24 | 1 | -1/+43 |
|
|
* | Add an SSE2-optimised version of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -1/+38 |
|
|
* | Add the ucstrncmp benchmarks | Thiago Macieira | 2010-08-24 | 1 | -0/+136 |
|
|
* | Update the data generation script to use a non-including .cpp | Thiago Macieira | 2010-08-24 | 4 | -14/+23 |
|
|
* | Major improvements to the comparison functions. | Thiago Macieira | 2010-08-24 | 2 | -188/+1770 |
|
|
* | Add a script to generate real-world data from applications | Thiago Macieira | 2010-08-24 | 1 | -0/+200 |
|
|
* | Slightly better version that saves EBX in an XMM register | Thiago Macieira | 2010-08-24 | 1 | -15/+20 |
|
|
* | Add an SSE4.2 version of the string comparison | Thiago Macieira | 2010-08-24 | 2 | -1/+43 |
|
|
* | Add an SSSE3 version that uses palignr to align. | Thiago Macieira | 2010-08-24 | 2 | -1/+112 |
|
|
* | Add an SSE2 comparison with prolog | Thiago Macieira | 2010-08-24 | 1 | -0/+38 |
|
|
* | Add a benchmark for SSE2 comparison. | Thiago Macieira | 2010-08-24 | 2 | -0/+28 |
|
|
* | Add a 4-byte comparison routine. | Thiago Macieira | 2010-08-24 | 1 | -0/+48 |
|
|
* | Add some quick benchmarks for QChar comparison | Thiago Macieira | 2010-08-24 | 1 | -1/+142 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-18 | 1 | -0/+81 |
|\ |
|
| * | Add tests/benchmarks/README | Markus Goetz | 2010-08-17 | 1 | -0/+81 |
|
|
* | | Implement the general blending of ARGB32_pm with SSSE3 | Benjamin Poulain | 2010-08-16 | 1 | -0/+43 |
|/ |
|
* | add performance comparisons to qregexp benchmark | Arvid Ephraim Picciani | 2010-08-10 | 3 | -1/+320 |
|
|
* | Implement comp_Source with SSE2 when there is a const alpha | Benjamin Poulain | 2010-08-04 | 1 | -0/+32 |
|
|
* | Merge remote branch 'origin/4.6' into 4.7-from-4.6 | Rohan McGovern | 2010-07-29 | 1 | -1/+1 |
|\ |
|
| * | Fix Rhys' qmake warnings | Markus Goetz | 2010-07-22 | 1 | -1/+1 |
|
|
| * | Remove files as instructed by Legal department. | Jason McDonald | 2010-07-19 | 2 | -0/+0 |
|
|
| * | Remove test cases which cause stack overflow | Shane Kearns | 2010-07-15 | 1 | -0/+5 |
|
|
| * | The cmd line arguments have not been delegated properly. | Aleksandar Sasha Babic | 2010-04-27 | 1 | -32/+1 |
|
|
* | | Use SSSE3 to convert from RGB888 to RGB32 | Benjamin Poulain | 2010-07-26 | 3 | -0/+119 |
|
|
* | | Add additional QVariant benchmarks. | Michael Brasser | 2010-07-22 | 1 | -0/+45 |
|
|
* | | Remove some files as instructed by Legal department. | Jason McDonald | 2010-07-20 | 2 | -0/+0 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-10 | 1 | -0/+41 |
|\ \ |
|
| * | | Add styled text layout benchmark. | Michael Brasser | 2010-07-05 | 1 | -0/+41 |
|
|
* | | | Add test and fix style for the SSE2 implementation of ARGB32 conversion | Benjamin Poulain | 2010-07-07 | 1 | -1/+63 |
|/ / |
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-01 | 1 | -0/+51 |
|\ \ |
|
| * \ | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Gunnar Sletta | 2010-06-30 | 1 | -0/+52 |
| |\ \ |
|
| * | | | Added textureUpload benchmark to the GL benchmarks | Gunnar Sletta | 2010-06-30 | 1 | -0/+51 |
|
|
* | | | | Add additional text layout benchmarks. | Michael Brasser | 2010-07-01 | 1 | -7/+51 |
|
|
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-06-28 | 1 | -0/+52 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 1 | -0/+52 |
| |/ / |
|
* | | | More script benchmarking. | Michael Brasser | 2010-06-24 | 3 | -4/+31 |
|
|