aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljscompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-9/+11
|\
| * qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-10-121-9/+11
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-11/+11
|/
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-131-3/+3
* Update commercial license headersTarja Sundqvist2022-06-041-11/+11
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-051-2/+2
* Rename the AOT context to aotContextUlf Hermann2021-04-141-7/+7
* Filter out translation bindings before calling AOT compilerUlf Hermann2021-03-241-0/+2
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-1/+5
* QmlCompiler: Pass further information about the IR to AOT compilersUlf Hermann2021-03-191-3/+19
* Add qCompileQmlFile overload with QmlIR::Document as in/out parameterAndrei Golubev2021-02-231-0/+6
* QmlCompiler: Generate AOT functions in same order as interpreted onesUlf Hermann2021-01-291-34/+71
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-111-17/+24
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-021-4/+4
* QtQmlCompiler: Notify any AOT compiler about binding scope and objectUlf Hermann2020-11-241-3/+13
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-201-13/+22
* QmlCompiler: Mark dataPtr as unused for void AOT functionsUlf Hermann2020-11-131-0/+1
* QmlCompiler: Correctly store AOT functionsUlf Hermann2020-11-121-2/+5
* QmlCompiler: Allow AOT compilation of JS functionsUlf Hermann2020-11-111-0/+15
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-031-4/+9
* QmlCompiler: Log the name of the binding being compiledUlf Hermann2020-10-271-2/+4
* Don't AOT-compile boring bindingsUlf Hermann2020-10-271-0/+11
* QmlCompiler: Allow AOT compiled function to specify includesUlf Hermann2020-10-261-2/+14
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-231-0/+459