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
/
compiler
/
qv4ssa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: remove class field in DominatorTree that was used only once.
Erik Verbruggen
2014-01-02
1
-21
/
+18
*
V4 IR: do not add unconditional jumps to work lists
Erik Verbruggen
2014-01-02
1
-1
/
+4
*
V4 IR: change datastructures for dominator calculations.
Erik Verbruggen
2014-01-02
1
-112
/
+172
*
V4 SSA: add some more literature references.
Erik Verbruggen
2013-12-19
1
-5
/
+13
*
V4 IR: change block scheduling algorithm from recursive to iterative.
Erik Verbruggen
2013-12-12
1
-102
/
+189
*
V4: change variable renumbering algorithm from recursive to iterative.
Erik Verbruggen
2013-12-10
1
-89
/
+237
*
Clean up property dependency data structures
Simon Hausmann
2013-12-05
1
-3
/
+4
*
V4 IR: reverse propagate int32 truncation.
Erik Verbruggen
2013-12-04
1
-112
/
+271
*
V4 IR: remove common toInt32 casts.
Erik Verbruggen
2013-12-03
1
-2
/
+29
*
V4 IR: change the worklist to a QSet for block scheduling.
Erik Verbruggen
2013-12-03
1
-4
/
+4
*
Slightly accelerate access to value type properties
Simon Hausmann
2013-11-28
1
-5
/
+1
*
Add support for accelerated property access to QML types and namespace support
Simon Hausmann
2013-11-28
1
-4
/
+14
*
Initial support for accelerated property access to QML singletons and enums
Simon Hausmann
2013-11-25
1
-0
/
+13
*
Cleanup, get rid of MemberOfQObject V4IR::Member specialization
Simon Hausmann
2013-11-25
1
-1
/
+1
*
Improve type interference for QObject properties
Simon Hausmann
2013-11-25
1
-46
/
+64
*
V4: remove failing assert and fix code.
Erik Verbruggen
2013-11-19
1
-3
/
+3
*
V4 SSA: speed up dominator calculations.
Erik Verbruggen
2013-11-18
1
-63
/
+137
*
V4 IR: change basic-block cleanup to remove unreachable cycles too.
Erik Verbruggen
2013-11-12
1
-22
/
+57
*
Fix rounding behavior of Qml when assigning doubles to integer properties
Simon Hausmann
2013-11-05
1
-8
/
+6
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-17
/
+5
*
Propagate bool/int/double/string types from QML into the IR
Simon Hausmann
2013-10-31
1
-3
/
+34
*
Rework exception handling
Lars Knoll
2013-10-29
1
-11
/
+12
*
V4 debugger: retrieve formals and locals.
Erik Verbruggen
2013-10-24
1
-1
/
+1
*
Implement >>> inline for the JIT backend
Lars Knoll
2013-10-12
1
-5
/
+1
*
Small optimisation for bit shift operations
Lars Knoll
2013-10-11
1
-2
/
+2
*
V4: Remove more jumps.
Erik Verbruggen
2013-10-10
1
-0
/
+39
*
Use a QVector instead of a QList
Lars Knoll
2013-10-03
1
-3
/
+3
*
V4 IR: fix dead-code elimination.
Erik Verbruggen
2013-10-03
1
-93
/
+109
*
Remove more uses of Value
Lars Knoll
2013-10-02
1
-4
/
+4
*
V4 IR: fix type inference.
Erik Verbruggen
2013-10-02
1
-0
/
+8
*
V4 IR: do type inference/propagation before optimization.
Erik Verbruggen
2013-09-30
1
-40
/
+90
*
V4: remove inplace operations
Erik Verbruggen
2013-09-30
1
-3
/
+2
*
V4: changed environment variable SHOW_CODE.
Erik Verbruggen
2013-09-30
1
-1
/
+1
*
Move Value::toInteger(double) and related to Primitive
Lars Knoll
2013-09-28
1
-5
/
+5
*
V4 SSA: cleanup: rename single letter variables.
Erik Verbruggen
2013-09-25
1
-40
/
+40
*
V4: fix move mapping
Erik Verbruggen
2013-09-25
1
-5
/
+5
*
V4: re-enable SSA transformation and optimization.
Erik Verbruggen
2013-09-25
1
-1
/
+1
*
V4 IR: rename ObjectType to VarType
Erik Verbruggen
2013-09-20
1
-19
/
+23
*
V4: Fix SSA decomposition when no regalloc is used.
Erik Verbruggen
2013-09-13
1
-73
/
+203
*
Remove qSort usages from declarative
Giuseppe D'Angelo
2013-09-13
1
-2
/
+3
*
V4: fix variable collection for assignment to non-temporaries.
Erik Verbruggen
2013-09-12
1
-14
/
+16
*
V4 IR: fix Temp equality, and its use in type inference.
Erik Verbruggen
2013-09-12
1
-14
/
+77
*
Continue conversion to using scoped values
Lars Knoll
2013-09-11
1
-8
/
+10
*
V4: Constant binary expression evaluation.
Erik Verbruggen
2013-09-10
1
-6
/
+125
*
V4: temporarilly disable the optmizer/regalloc.
Erik Verbruggen
2013-09-09
1
-1
/
+1
*
V4: fix inferred types of 30&&true and 30||true.
Erik Verbruggen
2013-09-08
1
-5
/
+22
*
The fast and the furious, register drift.
Erik Verbruggen
2013-08-27
1
-5
/
+24
*
Add the constant condition evaluation optimization.
Erik Verbruggen
2013-08-20
1
-4
/
+108
*
Various fixes to the optimizer.
Erik Verbruggen
2013-08-20
1
-30
/
+439
*
Add linear scan register allocation.
Erik Verbruggen
2013-08-19
1
-31
/
+94
[next]