aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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
* iOS: Don't enable PROT_WRITE and PROT_EXEC at the same timeTor Arne Vestbø2013-04-171-2/+15
* Don't use std::vector::shrink_to_fit(), it's C++11, and not enabled on iOSTor Arne Vestbø2013-04-171-1/+1
* Fix build on iOSTor Arne Vestbø2013-04-172-1/+6
* Speed up regular expression matchingSimon Hausmann2013-04-165-13/+94
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Fix build of the rest of v4vm against WTF/JSC updateSimon Hausmann2013-04-122-1/+14
* Apply modifications on top of WTF/JSCSimon Hausmann2013-04-124-16/+9
* WTF/JSC update to r148273Simon Hausmann2013-04-1245-711/+2304
* Fix memory allocation of executable codeSimon Hausmann2013-04-012-20/+26
* Do not generate udis86 files when udis86 is disabled.Erik Verbruggen2013-02-271-11/+11
* Converted calling runtime functions to new calling conventionSimon Hausmann2013-02-141-0/+7
* Fix cmath function usageSimon Hausmann2013-02-091-0/+449
* Simplify UChar stub hackSimon Hausmann2013-02-091-1/+1
* Make ExecutableAllocator compile on WindowsSimon Hausmann2013-02-091-0/+17
* Centralize code to determine system page sizeSimon Hausmann2013-02-091-2/+3
* Make it possible to omit the udis86 assembler from compilationSimon Hausmann2013-02-092-8/+12
* Work around broken min/max macro definitions on WindowsSimon Hausmann2013-02-091-0/+2
* Include stdlib for arc4random().Erik Verbruggen2013-02-061-0/+4
* Avoid duplicated feature defines between tools/v4/v4.pro and src/v4/v4.proSimon Hausmann2013-02-013-25/+25