aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4baselineassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-4/+0
* Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-16/+16
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-16/+16
| |\
| | * Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-16/+16
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-32/+28
|/ /
* | V4: Generate labels for backward jumpsErik Verbruggen2019-01-311-7/+14
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-0/+5
|/
* V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-101-11/+31
* V4: Fix 32bit moveReg to not use the return value registersErik Verbruggen2018-11-061-4/+4
* Revert "BaselineJIT: slightly improve arm codegen for shifts"Lars Knoll2018-10-151-3/+6
* BaselineJIT: slightly improve arm codegen for shiftsv5.12.0-beta2Erik Verbruggen2018-10-121-6/+3
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-1/+23
* Remove unused variable 'EmptyTag'Liang Qi2018-09-271-1/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* V4: Add JIT kind to disassemblyErik Verbruggen2018-08-301-1/+1
* Implement the dead temporal zoneSimon Hausmann2018-08-281-0/+24
* V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-271-0/+1551