aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsoptimizations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compiler: Fix various clazy warningsOlivier De Cannière2025-03-211-3/+3
* QmlCompiler: Pass QQmlJSRegisterContent by valueUlf Hermann2024-12-031-6/+6
* QmlCompiler: Clean up API of QQmlJSRegisterContentUlf Hermann2024-12-031-1/+1
* QmlCompiler: Remove trivial type comparison methodsUlf Hermann2024-11-291-4/+4
* QmlCompiler: Move type adjustment into QQmlJSRegisterContentUlf Hermann2024-11-281-39/+44
* QmlCompiler: Do not adjust object definitions multiple timesUlf Hermann2024-11-231-0/+2
* QmlCompiler: Allow conversion of object literals to QJSValueUlf Hermann2024-11-011-1/+2
* QmlCompiler: Store full type information for conversion originsUlf Hermann2024-10-101-8/+18
* Compiler: Create infrastructure to support multiple warningsOlivier De Cannière2024-08-211-11/+9
* QmlCompiler: Remove left-over newAnnotations in populateReaderLocationsOlivier De Cannière2024-07-031-9/+1
* Compiler: Weaken god function populateReaderLocationsOlivier De Cannière2024-07-021-67/+75
* QmlCompiler: Remove unused QQmlJSCompilePass::readTypesUlf Hermann2024-06-161-9/+1
* QmlCompiler: Remove QQmlJSTypeResolver::containedType()Ulf Hermann2024-06-161-5/+5
* QmlCompiler: Create QQmlJSRegisterContent unstoredUlf Hermann2024-06-161-22/+1
* QmlCompiler: Reduce the usage of storedType()Ulf Hermann2024-06-161-0/+1
* QmlCompiler: fix unity buildsTim Blechmann2024-04-301-10/+3
* Compiler: Extract Basic blocks generation into its own compiler passOlivier De Cannière2024-04-191-0/+538