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
/
qv4isel_masm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Lookup::indexedSetter
Lars Knoll
2014-01-31
1
-95
/
+7
*
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
2014-01-24
1
-5
/
+14
|
\
|
*
Don't write into the callers stack frame
Lars Knoll
2014-01-24
1
-5
/
+14
*
|
Use lookups for indexed accesses
Lars Knoll
2014-01-20
1
-0
/
+8
*
|
Rework array handling for JS objects
Lars Knoll
2014-01-09
1
-5
/
+6
*
|
Move array data into it's own struct
Lars Knoll
2014-01-03
1
-3
/
+3
|
/
*
V4 IR: reverse propagate int32 truncation.
Erik Verbruggen
2013-12-04
1
-25
/
+84
*
Remove unused inline wrapper
Lars Knoll
2013-12-04
1
-2
/
+2
*
Add support for accelerated property access to QML types and namespace support
Simon Hausmann
2013-11-28
1
-3
/
+6
*
Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...
Simon Hausmann
2013-11-26
1
-2
/
+11
|
\
|
*
Fix out of bounds array access when index is integer and negative
v5.2.0-rc1
Simon Hausmann
2013-11-25
1
-2
/
+11
*
|
Initial support for accelerated property access to QML singletons and enums
Simon Hausmann
2013-11-25
1
-0
/
+5
*
|
IR Cleanup, resolve ID objects through array subscripts
Simon Hausmann
2013-11-25
1
-2
/
+2
*
|
Improve type interference for QObject properties
Simon Hausmann
2013-11-25
1
-2
/
+3
*
|
Saner and simpler way to handle line numbers for JITed code
Lars Knoll
2013-11-22
1
-19
/
+2
*
|
Use lookups for create_property (ie. new foo.bar)
Lars Knoll
2013-11-22
1
-2
/
+11
|
/
*
Fix property dependency generation for accelerated QML QObject properties
Simon Hausmann
2013-11-12
1
-3
/
+3
*
Fix out of bounds array index in the generated JIT code
Lars Knoll
2013-11-12
1
-3
/
+5
*
V4 interpreter: remove stack-slot allocator.
Erik Verbruggen
2013-11-12
1
-66
/
+0
*
Simplify & speed up function calling
Lars Knoll
2013-11-09
1
-2
/
+2
*
Generate inline code for "foo == null/undefined"
Lars Knoll
2013-11-05
1
-12
/
+76
*
Move conversion of this object into generated code
Lars Knoll
2013-11-05
1
-0
/
+5
*
Optimise string additions
Lars Knoll
2013-11-05
1
-2
/
+9
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-9
/
+13
*
Avoid unnecessary saving of the instruction pointer in the JIT
Simon Hausmann
2013-11-01
1
-1
/
+7
*
Speed up lookups of imported scripts
Simon Hausmann
2013-10-31
1
-2
/
+2
*
Implement loading of resolved imported scripts
Simon Hausmann
2013-10-31
1
-1
/
+6
*
Implement setting of values to resolved QObject properties
Simon Hausmann
2013-10-31
1
-0
/
+6
*
Initial support for resolving meta-property access for the scope and context ...
Simon Hausmann
2013-10-31
1
-0
/
+15
*
Speed up id object lookups
Simon Hausmann
2013-10-29
1
-0
/
+5
*
Remove qv4unwindhelper class
Lars Knoll
2013-10-29
1
-14
/
+0
*
Implement new exception handling for moth
Lars Knoll
2013-10-29
1
-1
/
+7
*
Rework IR code generation for try/catch/finally
Lars Knoll
2013-10-29
1
-3
/
+8
*
Rework exception handling
Lars Knoll
2013-10-29
1
-65
/
+13
*
Cleanup: Avoid unnecessary irModule->functions.indexOf calls
Simon Hausmann
2013-10-20
1
-1
/
+1
*
Fix build on ARM in ARM mode (instead of thumb2)
Simon Hausmann
2013-10-17
1
-0
/
+4
*
inline get_element calls
Lars Knoll
2013-10-14
1
-9
/
+91
*
Fix a small bug in conversion to SInt32
Lars Knoll
2013-10-14
1
-8
/
+0
*
Implement >>> inline for the JIT backend
Lars Knoll
2013-10-12
1
-2
/
+11
*
V4 JIT: clean-up conversion functions and add toUInt32.
Erik Verbruggen
2013-10-12
1
-18
/
+61
*
Optimise code generation for convertTypeToSInt32
Lars Knoll
2013-10-11
1
-5
/
+52
*
Fix build on Android with -developer-build
Simon Hausmann
2013-10-11
1
-2
/
+2
*
Small optimisation for bit shift operations
Lars Knoll
2013-10-11
1
-4
/
+4
*
Add support for showing disassembled ARM JIT code
Simon Hausmann
2013-10-10
1
-1
/
+1
*
V4 JIT: ISel for bitwise or/xor.
Erik Verbruggen
2013-10-10
1
-8
/
+62
*
V4 JIT: generate some strict (not) equal conditions
Erik Verbruggen
2013-10-10
1
-9
/
+163
*
V4 JIT: do not generate inline fall-back code for strings types.
Erik Verbruggen
2013-10-10
1
-1
/
+3
*
V4: Remove more jumps.
Erik Verbruggen
2013-10-10
1
-1
/
+5
*
V4 JIT: enable register allocator for linux/x86.
Erik Verbruggen
2013-10-04
1
-1
/
+7
*
V4 JIT: fix visitRet for 32-bit architectures.
Erik Verbruggen
2013-10-04
1
-10
/
+43
[next]