aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-202-11/+6
| | |\
| | | * Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
| | * | V4 IR: change BasicBlockSet::const_iterator to use std::find.Erik Verbruggen2014-05-151-20/+12
* | | | V4 IR: change datastructure of the worklist used by type inference.Erik Verbruggen2014-05-221-48/+119
|/ / /
* | | V4: replace debug macro by compile time constant.Erik Verbruggen2014-05-212-0/+6
* | | V4 IR: change IR printing to use a visitor.Erik Verbruggen2014-05-214-452/+438
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-3/+4
|\| |
| * | V4 IR: remove unused fields from BasicBlockErik Verbruggen2014-05-091-3/+4
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1020-1124/+1978
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0116-107/+191
| |\|
| | * 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
| * | V4 regalloc: optimize fixed interval creation.Erik Verbruggen2014-04-301-1/+1
| * | V4 IR: more copy removal.Erik Verbruggen2014-04-302-32/+49
| * | V4 IR: replace QSets with QBitArray and QVector.Erik Verbruggen2014-04-293-23/+27
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-4/+4
| |\|
| | * 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
| * | V4 IR: reduce runtime cost.Erik Verbruggen2014-04-154-34/+58
| * | V4 IR: prevent accidental detaches of QVectors.Erik Verbruggen2014-04-152-4/+5
| * | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-159-390/+640
| |/
| * 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
* | QML: fix clang warnings about unused return valuesShawn Rutledge2014-04-151-3/+3
|/
* 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