aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4bytecodegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store arguments in the stack frame before the locals/tempsErik Verbruggen2017-08-031-5/+0
* Where applicable, rename Temp* to Register*Erik Verbruggen2017-08-031-10/+10
* Fix various signed/unsigned warningsErik Verbruggen2017-08-021-3/+3
* Remove now unused filesLars Knoll2017-06-301-1/+0
* Don't use IR::Function for temp allocation anymoreLars Knoll2017-06-301-8/+8
* Quick fix for line numbers to make tests passErik Verbruggen2017-06-291-1/+1
* Switch over to new JS call setupLars Knoll2017-06-291-0/+9
* Rename push instruction to InitStackFrameErik Verbruggen2017-06-291-4/+4
* Re-enable lookupsLars Knoll2017-06-221-1/+1
* Get back some line number informationLars Knoll2017-06-201-0/+11
* Allow defining Labels as destinations for JumpsLars Knoll2017-06-201-4/+6
* Implement support for conditional expressionsLars Knoll2017-06-201-2/+5
* Rework and implement Jump handling in the bytecode generatorLars Knoll2017-06-191-0/+12
* Add the push instruction required to set up the tempsLars Knoll2017-06-191-3/+7
* Add a BytecodeGenerator classLars Knoll2017-06-191-0/+66