aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assemblercommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* JIT: Fix buffer writing in vprintf()Ulf Hermann2023-06-141-4/+14
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Fix logging categories in QtQml and friendsUlf Hermann2021-11-261-1/+1
* CMake: Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-04-031-0/+4
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-1/+1
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-121-1/+2
* Adapt to changes in qtbaseUlf Hermann2020-09-151-1/+2
* Add missing overrideAlexander Volkov2020-05-151-2/+2
* make LinkBufferBase::finalizeCodeWithDisassembly() less genericRolf Eike Beer2019-12-121-1/+1
* JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-161-7/+12
* Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-4/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-10/+6
|\
| * V4: Fix JS tail call crashes on win32/linux32Erik Verbruggen2019-02-141-10/+6
* | V4: Collect trace information in the interpreterErik Verbruggen2019-01-251-0/+13
* | V4: Change assembler dumping to use a logging categoryErik Verbruggen2019-01-111-2/+7
* | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-031-37/+7
|/
* Make the function name printing the same when dumping bytecodeErik Verbruggen2018-10-121-1/+1
* ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-051-1/+44
* V4: Add JIT kind to disassemblyErik Verbruggen2018-08-301-2/+2
* V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-271-0/+343