aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4jit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-11/+0
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-201-0/+32
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-191-2/+0
* Fix decoding of bytecode instructions on ARM generated on x86-64Simon Hausmann2018-01-051-6/+11
* Optimize JIT generated for for CreateCallContextLars Knoll2018-01-021-9/+4
* JIT: Inline load(Scoped)Local and store(Scoped)Local instructionsLars Knoll2017-11-301-60/+4
* V4: Change CallValue to have the value on the stackErik Verbruggen2017-11-231-3/+2
* V4: Collapse LoadRegExp+StoreReg into MoveRegExpErik Verbruggen2017-11-231-3/+4
* V4: Add a baseline JITErik Verbruggen2017-11-171-0/+1365