aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
Commit message (Expand)AuthorAgeFilesLines
* Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-261-1/+1
* Add additional check for support JIT compilation on ARM platformMikhail Svetkin2018-03-221-0/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+2
| |\
| | * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-1/+1
| | * Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
* | | Get rid of BuiltinFunctionLars Knoll2018-01-151-1/+0
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-3/+0
* | | V4: Add a baseline JITErik Verbruggen2017-11-171-2/+2
* | | Refactor Call/Construct instructionsLars Knoll2017-11-071-6/+0
* | | Re-enable the YarrJITErik Verbruggen2017-08-281-3/+0
* | | Fix frame handlingLars Knoll2017-08-041-5/+2
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-5/+8
* | | Get rid of the GlobalContext and WithContext classesLars Knoll2017-07-051-2/+0
* | | Split up qv4codegen into several filesLars Knoll2017-07-031-11/+5
* | | Get rid of IR::Module and IR::FunctionLars Knoll2017-06-301-0/+4
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-0/+9
* | | Always use the interpreter for nowLars Knoll2017-06-201-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-7/+3
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-271-7/+3
| |\
| | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-111-4/+0
* | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-2/+0
|\| |
| * | Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-2/+0
* | | move locals over to be write barrier safeLars Knoll2017-03-091-1/+0
* | | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-0/+1
* | | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-0/+1
* | | Refactor how we define Heap objectsLars Knoll2017-03-091-2/+3
* | | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-0/+1
* | | New mark table implementationLars Knoll2017-03-091-0/+1
* | | FunctionObject: Mark name/length property configurableRobin Burchell2017-02-031-0/+1
|/ /
* | Convert more builtin functionsLars Knoll2017-01-251-0/+1
* | Clarify JIT selection for 32-bit and 64-bit architecturesSimon Hausmann2017-01-041-4/+4
|/
* V4: Help the C++ compiler to do more DSE by inlining more codeErik Verbruggen2016-11-291-0/+6
* 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
* | Enable V4 JIT for aarch64Laszlo Agocs2016-02-011-1/+1
* | V4: Tweak "enable JIT" ifdefs.Erik Verbruggen2016-01-201-11/+16
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-0/+2
* | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-161-1/+1
* | tvOS supportMike Krus2016-01-011-1/+1
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* qml: Remove unneeded copy-ctor and copy-assignment operatorSérgio Martins2015-07-201-2/+0
* Get rid of qv4qmlextensionsLars Knoll2015-06-151-1/+0
* V4: add JIT support for mips platforms (32-bit) and enable itJulien Brianceau2015-04-271-0/+2
* Cleanup some of the casting codeLars Knoll2015-03-201-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-2/+4
|\
| * Disable JIT on x32 ABIDmitry Shachnev2015-03-041-2/+4
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-161-4/+9
* | Update copyright headersJani Heikkinen2015-02-121-7/+7