aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-21/+0
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-22/+22
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-221-3/+3
* Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-091-0/+3
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-2/+4
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+4
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+4
| | |\
| | | * Speed up V4 QML context creationSimon Hausmann2018-01-161-0/+2
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+2
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-0/+5
|/ / /
* | | Get rid of BuiltinFunctionLars Knoll2018-01-151-6/+4
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-1/+1
* | | V4: Only start JITting after a minimum of 3 callsErik Verbruggen2017-12-141-9/+9
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-120/+80
|\ \ \
| * | | V4: Add a baseline JITErik Verbruggen2017-11-171-1/+10
| * | | Clean up ArgumentsObject handlingLars Knoll2017-11-141-0/+2
| * | | Avoid marking on simple array data'sLars Knoll2017-11-141-0/+6
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-7/+4
| |\| |
| * | | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-1/+1
| * | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-22/+8
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-121-1/+4
| |\ \ \ \
| * | | | | Unify JSStackFrame and CallDataLars Knoll2017-09-011-1/+1
| * | | | | Fix line number mapping to work with non increasing line numbersLars Knoll2017-08-291-8/+9
| * | | | | Move line number information into a side tableLars Knoll2017-08-251-2/+15
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-3/+3
| |\ \ \ \ \
| * | | | | | Get rid of CallData in the ExecutionContextLars Knoll2017-08-181-8/+1
| * | | | | | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-10/+8
| * | | | | | Refactor context handlingLars Knoll2017-08-101-13/+6
| * | | | | | Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-6/+5
| * | | | | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-7/+2
| * | | | | | Fix frame handlingLars Knoll2017-08-041-9/+12
| * | | | | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-42/+20
| * | | | | | Unify SimpleCallContext and CallContextLars Knoll2017-07-051-2/+2
| * | | | | | Get rid of the GlobalContext and WithContext classesLars Knoll2017-07-051-3/+4
| * | | | | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-3/+3
| * | | | | | Remove now unused filesLars Knoll2017-06-301-3/+3
| * | | | | | Lower the maximum call depth for debug buildsErik Verbruggen2017-06-291-0/+5
| * | | | | | Don't use the ISel's anymoreLars Knoll2017-06-221-37/+1
* | | | | | | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-1/+1
* | | | | | | Make qml-debug a proper featureUlf Hermann2017-11-081-2/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-7/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-3/+2
| * | | | QV4Engine: Don't cache compilation units to be unlinkedUlf Hermann2017-10-051-4/+2
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-22/+8
|\| | | | | |_|_|/ |/| | |
| * | | Fix Integrity buildSimon Hausmann2017-09-121-1/+1
| * | | Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
| * | | Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-10/+6
| * | | Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-061-12/+2
* | | | Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
| |_|/ |/| |