aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-161-3/+2
| * Reduce ExecutionEngine dependencies in the moth and masm iselSimon Hausmann2013-08-161-3/+3
| * Get rid of QV4::Function::lineNumberMappings by porting moth to the new mappingSimon Hausmann2013-08-161-6/+7
| * Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-161-7/+2
| * Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-31/+24
| * Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-5/+45
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-4/+2
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-1/+1
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+7
* | Move the Param struct out of the Instr union.Erik Verbruggen2013-08-141-10/+12
|/
* Fix leak of QString in V4 IRSimon Hausmann2013-08-121-1/+1
* Fix binop related crashes in the interpreterSimon Hausmann2013-08-091-10/+11
* Clean up some header dependenciesLars Knoll2013-08-081-2/+1
* Restructure source codeLars Knoll2013-08-081-0/+1089