| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark the JIT related code as security critical | Fabian Kosmale | 2025-07-07 | 1 | -0/+1 |
| * | Port to std::(v)snprinf() and mark the module q(v)snprinf-free | Marc Mutz | 2024-08-06 | 1 | -1/+3 |
| * | QtQml: Straighten out some logging categories | Ulf Hermann | 2024-06-17 | 1 | -1/+1 |
| * | JIT: Fix buffer writing in vprintf() | Ulf Hermann | 2023-06-14 | 1 | -4/+14 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Fix logging categories in QtQml and friends | Ulf Hermann | 2021-11-26 | 1 | -1/+1 |
| * | CMake: Disable JIT for arm64 when doing macOS universal builds | Alexandru Croitor | 2021-04-03 | 1 | -0/+4 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -1/+1 |
| * | masm: Add error handling for failed mprotect() | Ulf Hermann | 2021-01-12 | 1 | -1/+2 |
| * | Adapt to changes in qtbase | Ulf Hermann | 2020-09-15 | 1 | -1/+2 |
| * | Add missing override | Alexander Volkov | 2020-05-15 | 1 | -2/+2 |
| * | make LinkBufferBase::finalizeCodeWithDisassembly() less generic | Rolf Eike Beer | 2019-12-12 | 1 | -1/+1 |
| * | JSRuntime: Provide an optional symbol table | Ulf Hermann | 2019-10-16 | 1 | -7/+12 |
| * | Transform V4_ENABLE_JIT into a feature | Ulf Hermann | 2019-04-25 | 1 | -4/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-02-15 | 1 | -10/+6 |
| |\ |
|
| | * | V4: Fix JS tail call crashes on win32/linux32 | Erik Verbruggen | 2019-02-14 | 1 | -10/+6 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -0/+13 |
| * | | V4: Change assembler dumping to use a logging category | Erik Verbruggen | 2019-01-11 | 1 | -2/+7 |
| * | | V4: Generate function tables on 64bit windows | Ulf Hermann | 2018-12-03 | 1 | -37/+7 |
| |/ |
|
| * | Make the function name printing the same when dumping bytecode | Erik Verbruggen | 2018-10-12 | 1 | -1/+1 |
| * | ES7: Implement Tail Position Calls in the runtime | Erik Verbruggen | 2018-10-05 | 1 | -1/+44 |
| * | V4: Add JIT kind to disassembly | Erik Verbruggen | 2018-08-30 | 1 | -2/+2 |
| * | V4: Split PlatformAssemblerCommon (and base classes) in its own file | Erik Verbruggen | 2018-08-27 | 1 | -0/+343 |