| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove QmlIR::Document::removeScriptPragmas | Ulf Hermann | 2019-07-09 | 1 | -53/+0 |
| * | Centralize property & signal parameter type handling at compilation time | Simon Hausmann | 2019-07-08 | 1 | -77/+79 |
| * | Minor internal API cleanup | Simon Hausmann | 2019-07-05 | 1 | -21/+21 |
| * | Reduce the size of Property fields in type compilation data | Simon Hausmann | 2019-07-05 | 1 | -16/+9 |
| * | Internal API cleanup | Simon Hausmann | 2019-07-05 | 1 | -5/+3 |
| * | Reduce the size of signal parameters in qml cache data | Simon Hausmann | 2019-07-05 | 1 | -4/+6 |
| * | Remove unused field member | Simon Hausmann | 2019-07-05 | 1 | -2/+0 |
| * | Simplify codegen error handling | Ulf Hermann | 2019-07-04 | 1 | -1/+1 |
| * | extend grammar for better version parsing support | Fabian Kosmale | 2019-07-04 | 1 | -5/+3 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -1/+1 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 1 | -4/+4 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -1/+1 |
| * | Add abstraction for temporarily setting StaticData when saving | Ulf Hermann | 2019-05-17 | 1 | -3/+0 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -8/+6 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-05-09 | 1 | -22/+14 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-05-08 | 1 | -22/+14 |
| | |\ |
|
| | | * | Avoid std::function in qqmlirbuilder.cpp | Ulf Hermann | 2019-05-07 | 1 | -22/+14 |
| * | | | Drop some dead bootstrap code | Ulf Hermann | 2019-05-08 | 1 | -20/+5 |
| * | | | Move dynamicStrings into the bootstrapped part of QV4::CompiledData | Ulf Hermann | 2019-05-07 | 1 | -2/+0 |
| * | | | Move QQmlIR::IRLoader out of qqmlirbuilder* | Ulf Hermann | 2019-05-06 | 1 | -164/+0 |
| * | | | Move PropertyResolver out of qqmlirbuilder* | Ulf Hermann | 2019-05-06 | 1 | -47/+0 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-25 | 1 | -0/+2 |
| |\| |
|
| | * | Initialize TranslationData padding before writing cache files | Ulf Hermann | 2019-03-21 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -408/+1 |
| |\| |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -409/+1 |
| | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-18 | 1 | -1/+1 |
| |\| |
|
| | * | Save some stack space during code generation | Ulf Hermann | 2019-03-14 | 1 | -1/+1 |
| * | | V4: Move the FixedPoolArray into the MemoryPool header | Erik Verbruggen | 2019-01-25 | 1 | -3/+3 |
| * | | QML: Special case null as binding type | Ulf Hermann | 2019-01-21 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2018-12-12 | 1 | -7/+3 |
| |\| |
|
| | * | Generate lookups into the global object more aggressively | Lars Knoll | 2018-11-16 | 1 | -7/+3 |
| * | | Fix warnings about unused Qt containers | Sergio Martins | 2018-11-30 | 1 | -2/+0 |
| |/ |
|
| * | Fix lookup of methods in the scope object | Simon Hausmann | 2018-10-22 | 1 | -5/+9 |
| * | Fix logic error in JSCodeGen::fallbackNameLookup() | Lars Knoll | 2018-09-05 | 1 | -26/+22 |
| * | reuse already calculated object offsets during compilation | Rolf Eike Beer | 2018-08-23 | 1 | -15/+12 |
| * | Add support for importing ES modules in .qml files | Simon Hausmann | 2018-08-17 | 1 | -1/+1 |
| * | Simplify parsing of pragma directives | Lars Knoll | 2018-08-01 | 1 | -2/+2 |
| * | Reduce memory consumption when loading AOT generated cache files | Simon Hausmann | 2018-08-01 | 1 | -81/+75 |
| * | Encapsulate access to CompiledData::Object and CompiledData::Import | Simon Hausmann | 2018-07-31 | 1 | -3/+3 |
| * | Remove unused flag | Simon Hausmann | 2018-07-31 | 1 | -1/+0 |
| * | Reduce memory usage caused by strings with AOT cache files | Simon Hausmann | 2018-07-31 | 1 | -4/+21 |
| * | Clean up internal QML unit creation API | Simon Hausmann | 2018-07-31 | 1 | -2/+2 |
| * | Simplify loading of ahead-of-time created QML cache files | Simon Hausmann | 2018-07-31 | 1 | -11/+29 |
| * | Optimize memory consumption of ahead-of-time compile cache files | Simon Hausmann | 2018-07-31 | 1 | -3/+1 |
| * | Clean up compilation unit string resolution | Simon Hausmann | 2018-07-31 | 1 | -3/+3 |
| * | Shrink CompiledData::Binding by 8 bytes | Simon Hausmann | 2018-07-31 | 1 | -4/+4 |
| * | Clean up constant storage for CompiledData::Binding | Simon Hausmann | 2018-07-31 | 1 | -2/+2 |
| * | Encapsulate the unit data in CompilationUnit | Simon Hausmann | 2018-07-31 | 1 | -1/+1 |
| * | Add debug code for dumping unit stats | Simon Hausmann | 2018-07-30 | 1 | -0/+22 |