aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm
Commit message (Expand)AuthorAgeFilesLines
* Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-262-84/+125
* Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-265-0/+35
* Yarr: Add Q_FALLTHROUGH to silence GCC 7 warningPeter Varga2018-03-271-0/+1
* Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
* Remove duplicated project optionsJesus Fernandez2018-02-221-2/+0
* Fix typosJarek Kobus2018-02-141-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-5/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-5/+7
| |\
| | * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-112-5/+7
* | | V4: Add int32 fastpath for add/sub/mul in the JITwip/new-backendErik Verbruggen2017-11-211-2/+7
* | | V4: Add a baseline JITErik Verbruggen2017-11-173-1/+25
* | | Fix symbol clash with QtScript when linking staticallyVladyslav Brovko2017-09-072-0/+6
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-1/+1
|\|
| * Use __builtin_trap in GCC tooThiago Macieira2017-07-221-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-8/+9
|\|
| * Yarr: Add Q_FALLTHROUGH to fallthroughs detected by GCC 7Friedemann Kleint2017-06-231-4/+5
| * YarrOp: Initialize membersFriedemann Kleint2017-06-231-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-063-21/+19
|\|
| * Fix build on MIPS32Simon Hausmann2017-05-101-8/+0
| * Fix crash in pre-cross-compiled ARMv7 code when host was 64-bitSimon Hausmann2017-05-041-8/+14
| * Fix ARM64 code generationSimon Hausmann2017-05-031-5/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-0/+7
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-0/+7
| |\
| | * Fix build with GCC 7Marc Mutz2017-03-221-0/+7
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-1/+1
|\| |
| * | Fix compilation with the Intel compilerThiago Macieira2017-04-031-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-306-5/+15
|\| |
| * | Fix stack pointer arithmetic when cross-compilingSimon Hausmann2017-03-296-4/+14
| * | Fix pop(RegisterID) on ARMv7 when cross-compilingSimon Hausmann2017-03-291-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-0/+2
|\| |
| * | Fix build in clang5.0Jesus Fernandez2017-03-021-0/+2
* | | Add missing 64 bit shift operations to the X64 macro assemblerLars Knoll2017-03-092-20/+73
|/ /
* | winrt: Switch to always use VirtualAllocFromAppMaurice Kalinowski2017-02-281-52/+22
* | winrt: Fix application startupMaurice Kalinowski2017-02-281-6/+13
* | Prospective fix for native ARMv7 and ARM64 buildsSimon Hausmann2017-02-101-0/+3
* | Fix crash when generating cache filesSimon Hausmann2017-02-081-1/+6
* | Fix ARM64 buildSimon Hausmann2017-02-086-39/+156
* | Fix compilation of qmldevtools on Windows when cross-compilingSimon Hausmann2017-02-081-4/+24
* | Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-019-27/+285
* | Bootstrap build fixSimon Hausmann2017-01-311-2/+5
* | Remove branch compaction #ifdefSimon Hausmann2017-01-3110-68/+155
* | Changed JSC::MacroAssembler to be a templateSimon Hausmann2017-01-283-5/+37
* | Make JSC::LinkBuffer a templateSimon Hausmann2017-01-2811-166/+173
* | Cleanup MacroAssembler in preparation for becoming a templateSimon Hausmann2017-01-281-53/+74
* | Add masm allocator for INTEGRITYKimmo Ollila2017-01-262-0/+233
* | 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-192-22/+2
* | Add initial support for INTEGRITYKimmo Ollila2017-01-133-4/+19
|/
* Allow for the QML engine to run on "hardened" Linux systemsSimon Hausmann2016-11-221-0/+10