aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate code conversion to double.Erik Verbruggen2013-08-281-6/+4
* wince: vsnprintf is not available, use qvsnprintfSergio Martins2013-08-271-2/+3
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-222-1/+57
* Change convertUInt32ToDouble to use an int scratch register.Erik Verbruggen2013-08-202-10/+12
* Disable the udis86 disassembler by defaultLars Knoll2013-08-081-1/+1
* Added convertUInt32ToDouble for X86(_64)Erik Verbruggen2013-07-303-0/+28
* Disable the JIT on Windows 64-bit again until the exception support is implem...Simon Hausmann2013-07-301-1/+1
* Fix JIT selection on Android with ARM buildsSimon Hausmann2013-07-051-0/+6
* Follow-up to previous commit about forcing thumb builds:Simon Hausmann2013-07-052-2/+5
* JIT: support WIN64Erik Verbruggen2013-07-031-1/+1
* Fix another failing assertion with MSVC's STL in debug modeSimon Hausmann2013-06-271-1/+1
* Fix module name (QtQml) in the license header under src/3rdpartySergio Ahumada2013-06-2622-44/+44
* Fix failing assertion with MSVC in debug builds in various testsSimon Hausmann2013-06-263-19/+8
* Disable the JIT on Windows/AMD64 as well as on iOSSimon Hausmann2013-06-261-3/+3
* Fix build on Android (part 2)Simon Hausmann2013-06-241-1/+1
* Fix build with traditional (non-thumb2) ARMSimon Hausmann2013-06-242-4/+280
* Fix exception handling not working reliably on x86/x86-64 Linux (Part 2)Simon Hausmann2013-05-151-0/+3
* Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-081-0/+1
* Fix build on WindowsSimon Hausmann2013-04-291-10/+0
* Suppress unused parameter warning.Erik Verbruggen2013-04-241-0/+2
* Some build-fixes for pedantic compilers.Erik Verbruggen2013-04-191-0/+2
* Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-192-12/+6
* Use 'template' keyword to treat 'vector' as a dependent template nameTor Arne Vestbø2013-04-171-1/+1