aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix truncating of doubles to integersSimon Hausmann2018-06-211-0/+8
* Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-1/+6
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-1/+1
* Smaller cleanupsLars Knoll2017-05-191-22/+18
* Optimizations to the generated byte codeLars Knoll2017-05-191-26/+6
* Don't waste CPU cycles when checking whether a breakpoint is activeLars Knoll2017-04-041-5/+6
* Fix value type encoding constant usage when cross-compilingSimon Hausmann2017-03-301-13/+13
* Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-2/+2
* Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-171-13/+13
* Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-66/+66
* Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-3/+1
* Speed up invocation of builtin functionsLars Knoll2017-01-251-0/+4
* Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-4/+2
* V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-241-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-13/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-13/+13
| |\
| | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-281-13/+13
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-2/+2
* | | Fix endianness in constant handlingSimon Hausmann2016-08-031-1/+1
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-281-0/+4
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-40/+0
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-7/+7
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+40
* | | Make the moth representation relocatableLars Knoll2016-04-111-2/+4
* | | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-6/+6
* | | Convert unary operations to new calling conventionLars Knoll2016-04-111-6/+6
* | | Convert 3rd batch of runtime methodsLars Knoll2016-04-111-12/+12
* | | Convert second batch of runtime methodsLars Knoll2016-04-111-13/+13
* | | Convert the first batch of runtime functionsLars Knoll2016-04-111-27/+27
* | | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-111-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+8
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-4/+4
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-4/+4
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-4/+4
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-121-4/+4
* | Access context properties through the qml contextLars Knoll2015-08-101-4/+19
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-4/+19
* | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+4
* | Don't MOTH_END_INSTR(Debug) after beginning a LineUlf Hermann2015-05-221-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+2
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-38/+38
* Make Managed inherit ValueLars Knoll2014-12-201-3/+3
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-9/+4
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-50/+10