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
*
Really eliminate a|0 and b&(-1)
Lars Knoll
2014-02-22
1
-8
/
+8
*
Mask rhs of shift operations in the IR for constants
Lars Knoll
2014-02-22
1
-0
/
+12
*
Remove unused text stream
Lars Knoll
2014-02-22
1
-3
/
+0
*
Remove some code duplication
Lars Knoll
2014-02-22
1
-85
/
+27
*
Cleanup: Pass the function into the various SSA stages
Lars Knoll
2014-02-22
1
-37
/
+33
*
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
2014-02-18
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2014-02-11
1
-1
/
+2
|
|
\
|
|
*
Remove static initialization of QObjects
v5.2.1
Eskil Abrahamsen Blomfeldt
2014-01-29
1
-1
/
+2
*
|
|
V4: Do not reverse-propagate int32 conversion through unary minus.
Erik Verbruggen
2014-02-14
1
-4
/
+29
*
|
|
V4 IR: remove unused phi targets.
Erik Verbruggen
2014-02-14
1
-0
/
+12
*
|
|
V4 IR: changed worklist used while doing optimizations.
Erik Verbruggen
2014-02-14
1
-36
/
+138
*
|
|
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
2014-02-11
1
-3
/
+6
|
\
|
|
|
*
|
V4: fix range sorting
Erik Verbruggen
2014-01-31
1
-3
/
+6
|
*
|
V4: remove unused field.
Erik Verbruggen
2014-01-29
1
-5
/
+3
*
|
|
V4: stack slot allocator for the interpreter.
Erik Verbruggen
2014-02-07
1
-2
/
+8
*
|
|
V4: fix life range for phi node target that is never used.
Erik Verbruggen
2014-02-07
1
-1
/
+7
*
|
|
V4: remove unused field.
Erik Verbruggen
2014-01-30
1
-5
/
+3
|
/
/
*
/
V4: fix range splitting when split is between intervals.
Erik Verbruggen
2014-01-17
1
-8
/
+39
|
/
*
V4 IR: do edge splitting after SSA transformation
Erik Verbruggen
2014-01-16
1
-8
/
+58
*
V4: lower memory allocator pressure.
Erik Verbruggen
2014-01-16
1
-12
/
+18
*
V4 IR: update immediate dominators when purging unreachable basic-blocks
Erik Verbruggen
2014-01-16
1
-13
/
+19
*
V4: remove unnecessary spills and order them correctly.
Erik Verbruggen
2014-01-16
1
-9
/
+13
*
V4: optimize dominator frontier storage.
Erik Verbruggen
2014-01-08
1
-7
/
+164
*
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
[next]