aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow Const's as operands to BinopLars Knoll2012-11-121-1/+1
* Added basic support for 'for (var x in y)' statementLars Knoll2012-10-311-0/+4
* Proper exception handlingLars Knoll2012-10-241-1/+23
* Implement regexp supportLars Knoll2012-10-201-0/+22
* Change usages of math.h into cmath. Fixes MacOS build.Erik Verbruggen2012-10-171-1/+1
* Add missing license headersSimon Hausmann2012-10-121-25/+25
* Remove dead code.Roberto Raggi2012-06-111-148/+9
* Make IR types stricterAaron Kennedy2012-06-111-57/+6
* Incrementally update the control flow graph.Roberto Raggi2012-06-081-0/+25
* Ensure that basic blocks are terminated.Roberto Raggi2012-06-081-2/+3
* Use `assert' instead of Q_ASSERT.Roberto Raggi2012-05-301-1/+2
* Implement instanceofRoberto Raggi2012-05-281-0/+12
* Refactored ObjectRoberto Raggi2012-05-251-5/+5
* Throw exceptionsRoberto Raggi2012-05-231-1/+33
* checkpointRoberto Raggi2012-05-161-3/+4
* Store the actual arguments in TEMPs with negative indices.Roberto Raggi2012-05-141-1/+4
* Simplify liveness.Roberto Raggi2012-05-071-4/+4
* Initial importRoberto Raggi2012-05-031-0/+697