aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* V4: Remove more jumps.Erik Verbruggen2013-10-101-0/+7
* Use a QVector instead of a QListLars Knoll2013-10-031-1/+1
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-031-5/+13
* V4: remove inplace operationsErik Verbruggen2013-09-301-79/+0
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-0/+1
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-4/+3
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-88/+12
| |\
| * \ Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-25/+21
| |\ \
| * | | Beginning of a new qml parserSimon Hausmann2013-09-081-2/+0
| * | | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-4/+5
* | | | V4 interpreter: inline add/sub/mul on numbers.Erik Verbruggen2013-09-201-9/+20
* | | | V4 interpreter: add hints for unop/binop targetsErik Verbruggen2013-09-201-1/+9
| |_|/ |/| |
* | | V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-131-19/+10
* | | Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-121-68/+0
* | | Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-121-1/+2
| |/ |/|
* | Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-25/+21
|/
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+9
* The fast and the furious, register drift.Erik Verbruggen2013-08-271-14/+28
* Interpreter fixes.Erik Verbruggen2013-08-261-7/+15
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-65/+74
|\
| * Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-13/+1
| * Prospective MSVC build fixSimon Hausmann2013-08-191-1/+1
| * Cleanup: Make isel subclass the unit generatorSimon Hausmann2013-08-181-29/+28
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-2/+2
| * Merge Function::init with the constructorSimon Hausmann2013-08-161-4/+5
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-7/+2
| * 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