| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark the JIT related code as security critical | Fabian Kosmale | 2025-07-07 | 1 | -0/+1 |
| * | JIT: storeLocal needs to go through WriteBarrier | Fabian Kosmale | 2024-06-18 | 1 | -0/+14 |
| * | QtQml: Move engine-specific data out of base compilation unit | Ulf Hermann | 2024-01-08 | 1 | -1/+1 |
| * | JIT: Fix isNullOrUndefined bad logic | Olivier De Cannière | 2023-02-15 | 1 | -2/+1 |
| * | Change value encoding scheme to make space for larger pointers | Ulf Hermann | 2023-01-12 | 1 | -12/+23 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Implement optional chaining | Maximilian Goldstein | 2021-04-13 | 1 | -0/+17 |
| * | 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 | -6/+6 |
| * | Add ; to Q_UNUSED and UNUSED_PARAM | Lars Schmertmann | 2020-06-26 | 1 | -3/+3 |
| * | Fix failing assertion in the GC with the JIT | Simon Hausmann | 2020-04-22 | 1 | -0/+4 |
| * | JSRuntime: Provide an optional symbol table | Ulf Hermann | 2019-10-16 | 1 | -35/+27 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-09-17 | 1 | -1/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-09-12 | 1 | -1/+6 |
| | |\ |
|
| | | * | Fix various accumulator-saving problems | Ulf Hermann | 2019-09-03 | 1 | -1/+6 |
| * | | | Transform V4_ENABLE_JIT into a feature | Ulf Hermann | 2019-04-25 | 1 | -4/+0 |
| * | | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -16/+16 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -16/+16 |
| | |\| |
|
| | | * | Baseline JIT: Save accumulator in toInt32LhsAcc() | Ulf Hermann | 2019-03-19 | 1 | -16/+16 |
| * | | | V4: Clean up the runtime functions declarations | Erik Verbruggen | 2019-02-05 | 1 | -32/+28 |
| |/ / |
|
| * | | V4: Generate labels for backward jumps | Erik Verbruggen | 2019-01-31 | 1 | -7/+14 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -0/+5 |
| |/ |
|
| * | V4: Fix stack alignment in JITted code | Erik Verbruggen | 2019-01-10 | 1 | -11/+31 |
| * | V4: Fix 32bit moveReg to not use the return value registers | Erik Verbruggen | 2018-11-06 | 1 | -4/+4 |
| * | Revert "BaselineJIT: slightly improve arm codegen for shifts" | Lars Knoll | 2018-10-15 | 1 | -3/+6 |
| * | BaselineJIT: slightly improve arm codegen for shiftsv5.12.0-beta2 | Erik Verbruggen | 2018-10-12 | 1 | -6/+3 |
| * | ES7: Implement Tail Position Calls in the runtime | Erik Verbruggen | 2018-10-05 | 1 | -1/+23 |
| * | Remove unused variable 'EmptyTag' | Liang Qi | 2018-09-27 | 1 | -1/+0 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -5/+5 |
| * | V4: Add JIT kind to disassembly | Erik Verbruggen | 2018-08-30 | 1 | -1/+1 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -0/+24 |
| * | V4: Split PlatformAssemblerCommon (and base classes) in its own file | Erik Verbruggen | 2018-08-27 | 1 | -0/+1551 |