aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assemblercommon_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-101-1/+3
|\
| * Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-11-221-1/+3
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-161-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-1/+1
| |\
| | * Fix various accumulator-saving problemsUlf Hermann2019-09-031-1/+1
* | | Remove the bootstrap code from assembler and JITUlf Hermann2019-05-071-1/+1
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+5
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-1/+0
|\|
| * V4: Fix JS tail call crashes on win32/linux32Erik Verbruggen2019-02-141-1/+0
* | V4: Generate labels for backward jumpsErik Verbruggen2019-01-311-1/+2
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-1/+2
|/
* V4: Fix stack alignment in JITted codeErik Verbruggen2019-01-101-2/+2
* Make sure not to clobber tail call arguments when unrolling stackErik Verbruggen2018-11-011-3/+6
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-11/+50
* V4: Add JIT kind to disassemblyErik Verbruggen2018-08-301-1/+1
* V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-271-0/+697