aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-3/+18
|\
| * [mips] Fix or32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+3
| * [mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+1
| * Avoid parallel reading/writing of RegExpJitTables.hKai Koehne2015-04-011-1/+14
* | [mips] Handle properly unaligned halfword load.Julien Brianceau2015-04-081-1/+47
* | WinRT: Set alignment boundary to page sizeMaurice Kalinowski2015-03-051-1/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-10/+8
|\|
| * Update C++11 warning logic from QtWebKitAllan Sandfeld Jensen2015-02-101-9/+7
| * Use sysconf function for getting memory page sizePasi Petäjäjärvi2015-01-261-1/+1
* | Fixed license headersJani Heikkinen2015-02-1722-22/+22
* | Update copyright headersJani Heikkinen2015-02-1245-183/+183
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+8
|\|
| * Fix build with MinGW due to -WerrorSérgio Martins2014-12-171-0/+8
* | Use a list of lists for free chunks instead of merging in one listJocelyn Turcotte2015-01-131-0/+1
* | V4 JIT: ARM: move registers around.Erik Verbruggen2015-01-123-8/+6
* | QML 3rdparty: revert unnecessary change.Erik Verbruggen2015-01-123-5/+5
* | Remove guard pages option from uncommitted page reservationsUlf Hermann2014-10-306-16/+9
* | Implement guard pages for windows page allocatorUlf Hermann2014-10-301-1/+11
* | Allow page allocations to include guard pagesUlf Hermann2014-10-304-10/+21
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2523-437/+253
* Silence unused parameter warning in release builds.Erik Verbruggen2014-08-141-0/+1
* V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-121-0/+18
* V4 JIT: enable the JIT when compiling with clang on ARM.Erik Verbruggen2014-07-242-1/+3
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+2
|\
| * V4 Yarr JIT: push/pop addressTempRegister.Erik Verbruggen2014-06-051-0/+2
* | V4: teach the disassembler about VMUL, VCVT, and VCMP on ARM.Erik Verbruggen2014-06-022-0/+130
* | V4: fix disassembler address printing for 64bit.Erik Verbruggen2014-05-221-1/+1
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-2/+22
|\
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+22
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-1/+1
|\|
| * V4: fix register usage on ARM.Erik Verbruggen2014-04-171-1/+1
* | V4 JIT: fix constant shifts.Erik Verbruggen2014-04-152-3/+7
|/
* Zero memory in WinRT allocatorAndrew Knight2014-04-081-0/+1
* Fix compile errorLars Knoll2014-03-101-1/+1
* V4: fix address printing for real.Erik Verbruggen2014-03-081-7/+15
* V4: fix address printing on 64bit platformsErik Verbruggen2014-03-072-2/+14
* Fix MSVC2012 compiler warnings in disabled code.Erik Verbruggen2014-03-072-3/+9
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-072-16/+32
* Fix a couple of typos in the documentationLaszlo Papp2014-03-061-3/+3
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-052-1/+2
* V4 JIT: enable disassembler on windows.Erik Verbruggen2014-03-037-6/+28
* V4 ARM JIT: make CONFIG+=disassembler work on ARM.Erik Verbruggen2014-02-171-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-261-2/+2
|\
| * Fix QNX 6.6 buildFrank Osterfeld2014-01-241-2/+2
* | Fix build on WinRTAndrew Knight2014-01-241-1/+1
* | Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2014-01-241-0/+1
* | wince: Build fix, Windows can also run on ARM.Sergio Martins2014-01-241-0/+2
* | wince: Build fix, assert() is not present in this platform.Sérgio Martins2014-01-241-3/+7
* | wince: Build fix, abort() is not available on this platformSergio Martins2014-01-241-2/+2
* | Update our double conversion code to the latest release from code.google.comSimon Hausmann2014-01-2411-118/+222
|/