index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jit
/
qv4baselinejit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
1
-6
/
+6
*
JIT: STORE_IP() before lookups
Ulf Hermann
2023-06-23
1
-0
/
+2
*
JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContext
Ulf Hermann
2023-03-15
1
-0
/
+4
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-12
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Evaluate type assertions in QML
Ulf Hermann
2021-05-26
1
-0
/
+10
*
Implement optional chaining
Maximilian Goldstein
2021-04-13
1
-0
/
+14
*
CMake: Disable JIT for arm64 when doing macOS universal builds
Alexandru Croitor
2021-04-03
1
-0
/
+5
*
V4: Store instruction pointer before CmpIn
Ulf Hermann
2021-01-27
1
-0
/
+1
*
Fix failing assertion in the GC with JIT
Simon Hausmann
2020-04-27
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-09-17
1
-1
/
+15
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-09-12
1
-1
/
+15
|
|
\
|
|
*
Fix various accumulator-saving problems
Ulf Hermann
2019-09-03
1
-1
/
+15
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-14
1
-1
/
+0
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-06-13
1
-1
/
+0
|
|
\
|
|
|
*
JIT: Don't store accumulator on getTemplateLiteral
Ulf Hermann
2019-06-12
1
-1
/
+0
*
|
|
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-1
/
+1
*
|
|
Make JavaScript execution interruptible
Ulf Hermann
2019-04-30
1
-0
/
+5
*
|
|
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-30
/
+29
*
|
|
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
-91
/
+15
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-97
/
+17
|
|
\
|
|
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-103
/
+0
|
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-0
/
+22
*
|
|
V4: Add trace slot for UPlus
Erik Verbruggen
2019-03-22
1
-1
/
+1
*
|
|
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-142
/
+97
*
|
|
V4: Change ByteCodeHandler::startInstruction to return an enum
Erik Verbruggen
2019-02-01
1
-1
/
+2
|
/
/
*
|
V4: Move relative-to-absolute offset calculation to base class
Erik Verbruggen
2019-01-31
1
-7
/
+26
*
|
V4: Generate labels for backward jumps
Erik Verbruggen
2019-01-31
1
-9
/
+11
*
|
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-28
/
+28
|
/
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-0
/
+9
*
V4: Conform method_objectLiteral arguments to equal other methods
Erik Verbruggen
2018-10-12
1
-2
/
+2
*
ES7: Implement Tail Position Calls in the runtime
Erik Verbruggen
2018-10-05
1
-9
/
+3
*
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-0
/
+13
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-1
/
+1
*
Optimize the JIT helpers
Lars Knoll
2018-09-14
1
-7
/
+8
*
Add support for yield*
Lars Knoll
2018-09-07
1
-0
/
+18
*
Throw a type error when trying to destructure null or undefined
Lars Knoll
2018-09-07
1
-0
/
+11
*
Fix exception handling while destructuring
Lars Knoll
2018-09-07
1
-1
/
+2
*
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-0
/
+13
*
Initialize this to empty for derived constructors
Lars Knoll
2018-08-29
1
-1
/
+1
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+11
*
V4: Split PlatformAssemblerCommon (and base classes) in its own file
Erik Verbruggen
2018-08-27
1
-119
/
+121
*
V4: clarify current vs. next instruction offset in ByteCodeHandler
Erik Verbruggen
2018-08-20
1
-9
/
+9
*
Add initial basic support for ES6 modules
Simon Hausmann
2018-08-09
1
-0
/
+5
*
Fix crash of language/expressions/object/setter-super-prop.js with JIT
Simon Hausmann
2018-08-03
1
-1
/
+1
*
Add support for super properties
Lars Knoll
2018-07-03
1
-0
/
+24
*
Get rid of the duplication for the GetLookup instructions
Lars Knoll
2018-07-03
1
-13
/
+1
*
Add support for super calls
Lars Knoll
2018-07-03
1
-0
/
+9
*
Add a newTarget parameter to the Construct runtime methods
Lars Knoll
2018-07-03
1
-6
/
+10
[next]