aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ir_p.h
Commit message (Expand)AuthorAgeFilesLines
* Set data properties using __defineOwnProperties__Lars Knoll2013-01-041-0/+1
* Implement { get/set ... }Lars Knoll2013-01-031-1/+2
* Fix a bug in catch{}finally{} and simplify codeLars Knoll2012-12-171-0/+1
* Fixes for the arguments objectLars Knoll2012-12-141-0/+2
* Correctly set up nested functionsLars Knoll2012-12-131-3/+4
* Fix increment and decrement operatorsLars Knoll2012-12-121-0/+2
* Remove IR::Function from the runtime.Erik Verbruggen2012-12-111-9/+0
* Add a MemoryManager, which does GC for the interpreter.Erik Verbruggen2012-12-081-0/+3
* [masm] Clean up binop code generationSimon Hausmann2012-12-021-1/+3
* Check for strict mode, and store it.Erik Verbruggen2012-11-271-2/+5
* Correctly instantiate variables in the local scopeLars Knoll2012-11-271-1/+2
* Support for the with statementLars Knoll2012-11-251-1/+5
* Remove the unused handlersBlock in the IR::FunctionLars Knoll2012-11-201-2/+0
* return results directly instead of using the contextLars Knoll2012-11-201-1/+1
* Rename Context to ExecutionContextLars Knoll2012-11-191-2/+2
* Allow Const's as operands to BinopLars Knoll2012-11-121-4/+4
* Added basic support for 'for (var x in y)' statementLars Knoll2012-10-311-1/+3
* Proper exception handlingLars Knoll2012-10-241-1/+3
* Implement regexp supportLars Knoll2012-10-201-0/+27
* Add missing license headersSimon Hausmann2012-10-121-26/+25
* Fix non-release buildsSimon Hausmann2012-10-081-0/+1
* Fix code ownershipSimon Hausmann2012-09-261-0/+3
* Remove specialized version of __qmljs_setRoberto Raggi2012-06-131-0/+5
* Begin to implement moth vmAaron Kennedy2012-06-121-2/+6
* Remove dead code.Roberto Raggi2012-06-111-55/+8
* Make IR types stricterAaron Kennedy2012-06-111-22/+22
* Ensure that basic blocks are terminated.Roberto Raggi2012-06-081-2/+7
* Delete propertiesRoberto Raggi2012-06-071-0/+1
* Generalized instruction selection.Roberto Raggi2012-05-311-18/+18
* Implement instanceofRoberto Raggi2012-05-281-0/+3
* Refactored ObjectRoberto Raggi2012-05-251-1/+1
* Propagate exceptionsRoberto Raggi2012-05-251-1/+4
* Throw exceptionsRoberto Raggi2012-05-231-0/+9
* checkpointRoberto Raggi2012-05-161-1/+1
* Store the actual arguments in TEMPs with negative indices.Roberto Raggi2012-05-141-2/+2
* Do a quick scan of the global code.Roberto Raggi2012-05-141-2/+2
* Fix nested functionsRoberto Raggi2012-05-141-2/+8
* Optimize local argumentsRoberto Raggi2012-05-081-1/+7
* Move the instruction selection pass.Roberto Raggi2012-05-071-1/+7
* Simplify liveness.Roberto Raggi2012-05-071-7/+18
* Initial importRoberto Raggi2012-05-031-0/+666