aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-033-3/+10
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-032-4/+9
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-5/+0
* Remove unused codeSizesLars Knoll2014-03-031-2/+1
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-3/+0
* Fix some typosSergio Ahumada2014-03-031-1/+1
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-032-4/+3
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-024-226/+217
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-022-7/+14
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-023-11/+13
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-1/+24
* [new compiler] Fix tst_qqmlqt's trace testSimon Hausmann2014-03-021-3/+2
* [new compiler] Clean up error handling in AST passSimon Hausmann2014-03-021-80/+16
* [new compiler] Fix a few more tests related to property declarations with ini...Simon Hausmann2014-03-021-7/+4
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-022-11/+14