aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-1230-229/+294
* Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-126-19/+21
* V4: fix variable collection for assignment to non-temporaries.Erik Verbruggen2013-09-121-14/+16
* V4 JIT: add env. var. QV4_NO_REGALLOC.Erik Verbruggen2013-09-121-6/+9
* V4: add counters for built-in function invocations.Erik Verbruggen2013-09-122-8/+149
* V4 IR: fix Temp equality, and its use in type inference.Erik Verbruggen2013-09-122-15/+78
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1263-244/+244
* Export QQuickDefaultClipNode for modules using quick-private.Jocelyn Turcotte2013-09-121-1/+2
* V4 JIT: change the stack layout.Erik Verbruggen2013-09-121-21/+37
* V4 regalloc: correct life-time hole handling.Erik Verbruggen2013-09-121-4/+17
* V4 regalloc: fix cycle scheduling in resolve phase.Erik Verbruggen2013-09-121-17/+17
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* DefaultColorDialog bugfix: binding color to a TextFieldShawn Rutledge2013-09-121-1/+1
* V4 JIT: fix visitRet for UInt32 temps.Erik Verbruggen2013-09-121-1/+4
* V4 JIT: finish swapValues.Erik Verbruggen2013-09-121-4/+39
* V4 JIT: generate code for binary expressions.Erik Verbruggen2013-09-114-33/+401
* Continue conversion to using scoped valuesLars Knoll2013-09-1122-553/+601
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-114-56/+61
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-116-145/+205
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-118-42/+87
* Remove unusued methodLars Knoll2013-09-112-16/+0
* Properly unwind the js stack for generated codeLars Knoll2013-09-1110-33/+37
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-1135-212/+212
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-1111-190/+232
* Move CallData onto the JS stackLars Knoll2013-09-1130-340/+381
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-113-6/+160
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-117-17/+73
* V4: add environment variable QV4_FORCE_INTERPRETERErik Verbruggen2013-09-111-1/+6
* V4: Fix build in release with forced assertsKonstantin Ritt2013-09-102-1/+3
* Add Q_UNUSED for reserved fields.Alan Alpert2013-09-105-0/+6
* V4: Constant binary expression evaluation.Erik Verbruggen2013-09-102-6/+131
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-102-8/+17
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-103-4/+10
* V4 regalloc: loading this never needs/needed a call.Erik Verbruggen2013-09-101-1/+0
* Change access mode for functions declared in qmlCaroline Chao2013-09-101-1/+1
* Fix warning by ICC: function without return valueThiago Macieira2013-09-091-0/+2
* Trigger rebuild when xform of alpha nodes change.Gunnar Sletta2013-09-091-4/+6
* Fix partial rebuilds and geometry changes.Gunnar Sletta2013-09-092-21/+31
* Make tiled images not use atlas.Gunnar Sletta2013-09-091-8/+11
* Convenience function for resetting the OpenGL state.Gunnar Sletta2013-09-092-0/+64
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-099-253/+615
* V4: temporarilly disable the optmizer/regalloc.Erik Verbruggen2013-09-091-1/+1
* Polish items on screen change.Morten Johan Sørvig2013-09-092-0/+22
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Fix build on iOS: define GL_DOUBLERichard Moe Gustavsen2013-09-081-0/+4
* V4 JIT: Change function call generation with registers.Erik Verbruggen2013-09-081-18/+42
* V4: fix inferred types of 30&&true and 30||true.Erik Verbruggen2013-09-081-5/+22
* Document TextInput property displayText as read-onlyJeremy Katz2013-09-081-0/+2
* Remove variables that aren't being used right nowThiago Macieira2013-09-073-7/+2
* wince: Build fix, creating stack traces is not available on this platformSérgio Martins2013-09-061-2/+2