aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Tighten QML cache version checkingSimon Hausmann2018-03-201-2/+4
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+2
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-1/+1
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-2/+20
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+20
| |\
| | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-2/+20
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-1/+1
* | | Minor data structure cleanupSimon Hausmann2018-01-221-4/+2
* | | Cleanup IdentifierHashLars Knoll2018-01-101-2/+2
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-0/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-0/+2
| | |\|
| | | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-0/+2
| * | | Allow assigning functions in ListElementMichael Brasser2017-10-241-0/+3
* | | | Get rid of the unusued canUseSimpleCall flagLars Knoll2017-11-071-2/+1
* | | | Move a couple of data members required for new JITLars Knoll2017-11-071-26/+45
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-11/+23
|\| | |
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-11/+23
| |\|
| | * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| | * Get rid of the root object index variableSimon Hausmann2017-09-081-4/+2
| | * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* | | Remove compare for >=0 on an unsigned typeErik Verbruggen2017-09-131-2/+2
* | | Make msvc2015 happyErik Verbruggen2017-09-131-1/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-231-1/+2
| |\|
| | * Fix memory corruption with type trimmingSimon Hausmann2017-08-231-1/+2
* | | Get rid of the hack for named expressionsLars Knoll2017-09-021-1/+1
* | | Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-311-1/+1
* | | Remove the codeRefs in the Moth::CompilationUnitLars Knoll2017-08-301-12/+8
* | | Fix line number mapping to work with non increasing line numbersLars Knoll2017-08-291-5/+10
* | | Move line number information into a side tableLars Knoll2017-08-251-3/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-142/+184
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-3/+2
| |\|
| | * Use QQmlType by valueLars Knoll2017-08-021-3/+2
| * | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-141-1/+2
| * | Add support for enum declarations in QMLMichael Brasser2017-07-131-1/+46
| * | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-061-132/+125
| * | Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* | | Remove unused lookup typesLars Knoll2017-08-101-3/+1
* | | Bump the data structure versionLars Knoll2017-08-041-1/+1
* | | Store arguments in the stack frame before the locals/tempsErik Verbruggen2017-08-031-0/+1
* | | Fix CompiledData::Function size calculationErik Verbruggen2017-08-031-1/+7
* | | Rename Codegen::Environment to Context and pull it out of CodegenLars Knoll2017-06-301-3/+0
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-1/+1
|/ /
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-271-3/+4
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-3/+4
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-3/+4
| | |\