aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Make QV4::Value constants of both encodings always availableSimon Hausmann2017-01-301-16/+29
* QtQml: Fix developer build with MinGW-W64 / gcc 5.3.0Friedemann Kleint2017-01-302-3/+9
* qqmltypenamecache.cpp: Fix warnings about deprecated string conversionsFriedemann Kleint2017-01-301-2/+2
* Include the JIT assembler in qmldevtoolsSimon Hausmann2017-01-285-30/+39
* Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-286-106/+138
* Make QV4::JIT::InstructionSelection a templateSimon Hausmann2017-01-283-107/+182
* Make QV4::JIT::Assembler a templateSimon Hausmann2017-01-286-150/+248
* Make binop and unop a templateSimon Hausmann2017-01-285-110/+128
* Changed JSC::MacroAssembler to be a templateSimon Hausmann2017-01-283-27/+27
* Make JSC::LinkBuffer a templateSimon Hausmann2017-01-281-1/+1
* Make QV4::JIT::TargetPlatform a templateSimon Hausmann2017-01-282-7/+24
* Clean up JIT::TargetPlatform structSimon Hausmann2017-01-282-75/+83
* Minor cleanup: Move LookupCall and RuntimeCall into AssemblerSimon Hausmann2017-01-285-29/+29
* JIT Assembler instruction selection cleanupSimon Hausmann2017-01-282-437/+451
* Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-274-8/+71
* QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-262-69/+76
* Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-263-62/+62
* QQmlImport: Document some methods used by QQmlTypeLoaderRobin Burchell2017-01-261-0/+16
* QQmlImport: Document populateCache methodRobin Burchell2017-01-261-0/+11
* jsruntime: Add a vtable hook on Object for instanceofRobin Burchell2017-01-263-28/+56
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-265-6/+14
|\
| * Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
| * Fix memory leak in V4Gunnar Sletta2017-01-191-1/+1
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
| * Clarify that QML's date object includes timeKavindra Palaraja2017-01-161-2/+2
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-1/+9
| |\
| | * Fix incorrect JavaScript evaluation with the JITv5.8.0Simon Hausmann2017-01-061-1/+9
* | | Slight improvements to resolveType for the common caseRobin Burchell2017-01-251-9/+13
* | | QQmlImport: Add a little documentation for QQmlImportNamespace & ImportRobin Burchell2017-01-251-7/+39
* | | QQmlImport: Clean up & rename getTypeForUrl to fetchOrCreateTypeForUrlRobin Burchell2017-01-251-34/+66
* | | QQmlMetaType: Fix an invalid commentRobin Burchell2017-01-251-1/+1
* | | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-257-38/+38
* | | Directly assign initializers to variables in variable declarationsErik Verbruggen2017-01-251-3/+10
* | | UINT_MAX is not a valid array index in JSLars Knoll2017-01-251-1/+1
* | | Ensure that we never create empty MemberData objectsLars Knoll2017-01-254-8/+14
* | | Allow constants in IR as binop operandsErik Verbruggen2017-01-252-5/+12
* | | Allow more expressions as base/index in IR subscriptsErik Verbruggen2017-01-251-4/+4
* | | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-7/+0
* | | Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-254-490/+505
* | | Convert more builtin functions to the new calling conventionLars Knoll2017-01-2515-451/+424
* | | Convert builtins in MathObject to the new calling conventionLars Knoll2017-01-252-112/+112
* | | Convert more builtin functionsLars Knoll2017-01-2514-237/+206
* | | Convert more builtin methods to the new calling conventionLars Knoll2017-01-2510-900/+891
* | | Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-258-180/+186
* | | Speed up invocation of builtin functionsLars Knoll2017-01-2510-613/+690
* | | Inline creation of simple call contextsLars Knoll2017-01-254-22/+16
* | | Improve SimpleArrayData::markObjectsLars Knoll2017-01-251-2/+8
* | | Get rid of the inline member data in ObjectLars Knoll2017-01-256-56/+41
* | | Let allocData/allocString return 0 initialized memoryLars Knoll2017-01-252-4/+6
* | | Get rid of MemoryManager::DataLars Knoll2017-01-252-55/+30