aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-3/+3
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+2
* qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-051-0/+34
* Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-271-1/+3
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-1/+0
* Disentangle includes and namespacesUlf Hermann2019-07-111-0/+1
* Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-091-0/+8
* Simplify codegen error handlingUlf Hermann2019-07-041-148/+141
* Inline the rest of qv4compileddata.cppUlf Hermann2019-06-261-0/+1
* Simplify errors and diagnosticsUlf Hermann2019-06-141-24/+8
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-2/+3
| |\
| | * Don't add local for anonymous function's "name"Ulf Hermann2019-05-211-2/+3
* | | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-20/+37
* | | Remove QUrl-related special casing in the compilerUlf Hermann2019-05-101-8/+1
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-19/+7
* | | Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-101-3/+3
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-0/+45
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+7
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-291-39/+37
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-261-49/+36
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-49/+36
| |\|
| | * V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-49/+36
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-211/+157
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-79/+27
| |\|
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-69/+2
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-10/+25
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-181-132/+130
| |\|
| | * Fix up global name determination when compiling ahead of timeSimon Hausmann2019-03-151-2/+2
| | * Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-9/+28
| | * Save some stack space during code generationUlf Hermann2019-03-141-121/+100
* | | V4: Add trace slot for UPlusErik Verbruggen2019-03-221-6/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-25/+6
| |\|
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-11/+5
| | * V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-251-14/+1
* | | V4: Undo rotation of the do-while loopErik Verbruggen2019-03-011-10/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-1/+1
| |\|
| | * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-131-1/+1
* | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-02-061-12/+6
* | | V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-061-14/+1
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-8/+3
|\|
| * V4: Fix unwind handler reset after for-in loopErik Verbruggen2019-01-311-5/+2
| * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+0
* | V4: Generate labels for backward jumpsErik Verbruggen2019-01-311-27/+31
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-41/+43
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-0/+70
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-071-0/+70
| |\