aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove V4_BOOTSTRAP condition around header verificationUlf Hermann2019-05-091-6/+0
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-135-13/+10
* Remove QUrl-related special casing in the compilerUlf Hermann2019-05-102-10/+1
* Inline dumpConstantTable() into the only place where it's usedUlf Hermann2019-05-173-34/+27
* Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-173-19/+46
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1614-1003/+1217
* Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-102-2/+2
* Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-103-5/+3
* Generate the compilation unit checksum whenever we have MD5Ulf Hermann2019-05-091-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-092-22/+18
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-082-22/+18
| |\
| | * Avoid std::function in qqmlirbuilder.cppUlf Hermann2019-05-072-22/+18
* | | Drop some dead bootstrap codeUlf Hermann2019-05-083-31/+12
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-2/+2
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-082-0/+51
* | | Move dynamicStrings into the bootstrapped part of QV4::CompiledDataUlf Hermann2019-05-072-13/+9
* | | Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-065-181/+289
* | | Move PropertyResolver out of qqmlirbuilder*Ulf Hermann2019-05-069-85/+199
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+3
| |\|
| | * Fix coverity warningSimon Hausmann2019-04-291-2/+3
| * | Fix compile error with qml_tracing enabledUlf Hermann2019-04-261-1/+1
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-304-0/+18
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-298-181/+100
* | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-181-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-185-26/+55
|\| |
| * | Improve error messageRainer Keller2019-04-171-1/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-173-13/+17
| |\|
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
| | * QMLJS: Remove unused boolean field hasTry from compiler contextErik Verbruggen2019-04-151-1/+0
| | * Prevent CoW detaches from happeningErik Verbruggen2019-04-151-12/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-152-12/+34
| |\|
| | * Only create the imports array if importCount is greater than 0Andy Shaw2019-04-141-2/+4
| | * Detect and reject cyclic aliasesUlf Hermann2019-04-091-10/+30
* | | QQmlTypeCompiler: Avoid including qqmldelegatecomponent_p.hUlf Hermann2019-04-031-9/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
| |\|
| | * Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-264-54/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-254-54/+47
| |\|
| | * Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-222-5/+9
| | * Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-211-0/+2
| | * V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-49/+36
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-2215-943/+322
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2113-747/+96
| |\|
| | * Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-0/+5
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-2011-749/+13
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-2012-22/+70
| | * Enable lookups in QMLSimon Hausmann2019-03-192-1/+15
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-186-197/+227
| |\|