| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Add some consistency to QV4::RegExp | Ulf Hermann | 2024-12-12 | 1 | -0/+2 |
| * | QtQml: Properly enforce signatures of AOT-compiled functions | Ulf Hermann | 2024-04-26 | 1 | -9/+18 |
| * | Prepare for white allocation during gc(3/9): Function | Fabian Kosmale | 2024-03-05 | 1 | -6/+6 |
| * | QtQml: Move engine-specific data out of base compilation unit | Ulf Hermann | 2024-01-08 | 1 | -2/+3 |
| * | QML: Improve the JS-to-JS type check when enforcing signatures | Ulf Hermann | 2023-06-26 | 1 | -1/+9 |
| * | Undeprecate AOTCompiledFunction | Ulf Hermann | 2023-05-23 | 1 | -3/+3 |
| * | V4: Use an enum to categorize functions and rename aotFunction | Ulf Hermann | 2022-09-29 | 1 | -4/+5 |
| * | QV4::Function: Reduce nFormals to 16 bits | Ulf Hermann | 2022-09-23 | 1 | -1/+1 |
| * | Remove some dead code | Ulf Hermann | 2022-09-23 | 1 | -3/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Replace synthetic AOT functions with property-to-property bindings | Ulf Hermann | 2022-05-24 | 1 | -14/+0 |
| * | DelegateModel: Use actual bindings for required properties | Ulf Hermann | 2022-04-11 | 1 | -1/+18 |
| * | When binding signals, run the outer function to get the nested one | Ulf Hermann | 2021-08-17 | 1 | -0/+1 |
| * | Eliminate JS call frame from metatypes calls | Ulf Hermann | 2021-06-10 | 1 | -3/+4 |
| * | Do QMetaType-style call in QQmlPropertyBinding::evaluate | Ulf Hermann | 2021-06-02 | 1 | -1/+1 |
| * | Revert "Do QMetaType-style call in QQmlPropertyBinding::evaluate" | Ivan Solovev | 2021-05-25 | 1 | -1/+1 |
| * | Do QMetaType-style call in QQmlPropertyBinding::evaluate | Ulf Hermann | 2021-05-20 | 1 | -1/+1 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -0/+2 |
| * | QML: Warn about usage of injected signal parameters | Ulf Hermann | 2021-02-12 | 1 | -0/+1 |
| * | Add support for binding ahead-of-time compiled bindings to QProperties | Simon Hausmann | 2020-04-22 | 1 | -2/+5 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | Make QV4::Function::runtimeString() const | Ulf Hermann | 2019-07-10 | 1 | -2/+2 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -8/+25 |
| * | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -25/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -1/+0 |
| |\ |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -1/+0 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -4/+43 |
| * | | V4: Generate function tables on 64bit windows | Ulf Hermann | 2018-12-03 | 1 | -1/+4 |
| |/ |
|
| * | Fix super property access | Lars Knoll | 2018-08-31 | 1 | -0/+1 |
| * | Refactor initialization code for JS stack frames | Lars Knoll | 2018-07-03 | 1 | -4/+1 |
| * | Move the C++ and JS stack frame definitions into it's own file | Lars Knoll | 2018-07-03 | 1 | -5/+3 |
| * | Minor cleanup with bytecode pointer types | Simon Hausmann | 2018-05-28 | 1 | -1/+1 |
| * | Remove unused QV4::Function::code member | Simon Hausmann | 2018-05-28 | 1 | -3/+1 |
| * | Add Generator support | Lars Knoll | 2018-05-03 | 1 | -0/+1 |
| * | Cleanup handling of with() statements | Lars Knoll | 2018-05-02 | 1 | -1/+0 |
| * | Add support for arrow functions | Lars Knoll | 2018-04-26 | 1 | -0/+1 |
| * | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | Handle function expressions as signal handlers | Erik Verbruggen | 2018-03-20 | 1 | -0/+7 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -0/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2018-01-24 | 1 | -0/+1 |
| | |\ |
|
| | | * | Use potentially intercepted URL as ID for compilation units | Ulf Hermann | 2017-12-21 | 1 | -0/+1 |
| * | | | V4: Only start JITting after a minimum of 3 calls | Erik Verbruggen | 2017-12-14 | 1 | -0/+1 |
| * | | | V4: Add a baseline JIT | Erik Verbruggen | 2017-11-17 | 1 | -0/+8 |
| * | | | Cut out one more C++ layer when doing JS function calls | Lars Knoll | 2017-11-13 | 1 | -4/+4 |
| * | | | Finally get rid of the QV4::Function pointer in the context | Lars Knoll | 2017-11-13 | 1 | -8/+0 |
| * | | | Get rid of the unusued canUseSimpleCall flag | Lars Knoll | 2017-11-07 | 1 | -3/+0 |
| * | | | Get rid of the hack for named expressions | Lars Knoll | 2017-09-02 | 1 | -1/+0 |
| * | | | Cleanups | Lars Knoll | 2017-09-01 | 1 | -10/+1 |
| * | | | Move CallContext construction into a interpreter instruction | Lars Knoll | 2017-09-01 | 1 | -3/+0 |