aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Delete a disallowed template instantiation the proper wayThiago Macieira2013-12-171-1/+1
* V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-042-0/+30
* Avoid symbol clashes when linking QtDeclarative and QtScript staticallySimon Hausmann2013-11-221-0/+5
* Fix build on WinRTAndrew Knight2013-11-066-2/+80
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-044-1/+7
* Fix MSVC2013 compilationYuchen Deng2013-10-211-0/+2
* Disable WTF assertions in release buildsSimon Hausmann2013-10-171-0/+2
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-173-27/+10
* Implement WTFReportAssertionFailureSimon Hausmann2013-10-171-1/+2
* Fix ASSERT_VALID_CODE_POINTER for our ARM buildsSimon Hausmann2013-10-171-4/+2
* V4 ARM: extend disassembler.Erik Verbruggen2013-10-172-0/+77
* Speed up stack trace generation for the JITSimon Hausmann2013-10-162-0/+10
* V4 disasm: fix sub sp,sp,immErik Verbruggen2013-10-141-1/+1
* V4 ARM: fix disassembler vmovErik Verbruggen2013-10-121-1/+1
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-113-2/+35
* Add support for showing disassembled ARM JIT codeSimon Hausmann2013-10-106-3/+2775
* V4 JIT: implement convertUInt32ToDouble on ARMv7.Erik Verbruggen2013-10-032-0/+12
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-032-1/+2
* V4: changed environment variable SHOW_CODE.Erik Verbruggen2013-09-301-1/+1
* Allow delayed deallocation in the executable memory allocatorSimon Hausmann2013-09-201-1/+1
* Android: Fix compilation when doing ARM buildsSimon Hausmann2013-09-181-3/+10
* wince: Build fix, Windows can also run on ARM.Sergio Martins2013-09-171-0/+2
* Removed strange character from MacroAssemblerARM.cpp file.Tomasz Olszak2013-09-171-1/+1
* V4 JIT: generate code for binary expressions.Erik Verbruggen2013-09-111-0/+6
* wince: Build fix, assert() is not present in this platform.Sérgio Martins2013-08-292-5/+9
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-293-10/+13
* wince: Build fix, abort() is not available on this platformSergio Martins2013-08-281-2/+2