aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-8/+0
* Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-171-0/+43
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-197/+51
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-0/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-0/+4
| |\
| | * Avoid std::function in qqmlirbuilder.cppUlf Hermann2019-05-071-0/+4
* | | Drop some dead bootstrap codeUlf Hermann2019-05-081-4/+3
* | | Move dynamicStrings into the bootstrapped part of QV4::CompiledDataUlf Hermann2019-05-071-11/+9
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-291-5/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-261-4/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-4/+0
| |\|
| | * Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-221-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-28/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-28/+11
| |\|
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-22/+5
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-3/+4
* | | V4: Add trace slot for UPlusErik Verbruggen2019-03-221-1/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-211-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-0/+1
| |\|
| | * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-181-0/+1
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-2/+1
|/ /
* | V4: Generate labels for backward jumpsErik Verbruggen2019-01-311-4/+11
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-2/+5
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+2
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-161-1/+1
|\
| * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-1/+1
* | Create proper template objects for tagged templatesLars Knoll2018-11-051-1/+41
|/
* QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-171-0/+2
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-111-2/+6
* Implement the dead temporal zoneSimon Hausmann2018-08-281-3/+8
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-1/+1
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-1/+2
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-0/+2
* Cleanup RegExpObjectLars Knoll2018-08-151-3/+5
* Fix module dependency handlingSimon Hausmann2018-08-141-1/+5
* Implement indirect exports in modulesSimon Hausmann2018-08-141-1/+12
* Enable unicode regular expressionsLars Knoll2018-08-101-1/+2
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-1/+47
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-031-2/+0
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-011-32/+41
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-3/+5
* Remove unused flagSimon Hausmann2018-07-311-5/+4
* Reduce memory usage caused by strings with AOT cache filesSimon Hausmann2018-07-311-0/+3
* Simplify loading of ahead-of-time created QML cache filesSimon Hausmann2018-07-311-3/+0
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-311-1/+16
* Clean up compilation unit string resolutionSimon Hausmann2018-07-311-4/+4
* Shrink CompiledData::Function by 8 bytesSimon Hausmann2018-07-311-7/+6
* Shrink CompiledData::Binding by 8 bytesSimon Hausmann2018-07-311-8/+15
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-14/+7
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+5