aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm
Commit message (Expand)AuthorAgeFilesLines
* Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-251-16/+7
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-091-1/+1
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-071-7/+16
* masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-071-2/+2
* Modify m_compareRegister bitfieldTang Haixiang2022-05-071-1/+1
* QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-261-3/+15
* Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-1210-203/+23
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-264-12/+18
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-08-123-9/+3
* Fix typo introduced by 1c6a70e1880a8André Klitzing2020-06-161-1/+1
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-201-1/+1
* Port python check to configure systemKai Koehne2020-05-181-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-171-1/+1
|\
| * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
* | make LinkBufferBase::finalizeCodeWithDisassembly() less genericRolf Eike Beer2019-12-121-16/+12
|/
* masm: drop some excessive newlines in debug messagesRolf Eike Beer2019-11-282-4/+3
* Remove dladdr usage from masmTasuku Suzuki2019-07-082-18/+1
* rtems: Add support cacheFlushMikhail Svetkin2019-06-281-0/+6
* rtems: Add platform definitionMikhail Svetkin2019-06-281-0/+5
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-2/+0
* Remove the bootstrap code from assembler and JITUlf Hermann2019-05-0710-249/+19
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-1/+2
| |\
| | * Yarr: Reject quantifiers larger than 16MUlf Hermann2019-04-301-1/+2
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-4/+0
* | | Enable back references in YarrUlf Hermann2019-04-182-0/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-4/+4
| |\|
| | * Ensure the correct version of LinkBuffer's performFinalization is calledAlec Rivers2019-04-121-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-0/+1
|\| |
| * | Fix build without c++14Allan Sandfeld Jensen2019-03-291-0/+1
* | | JSC::Yarr::Parser: fix invalid noreturn warningYulong Bai2019-03-111-1/+1
* | | Upgrade Yarr to latest version from WebKitUlf Hermann2019-02-2615-221/+746
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-292-5/+5
|\|
| * Fix cacheFlush ManageCaches flags for INTEGRITYJanne Koskinen2019-01-201-1/+1
| * When matching RegExps catch JIT failuresUlf Hermann2019-01-091-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+1
|\|
| * Fix ICC change-of-sign warningsThiago Macieira2018-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-1/+2
|\|
| * Fix an ambiguity with gcc 4.9Ville Voutilainen2018-12-071-1/+2
* | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-034-16/+63
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-162-1/+12
|\
| * Add a configure test for std::make_uniqueLars Knoll2018-11-101-1/+2
| * INTEGRITY: Fix build failureJanne Koskinen2018-11-071-0/+10
* | masm: Don't call fclose(nullptr) and initialize staticsUlf Hermann2018-11-142-2/+3
* | Yarr: Fix developer build with MinGW 64Friedemann Kleint2018-11-131-0/+8
|/
* Fix compilation in C++11 modeLars Knoll2018-10-152-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-0/+2
|\