aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4jsir_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rework exception handlingLars Knoll2013-10-291-29/+8
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+4
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+5
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-201-4/+6
* V4: remove inplace operationsErik Verbruggen2013-09-301-4/+2
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-0/+6
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-3/+1
| |\
| * | [new compiler] Improve error reportingSimon Hausmann2013-09-121-0/+6
* | | V4 IR: rename ObjectType to VarTypeErik Verbruggen2013-09-201-1/+1
| |/ |/|
* | Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-2/+0
* | V4 IR: fix Temp equality, and its use in type inference.Erik Verbruggen2013-09-121-1/+1
|/
* V4: Constant binary expression evaluation.Erik Verbruggen2013-09-101-0/+6
* Fix qv4jsir_p.h warningsJ-P Nurmi2013-09-041-1/+3
* Fix some bugs in the code generatorLars Knoll2013-09-021-1/+3
* wince: Build fix, CONST conflicts with Windows macros.Sérgio Martins2013-08-281-2/+8
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-2/+3
|\
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-2/+3
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-1/+3
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-1/+2
* | Make some clone methods statically accessible.Erik Verbruggen2013-08-141-0/+27
* | Change post-increment/-decrement to not use a built-in.Erik Verbruggen2013-08-131-2/+2
|/
* Fix leaks in Phi nodes in the V4 IRSimon Hausmann2013-08-131-5/+1
* Fix leak of QString in V4 IRSimon Hausmann2013-08-121-3/+3
* Restructure source codeLars Knoll2013-08-081-0/+890