aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | V4: Add headers from LLVM that define an intrusive list templateErik Verbruggen2019-03-2218-0/+3036
* | | 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
|\
| * YarrJIT: disable MatchResult decoding constructor on 64bitErik Verbruggen2018-10-022-1/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-013-7/+11
|\|
| * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-283-7/+11
* | Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* | V4: Add JIT kind to disassemblyErik Verbruggen2018-08-303-16/+16
* | Merge dev into 5.12Oswald Buddenhagen2018-08-211-2/+2
|\ \
| * | Fix udis86 compilationErik Verbruggen2018-08-141-2/+2
* | | Update Apple copyright year in the MASM attributionsSimon Hausmann2018-08-201-1/+1
|/ /
* | Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-111-1/+1
* | Get rid of the Macro assembler for ARMv6 and earlierLars Knoll2018-08-117-3083/+0
* | Get rid of the SH4 macro assemblerLars Knoll2018-08-116-4520/+0
* | Update Yarr to the latest version from WebKitLars Knoll2018-08-1056-1682/+6144
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-0/+1
|\|
| * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
* | Swap the order of protection for cache flushTuomas Heimonen2018-06-211-2/+2
* | 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
* | Fix UBSAN warnings in masmErik Verbruggen2018-05-032-3/+19
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-277-84/+160
|\|
| * Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-262-84/+125
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-265-0/+35