aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
* Fix linking of qmlimportscanner in MSVC debug builds.Friedemann Kleint2014-04-281-1/+1
* Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2316-105/+188
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+2
* V4 IR: only mark blocks after iterator calculation as loop blocks.Erik Verbruggen2014-04-121-4/+2
* Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-5/+4
* Use RAII for VME profilerUlf Hermann2014-04-031-0/+1
* Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-024-7/+87
* Fix compilation of script stringsSimon Hausmann2014-04-022-7/+73
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
* Eliminate noop translation bindingsSimon Hausmann2014-03-292-18/+38
* V4 string table cleanupsSimon Hausmann2014-03-283-18/+19
* Various cleanupsSimon Hausmann2014-03-288-146/+183
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-4/+4
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-192-1/+48
* Compilation fixaavit2014-03-191-8/+7
* Cleanup: Remove dead codeSimon Hausmann2014-03-192-18/+0
* Clean up script importsSimon Hausmann2014-03-192-0/+268
* Clean, part 3Simon Hausmann2014-03-193-3/+6
* Use Q_ASSERT instead of assertLars Knoll2014-03-195-30/+26
* Enable constant propagation for all typesLars Knoll2014-03-192-13/+25
* Fixes to for...in statementLars Knoll2014-03-194-4/+4
* Cleanup, part 2Simon Hausmann2014-03-185-79/+79
* Namespace cleanupSimon Hausmann2014-03-174-256/+224
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* Fix QQmlTypeData object leakLiang Jian2014-03-131-0/+1
* Fix QV4::IR::Function object leakLiang Jian2014-03-131-0/+1
* Avoid crash when unlinking compilation unitSimon Hausmann2014-03-111-1/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-116-20/+470
* Fix linkingSimon Hausmann2014-03-111-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-113-32/+32
* V4 SSA: remove unused code.Erik Verbruggen2014-03-081-49/+1
* Remove unused entries in CompiledDataLars Knoll2014-03-072-9/+4
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-3/+10
* Fixes to breakpoint handlingLars Knoll2014-03-072-6/+17
* Add a Line instruction to the interpreterLars Knoll2014-03-074-35/+16
* Simplify our breakpoint handlingLars Knoll2014-03-072-11/+8
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-071-4/+7
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-2/+1
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-052-7/+50
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-054-8/+4
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-053-1/+8
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-044-9/+111
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+1
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-4/+7