aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-39/+11
|\
| * Cleanup: Make isel subclass the unit generatorSimon Hausmann2013-08-181-4/+4
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-5/+5
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-21/+2
| * Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-3/+0
| * Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-151-7/+0
| * Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-151-6/+1
| * Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-2/+0
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-5/+0
| * Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-5/+1
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-5/+22
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+4
|/
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-1/+1
* Get rid of unused outer function pointer of QV4::FunctionSimon Hausmann2013-08-121-1/+0
* Restructure source codeLars Knoll2013-08-081-0/+440