aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/yarr
Commit message (Expand)AuthorAgeFilesLines
* Fix build without c++14Allan Sandfeld Jensen2019-03-291-0/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-4/+4
|\
| * 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
* | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-032-16/+49
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-161-0/+10
|\
| * INTEGRITY: Fix build failureJanne Koskinen2018-11-071-0/+10
* | Yarr: Fix developer build with MinGW 64Friedemann Kleint2018-11-131-0/+8
|/
* V4: Add JIT kind to disassemblyErik Verbruggen2018-08-301-4/+4
* Update Yarr to the latest version from WebKitLars Knoll2018-08-1020-1639/+5444
* Yarr: Add Q_FALLTHROUGH to silence GCC 7 warningPeter Varga2018-03-271-0/+1
* Fix typosJarek Kobus2018-02-141-1/+1
* Yarr: Add Q_FALLTHROUGH to fallthroughs detected by GCC 7Friedemann Kleint2017-06-231-4/+5
* YarrOp: Initialize membersFriedemann Kleint2017-06-231-4/+4
* Changed JSC::MacroAssembler to be a templateSimon Hausmann2017-01-281-3/+3
* Make JSC::LinkBuffer a templateSimon Hausmann2017-01-281-2/+2
* V4: Align stack on 16 byte boundaries in the YarrJITErik Verbruggen2016-08-091-2/+20
* V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-0/+11
* V4 JIT: ARM: move registers around.Erik Verbruggen2015-01-121-5/+3
* V4 Yarr JIT: push/pop addressTempRegister.Erik Verbruggen2014-06-051-0/+2
* Fix MSVC2012 compiler warnings in disabled code.Erik Verbruggen2014-03-071-2/+7
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-072-16/+32
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-291-2/+2
* Fix another failing assertion with MSVC's STL in debug modeSimon Hausmann2013-06-271-1/+1
* Fix failing assertion with MSVC in debug builds in various testsSimon Hausmann2013-06-261-1/+1
* WTF/JSC update to r148273Simon Hausmann2013-04-127-142/+153
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-3014-0/+8330