aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [new compiler] Fix crash with empty function bodiesSimon Hausmann2013-09-201-8/+2
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-3/+0
|\
| * V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-131-3/+0
* | [new compiler] Improve error reportingSimon Hausmann2013-09-121-0/+4
* | Beginning of a new qml parserSimon Hausmann2013-09-081-2/+8
|/
* Fix some bugs in the code generatorLars Knoll2013-09-021-12/+27
* Add a SimpleScriptFunction classLars Knoll2013-09-021-1/+1
* Allow for function declarations inside conditionalsSimon Hausmann2013-08-231-27/+0
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-221-2/+2
* Cleanup: Separate JS environment scanner class declaration from definitionSimon Hausmann2013-08-221-305/+287
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-7/+7
|\
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-5/+5
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-39/+23
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-1/+9
* | Change post-increment/-decrement to not use a built-in.Erik Verbruggen2013-08-131-14/+20
|/
* Fix leak of QString in V4 IRSimon Hausmann2013-08-121-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+2605