aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleanup: Make isel subclass the unit generatorSimon Hausmann2013-08-181-9/+1
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-6/+4
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-3/+1
| * Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-1/+1
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-0/+1
| * Store line number mappings in the compiled functionSimon Hausmann2013-08-161-0/+1
| * Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-0/+3
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+2
| * Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-151-2/+1
| * Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-0/+1
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-2/+8
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-2/+2
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+1
|/
* Restructure source codeLars Knoll2013-08-081-0/+165