aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-7/+7
* Clean up QV4::ExecutionContextLars Knoll2013-09-281-1/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-4/+4
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-1/+1
* V4 interpreter: inline add/sub/mul on numbers.Erik Verbruggen2013-09-201-12/+3
* Use a handwritten offsetof macroLars Knoll2013-09-201-7/+7
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-13/+13
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-2/+2
* Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-181-6/+6
* V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-131-0/+4
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-26/+27
* Fix __qmljs_init_closure to use ReturnedValueLars Knoll2013-09-121-1/+1
* Change binops to use ReturnedValueLars Knoll2013-09-121-2/+2
* Convert unary operations and some other runtime methodsLars Knoll2013-09-121-5/+5
* Use ReturnedValue for more runtime methodsLars Knoll2013-09-121-8/+8
* Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-32/+0
* Use ReturnedValue for some more runtime methodsLars Knoll2013-09-121-7/+7
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-121-4/+4
* Continue conversion to using scoped valuesLars Knoll2013-09-111-23/+23
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-11/+11
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-2/+2
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-22/+43
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-111-1/+2
* V4: Fix build in release with forced assertsKonstantin Ritt2013-09-101-0/+2
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-23/+34
|\
| * Prospective MSVC build fixSimon Hausmann2013-08-191-2/+2
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-2/+2
| * Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-161-0/+5
| * Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-22/+28
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-1/+1
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+4
* | Move the Param struct out of the Instr union.Erik Verbruggen2013-08-141-1/+1
|/
* The Moth VME is actually part of the runtime, not the compilerLars Knoll2013-08-081-0/+596