aboutsummaryrefslogtreecommitdiffstats
path: root/qv4codegen_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix liveness analyses for hidden exception handling TEMPs.Erik Verbruggen2012-12-181-2/+4
* Fix compilation after changes in the QML parser.Erik Verbruggen2012-12-181-1/+3
* ensure correct initialization order for local variablesLars Knoll2012-12-181-9/+34
* Fix a bug in catch{}finally{} and simplify codeLars Knoll2012-12-171-1/+0
* Fixes for the arguments objectLars Knoll2012-12-141-0/+8
* Keep references while moving other expressions into a tempLars Knoll2012-12-081-0/+1
* Allow only the ExecutionEngine's StringPool to create Strings.Erik Verbruggen2012-12-041-2/+3
* Pass the ExecutionContext into the code generatorLars Knoll2012-12-031-1/+8
* Fix code generation for try statementsLars Knoll2012-12-021-0/+12
* Add some debugging infrastructure to the interpreter.Erik Verbruggen2012-11-291-1/+6
* Implement the first parts of strict mode.Lars Knoll2012-11-281-1/+4
* Check for strict mode, and store it.Erik Verbruggen2012-11-271-1/+4
* Fix possible null-pointer deref.Erik Verbruggen2012-11-151-1/+1
* Rethrow the right exception after finally if catch is missing.Erik Verbruggen2012-11-151-0/+2
* Implement Function(...) and new Function(...)Lars Knoll2012-11-011-0/+1
* Added basic support for 'for (var x in y)' statementLars Knoll2012-10-311-0/+2
* Proper exception handlingLars Knoll2012-10-241-1/+0
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Do not try to optimize the `global object'.Roberto Raggi2012-06-261-1/+0
* Add support for global, eval and function code.Roberto Raggi2012-06-131-2/+9
* Fix the code generatorRoberto Raggi2012-06-111-0/+2
* Add support for labelled statements.Roberto Raggi2012-06-081-6/+10
* Remove dead codeRoberto Raggi2012-06-081-20/+0
* Propagate exceptionsRoberto Raggi2012-05-251-0/+1
* Throw exceptionsRoberto Raggi2012-05-231-0/+1
* Some refactoring and some initial work on the Date object.Roberto Raggi2012-05-181-0/+2
* Simplified the compiler.Roberto Raggi2012-05-161-32/+30
* Refactored the stack frames.Roberto Raggi2012-05-161-1/+1
* checkpointRoberto Raggi2012-05-161-0/+63
* Store the actual arguments in TEMPs with negative indices.Roberto Raggi2012-05-141-1/+2
* Fix nested functionsRoberto Raggi2012-05-141-0/+1
* Some more progress on function callsRoberto Raggi2012-05-091-0/+1
* Optimize local argumentsRoberto Raggi2012-05-081-0/+1
* Move the instruction selection pass.Roberto Raggi2012-05-071-1/+1
* Initial importRoberto Raggi2012-05-031-0/+228