aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4bytecodegenerator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Build fixes for GCC 11Ville Voutilainen2021-01-181-2/+2
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+1
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-0/+5
* Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+6
* Remove tracing JIT infrastructureUlf Hermann2019-04-291-47/+6
* V4: Generate labels for backward jumpsErik Verbruggen2019-01-311-0/+10
* V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-10/+50
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-0/+3
* Change the instruction encoding for the bytecodeLars Knoll2018-07-031-1/+1
* Rework unwind handlingLars Knoll2018-06-211-24/+20
* Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-041-2/+2
* V4: Peephole optimize LoadReg/MoveRegErik Verbruggen2018-05-251-1/+12
* Improve for-in and for-of supportLars Knoll2018-05-111-0/+1
* Add support for proper lexical scopingLars Knoll2018-05-021-2/+4
* ES6: add support for default arguments for function parametersLars Knoll2018-04-251-0/+6
* Fix failing assertion when loading QML/JS on IntegrityErik Verbruggen2018-03-091-4/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-2/+3
* Fix invalid condition inversion for conditional jumpsErik Verbruggen2017-09-011-12/+22
* Compress jump instructions as wellLars Knoll2017-08-281-10/+4
* Compress all non jump instructionsLars Knoll2017-08-281-5/+7
* Start compressing the byte codeLars Knoll2017-08-281-9/+13
* Get rid of the separate vector of JumpsLars Knoll2017-08-281-17/+11
* Rename the Common instruction to NopLars Knoll2017-08-281-2/+2
* Decode instructions into registersLars Knoll2017-08-281-2/+2
* Unify instruction namingLars Knoll2017-08-281-2/+2
* Move line number information into a side tableLars Knoll2017-08-251-3/+7
* Don't use a return value register for regular functionsErik Verbruggen2017-08-181-0/+24
* Store arguments in the stack frame before the locals/tempsErik Verbruggen2017-08-031-0/+1
* Where applicable, rename Temp* to Register*Erik Verbruggen2017-08-031-4/+4
* Rename a number of types from Temp(orary) to StackSlotErik Verbruggen2017-08-031-2/+2
* Add commonly used JumpCompare instructionsErik Verbruggen2017-08-021-5/+5
* Introduce an accumulator in the interpreter, and change instructionsErik Verbruggen2017-08-021-8/+4
* Fix various signed/unsigned warningsErik Verbruggen2017-08-021-4/+4
* Remove Moth::Param from the interpreter instructionsErik Verbruggen2017-07-191-4/+4
* Add "we mean it" disclaimer to private headerErik Verbruggen2017-06-301-0/+10
* Don't use IR::Function for temp allocation anymoreLars Knoll2017-06-301-6/+4
* Switch over to new JS call setupLars Knoll2017-06-291-1/+1
* Various compile fixesLars Knoll2017-06-221-1/+1
* Get back some line number informationLars Knoll2017-06-201-0/+9
* Proper exception handlingLars Knoll2017-06-201-12/+48
* Cleanup control flow handlingLars Knoll2017-06-201-2/+4
* Add JumpStrict(Not)Equal instructions to the interpreterLars Knoll2017-06-201-0/+16
* Allow defining Labels as destinations for JumpsLars Knoll2017-06-201-4/+19
* Implement support for conditional expressionsLars Knoll2017-06-201-4/+11
* Rework and implement Jump handling in the bytecode generatorLars Knoll2017-06-191-13/+58
* Add the push instruction required to set up the tempsLars Knoll2017-06-191-1/+2
* Add a BytecodeGenerator classLars Knoll2017-06-191-0/+113