aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+0
* Inline dumpConstantTable() into the only place where it's usedUlf Hermann2019-05-171-1/+0
* Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+2
* Remove tracing JIT infrastructureUlf Hermann2019-04-291-29/+29
* Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-16/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-16/+4
| |\
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-16/+0
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+4
* | | V4: Add trace slot for UPlusErik Verbruggen2019-03-221-1/+1
|/ /
* | wasm: disable MOTH_COMPUTED_GOTO for stock llvmv5.13.0-beta1Morten Johan Sørvig2019-03-081-1/+7
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-28/+37
|/
* Create proper template objects for tagged templatesLars Knoll2018-11-051-0/+2
* ES7: Detect Tail Position Calls and pass that to the runtimeErik Verbruggen2018-10-041-0/+2
* Add support for yield*Lars Knoll2018-09-071-0/+4
* Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-071-0/+2
* Fix exception handling while destructuringLars Knoll2018-09-071-1/+1
* Fix thisObject when calling super propertiesLars Knoll2018-08-311-0/+2
* Implement the dead temporal zoneSimon Hausmann2018-08-281-0/+4
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-0/+2
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-171-3/+1
|\
| * Fix unaligned memory access on ARMSimon Hausmann2018-07-171-1/+1
* | Allow for more than 128 bytecode instructionsLars Knoll2018-07-031-67/+96
* | Change the instruction encoding for the bytecodeLars Knoll2018-07-031-9/+15
* | Add support for super propertiesLars Knoll2018-07-031-1/+5
* | Get rid of the duplication for the GetLookup instructionsLars Knoll2018-07-031-3/+1
* | Add support for super callsLars Knoll2018-07-031-0/+2
* | Add basic support for EcmaScript classesYulong Bai2018-06-261-0/+2
* | Add support for function calls with spreadLars Knoll2018-06-211-2/+6
* | Get rid of LoadElement and LoadProperty instruction overloadsLars Knoll2018-06-211-6/+2
* | Unify DeleteMember and DeleteSubscript instructionsLars Knoll2018-06-211-4/+2
* | Get rid of the unused JumpEmpty instructionLars Knoll2018-06-211-2/+0
* | Rework unwind handlingLars Knoll2018-06-211-4/+6
* | Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-041-2/+2
* | Fix creation of object literalsLars Knoll2018-06-041-2/+1
* | Fix possibly unaligned reads in interpreterErik Verbruggen2018-05-291-1/+3
* | Move bytecode handler into a separate file, so it can be re-usedErik Verbruggen2018-05-281-0/+2
* | Simplify Push and PopContext instructionsLars Knoll2018-05-231-4/+4
* | Call iterator.return when required in destructuring assignmentsLars Knoll2018-05-141-0/+2
* | Refactor InteratorNext instructionLars Knoll2018-05-141-1/+1
* | Implement support for destructuring of rest elementsLars Knoll2018-05-141-0/+2
* | Fix array destructuringLars Knoll2018-05-131-1/+1
* | Add instructions to simplify for-of loopsLars Knoll2018-05-131-0/+4
* | Give for loops a per-iteration context as wellLars Knoll2018-05-111-0/+2
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-111-0/+4
* | Add some basic support for for-of loopsLars Knoll2018-05-091-4/+2
* | Add Generator supportLars Knoll2018-05-031-0/+4
* | Rework catch context handlingLars Knoll2018-05-021-1/+1
* | Add support for proper lexical scopingLars Knoll2018-05-021-0/+2
* | Implement support for the ** and **= operatorsLars Knoll2018-04-261-0/+2
* | Fix some bugs in binding destructuringLars Knoll2018-04-261-0/+2