aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4baselineassembler.cpp
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-0/+4
|\
| * Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-11-221-0/+4
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Fix failing assertion in the GC with the JITSimon Hausmann2020-05-181-0/+4
* JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-161-35/+27
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-1/+6
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-1/+6
| |\
| | * Fix various accumulator-saving problemsUlf Hermann2019-09-031-1/+6
* | | 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