aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* inline get_element callsLars Knoll2013-10-149-21/+119
* Avoid creating array attributes if possibleLars Knoll2013-10-146-57/+47
* Fix performance regression introduced by 6adb06Lars Knoll2013-10-141-1/+1
* Fix a small bug in conversion to SInt32Lars Knoll2013-10-141-8/+0
* Touch up QJSEngine::evaluate documentation.Mitch Curtis2013-10-141-4/+4
* V4 JIT: fix stack size calculation on 32bit.Erik Verbruggen2013-10-141-2/+3
* V4 disasm: fix sub sp,sp,immErik Verbruggen2013-10-141-1/+1
* Don't leave a window current when removing itGiulio Camuffo2013-10-141-2/+6
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-1411-0/+11
* Implement >>> inline for the JIT backendLars Knoll2013-10-123-8/+13
* V4 JIT: fix register allocator after change to s/uint32 usage.Erik Verbruggen2013-10-121-8/+2
* V4 JIT: clean-up conversion functions and add toUInt32.Erik Verbruggen2013-10-123-45/+107
* V4 ARM: fix disassembler vmovErik Verbruggen2013-10-121-1/+1
* Remove some unused flags from ManagedLars Knoll2013-10-126-15/+3
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-115-7/+75
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-118-45/+50
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-1115-43/+154
* Fix failing assertion (index != -1) when trying to re-declare a function para...Simon Hausmann2013-10-111-8/+3
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-114-43/+39
* Fix crash in duplicate labelled statement checkSimon Hausmann2013-10-111-1/+1
* Fix possible crashesLars Knoll2013-10-111-4/+9
* Correct a small typo to QtQuick::Grid::horizontalItemAlignmentJan Arve Saether2013-10-111-1/+1
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-112-1/+5
* Fix the remaining objects against self destructionLars Knoll2013-10-1111-5/+45
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-116-8/+96
* Fix build on Android with -developer-buildSimon Hausmann2013-10-113-3/+4
* Support statically linked module pluginsRichard Moe Gustavsen2013-10-112-109/+244
* Protect a few constructors against self destructionLars Knoll2013-10-112-1/+6
* Smaller cleanupsLars Knoll2013-10-1113-43/+57
* Remove usage of String pointers where not requiredLars Knoll2013-10-113-10/+18
* Mark strings stored in the lookupsLars Knoll2013-10-111-0/+2
* Remove more direct usages of Managed pointersLars Knoll2013-10-115-40/+44
* Small optimisation for bit shift operationsLars Knoll2013-10-112-6/+6
* Fix build on iOSSimon Hausmann2013-10-111-2/+6
* Add support for showing disassembled ARM JIT codeSimon Hausmann2013-10-107-4/+2776
* qdoc: Added excludedirs to qtquickdialogs.qdocconfMartin Smith2013-10-101-0/+2
* V4 runtime: add some more counters.Erik Verbruggen2013-10-102-0/+21
* V4 JIT: ISel for bitwise or/xor.Erik Verbruggen2013-10-102-9/+63
* V4 JIT: generate some strict (not) equal conditionsErik Verbruggen2013-10-104-33/+194
* V4 JIT: do not generate inline fall-back code for strings types.Erik Verbruggen2013-10-101-1/+3
* V4: Remove more jumps.Erik Verbruggen2013-10-106-1/+55
* Use common prefix for environment variableKai Koehne2013-10-091-3/+3
* Be explicit about precision specifiers.Gunnar Sletta2013-10-081-1/+1
* All matrices in a batch need to be 2D safe when merging.Gunnar Sletta2013-10-082-3/+18
* Several smaller fixes to Animators.Gunnar Sletta2013-10-083-2/+23
* Delay calculation of offline storage path as long as is practically possible.Robin Burchell2013-10-081-6/+10
* Fix qquickframebufferobject.h syncqt warningJ-P Nurmi2013-10-071-1/+1
* QStringRef has toInt(), so no need to create a new QStringThiago Macieira2013-10-072-10/+6
* Reshuffle inlined functions to fix MinGW-warnings.Friedemann Kleint2013-10-052-58/+58