aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set data properties using __defineOwnProperties__Lars Knoll2013-01-041-0/+2
* Implement { get/set ... }Lars Knoll2013-01-031-0/+2
* Fix a bug in catch{}finally{} and simplify codeLars Knoll2012-12-171-0/+2
* Correctly set up nested functionsLars Knoll2012-12-131-1/+7
* Fix increment and decrement operatorsLars Knoll2012-12-121-0/+2
* Remove IR::Function from the runtime.Erik Verbruggen2012-12-111-8/+3
* Add a MemoryManager, which does GC for the interpreter.Erik Verbruggen2012-12-081-1/+15
* Correctly instantiate variables in the local scopeLars Knoll2012-11-271-0/+2
* Support for the with statementLars Knoll2012-11-251-0/+4
* Cleanup instruction selection interface for MASM and MOTH.Erik Verbruggen2012-11-201-0/+1
* Compress temp usage in the interpreter.Erik Verbruggen2012-11-201-0/+6
* 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