aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assemblercommon_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-081-2/+2
* Enable compilation of PlatformAssembler_X86_64_SysV on VxWorksŁukasz Matysiak2023-10-131-1/+1
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-2/+5
* Allow building the JIT on solarisUlf Hermann2023-01-111-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Avoid undefined behavior in the JITUlf Hermann2021-06-171-5/+5
* CMake: Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-04-031-1/+3
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-2/+3
* 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