aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4ssa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-2122/+0
* Add lifetime interval calculation.Erik Verbruggen2013-07-041-84/+364
* Fix semingly random failing assertions in DefUsesCalculatorSimon Hausmann2013-06-271-0/+4
* Various build fixes for Windows:Simon Hausmann2013-06-261-1/+1
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Remove the index magic from the temp.Erik Verbruggen2013-06-181-149/+218
* Remove debug outputLars Knoll2013-06-111-1/+1
* Clean-up the linearize function.Erik Verbruggen2013-06-111-119/+47
* Add type conversion nodes to the IR.Erik Verbruggen2013-06-111-20/+121
* Fix build failure introduced by the SSAPeter Varga2013-06-071-2/+4
* Improved block scheduling with "tuned" DFS.Erik Verbruggen2013-06-061-23/+70
* Mark loop blocks as belonging to a group.Erik Verbruggen2013-06-061-1/+1
* Introducing SSA.Erik Verbruggen2013-06-061-0/+1691