aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-169-6/+88
| * Remove identifier() from masm iselSimon Hausmann2013-08-152-9/+1
| * Fix crashes with unmarked runtime stringsSimon Hausmann2013-08-154-0/+23
| * Fix valgrind errors in strings in compiled dataSimon Hausmann2013-08-151-1/+1
| * Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-1511-76/+98
| * Convert more of the masm backend to generate code for run-time stringsSimon Hausmann2013-08-151-27/+25
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-1510-28/+57
| * Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-155-10/+26
| * Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-157-12/+23
| * Move codeRef out of QV4::FunctionSimon Hausmann2013-08-157-21/+42
| * Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-156-52/+43
| * Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-156-9/+11
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-1510-58/+32
| * Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-158-13/+46
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-1514-22/+126
| * Initial version of generator for new data structuresSimon Hausmann2013-08-155-14/+343
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-08-1349-248/+366
| |\
| * | Add initial draft of the compiled data structures for JS and QMLLars Knoll2013-08-091-0/+221
* | | Clean up one more header dependency for the compilerLars Knoll2013-08-201-1/+1
* | | Remove QV4::DiagnosticMessageLars Knoll2013-08-2012-183/+120
* | | Add the constant condition evaluation optimization.Erik Verbruggen2013-08-201-4/+108
* | | Various fixes to the optimizer.Erik Verbruggen2013-08-204-34/+466
* | | FolderListModel: count property has countChanged notifierShawn Rutledge2013-08-202-1/+3
* | | QQuickWindow: handle QWheelEvent::phaseJ-P Nurmi2013-08-191-2/+2
* | | Add linear scan register allocation.Erik Verbruggen2013-08-199-48/+1906
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-199-16/+33
|\ \ \
| * | | Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-192-6/+8
| * | | Doc fixAlan Alpert2013-08-161-2/+3
| * | | Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-1/+1
| * | | Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
| * | | Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
| * | | Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-1/+3
| * | | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Sergio Ahumada2013-08-142-3/+8
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-092-3/+8
| | |\ \ \
| | | * | | QtQuick.Dialogs.ColorDialog: set current color in the QColorDialogShawn Rutledge2013-07-311-0/+5
| | | * | | Make buttons and tabs larger in QML examples and dialogsShawn Rutledge2013-07-291-3/+3
| * | | | | Fix hover event crashJosh Faust2013-08-121-1/+8
| |/ / / /
* | | | | Optimize setting new properties on objectsLars Knoll2013-08-184-9/+94
* | | | | Remove unused overload of newCallContext()Lars Knoll2013-08-172-11/+0
* | | | | Small typo fixes.Erik Verbruggen2013-08-171-6/+4
* | | | | Factor out protoHasArray and hasAccessorPropertyPeter Varga2013-08-174-51/+27
* | | | | Simplify __qmljs_call_property_lookupLars Knoll2013-08-171-5/+2
* | | | | Never convert the this object when calling a builtin functionLars Knoll2013-08-173-58/+34
* | | | | Move arguments object creation into the generated codeLars Knoll2013-08-1717-16/+62
* | | | | Optimize contruction of Arguments objectsLars Knoll2013-08-174-11/+41
* | | | | Fix two small issues when construcint Array objectsLars Knoll2013-08-171-1/+1
* | | | | Optimize Function.prototype.apply/call()Lars Knoll2013-08-171-15/+18
* | | | | Make compare check against the right colorGunnar Sletta2013-08-161-1/+1
* | | | | Fix Array.prototype.concatPeter Varga2013-08-142-6/+42
* | | | | Add utility conversion methods for use in the JIT.Erik Verbruggen2013-08-142-0/+24