aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
Commit message (Expand)AuthorAgeFilesLines
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-101-15/+0
* Implement URLSearchParamsMaximilian Goldstein2020-05-061-0/+1
* Implement URL objectMaximilian Goldstein2020-04-081-0/+1
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-12/+1
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-4/+0
* Remove tracing JIT infrastructureUlf Hermann2019-04-291-14/+0
* Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-45/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-1/+2
|\
| * V4: Only enable the JIT on ARM on specific known OSesMartin Storsjö2019-04-161-1/+2
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-0/+14
|/
* Make sure JIT is disabled when building for ILP32 ABIDmitry Shachnev2019-01-091-1/+1
* QML Engine: Support for JavaScript PromisesValery Kotov2018-10-111-0/+6
* Refactor deletion of propertiesLars Knoll2018-09-271-0/+1
* Correctly create methods for functions in object literalsLars Knoll2018-08-311-0/+1
* Add support for WeakSetLars Knoll2018-08-281-0/+2
* Implement support for WeakMapLars Knoll2018-08-281-0/+4
* V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-271-1/+10
* Implement support for SharedArrayBufferLars Knoll2018-08-251-0/+2
* Introduce a PropertyKey class that inherits from ValueLars Knoll2018-07-021-0/+1
* Fix creation of object literalsLars Knoll2018-06-041-0/+6
* Move interpreter loop into it's own functionLars Knoll2018-05-021-0/+1
* Partial Symbol supportLars Knoll2018-05-021-0/+5
* Garbage collect identifiersLars Knoll2018-05-021-0/+1
* Refactor variable resolvingLars Knoll2018-05-021-0/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-1/+1
|\
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-261-1/+1
* | garbage collect InternalClassLars Knoll2018-04-121-0/+1
* | Optimize MM::allocManaged()Lars Knoll2018-04-121-0/+2
|/
* 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