aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_p.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly set up nested functionsLars Knoll2012-12-131-2/+2
* Remove IR::Function from the runtime.Erik Verbruggen2012-12-111-2/+14
* Keep the EvalISelFactory in the ExecutionEngine.Erik Verbruggen2012-11-211-2/+2
* Cleanup instruction selection interface for MASM and MOTH.Erik Verbruggen2012-11-201-2/+1
* Fix isel for eval and a whole bunch of other warnings.Erik Verbruggen2012-11-191-0/+64
* Remove dead codeAaron Kennedy2012-06-081-373/+0
* Generalized instruction selection.Roberto Raggi2012-05-311-41/+360
* Propagate exceptionsRoberto Raggi2012-05-251-0/+1
* Fix prototypes and implemented isel for constructValue.Roberto Raggi2012-05-211-0/+1
* Introduce the ExecutionEngine.Roberto Raggi2012-05-141-2/+2
* Store the actual arguments in TEMPs with negative indices.Roberto Raggi2012-05-141-1/+0
* Fix constructors and some work on the String prototype.Roberto Raggi2012-05-101-0/+1
* Add callValue.Roberto Raggi2012-05-091-0/+1
* Bind the `this' object.Roberto Raggi2012-05-091-0/+1
* Initial support for object literalsRoberto Raggi2012-05-091-0/+1
* Add naive support for function calls.Roberto Raggi2012-05-071-0/+1
* Move the instruction selection pass.Roberto Raggi2012-05-071-2/+3
* Put the code in namespaces.Roberto Raggi2012-05-041-2/+4
* Simplify instruction selections for temporariesRoberto Raggi2012-05-041-0/+2
* Initial importRoberto Raggi2012-05-031-0/+43