aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* Fix udis86 compilationErik Verbruggen2018-08-141-2/+2
* Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-111-1/+1
* Get rid of the SH4 macro assemblerLars Knoll2018-08-111-4/+0
* Update Yarr to the latest version from WebKitLars Knoll2018-08-106-13/+40
* Add comment about use of memfd for JIT memory allocations on AndroidSimon Hausmann2018-05-281-0/+3
* android-clang: Fix crash in V4 JITEskil Abrahamsen Blomfeldt2018-05-251-1/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-273-0/+21
|\
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-263-0/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-9/+9
|\|
| * Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
* | Add a feature to mark mmap-allocated pages on Linux tooThiago Macieira2018-02-082-2/+86
|/
* Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-5/+0
* Use __builtin_trap in GCC tooThiago Macieira2017-07-221-1/+1
* Fix compilation with the Intel compilerThiago Macieira2017-04-031-1/+1
* winrt: Switch to always use VirtualAllocFromAppMaurice Kalinowski2017-02-281-52/+22
* winrt: Fix application startupMaurice Kalinowski2017-02-281-6/+13
* Remove branch compaction #ifdefSimon Hausmann2017-01-311-4/+0
* Add masm allocator for INTEGRITYKimmo Ollila2017-01-261-0/+232
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\
| * No need to define c99 math functions in c++11 modeJulien Gueytat2017-01-221-1/+1
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-191-11/+0
* | Add initial support for INTEGRITYKimmo Ollila2017-01-132-3/+18
|/
* Allow for the QML engine to run on "hardened" Linux systemsSimon Hausmann2016-11-221-0/+10
* Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-1/+1
|\
| * Fix linking against static build in Visual Studio 2015Pavol Markovic2016-10-061-1/+1
* | Fix qmldevtools for QML compilerSimon Hausmann2016-08-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
|\|
| * Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
|\|
| * Compile Fix for OpenBSD in C++11 modeRalf Nolden2016-06-021-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-0/+10
|\|
| * Fix compilation with Visual Studio 2015 Update 2 (static build)Kai Koehne2016-04-222-0/+10
* | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-4/+10
* | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-164-10/+106
* | tvOS supportMike Krus2016-01-011-0/+5
|/
* Fix a crash when m_file is 0Lars Knoll2015-08-101-1/+2
* V4: add mips32 disassembler.Julien Brianceau2015-06-191-1/+1
* WinRT: fix warningsMaurice Kalinowski2015-05-191-1/+1
* WinRT: Set alignment boundary to page sizeMaurice Kalinowski2015-03-051-1/+9
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Use sysconf function for getting memory page sizePasi Petäjäjärvi2015-01-261-1/+1
* | Fixed license headersJani Heikkinen2015-02-174-4/+4
* | Update copyright headersJani Heikkinen2015-02-124-4/+4
* | 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
* | QML 3rdparty: revert unnecessary change.Erik Verbruggen2015-01-121-1/+1
* | 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