aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Continue conversion to using scoped valuesLars Knoll2013-09-111-211/+192
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-11/+11
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-84/+84
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-25/+25
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-10/+10
* Generate code for conversion to signed int32.Erik Verbruggen2013-08-291-4/+2
* Generate code conversion to double.Erik Verbruggen2013-08-281-0/+1
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-1/+6
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-8/+6
|\
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-161-1/+1
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-1/+1
| * Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-0/+1
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+1
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-6/+0
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-0/+3
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-1/+1
* | Add utility conversion methods for use in the JIT.Erik Verbruggen2013-08-141-0/+5
|/
* Restructure source codeLars Knoll2013-08-081-0/+722