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
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/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
/
qv4instr_moth_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lookup of enums declared in QML singletons
Simon Hausmann
2018-03-16
1
-4
/
+2
*
Correctly set this object when calling scope/context functions
Erik Verbruggen
2018-02-20
1
-0
/
+4
*
Fix build without QML debugging
Ulf Hermann
2018-01-16
1
-7
/
+0
*
Drop the qml-interpreter feature
Ulf Hermann
2018-01-10
1
-4
/
+0
*
Prospective fix for big endian and AOT
Simon Hausmann
2018-01-07
1
-1
/
+3
*
Fix decoding of bytecode instructions on ARM generated on x86-64
Simon Hausmann
2018-01-05
1
-8
/
+8
*
V4: Do not use computed goto's with icc
Erik Verbruggen
2017-12-08
1
-1
/
+4
*
V4: Change CallValue to have the value on the stack
Erik Verbruggen
2017-11-23
1
-1
/
+1
*
V4: Collapse LoadRegExp+StoreReg into MoveRegExp
Erik Verbruggen
2017-11-23
1
-2
/
+2
*
Merge remote-tracking branch 'origin/wip/new-backend' into dev
Simon Hausmann
2017-11-21
1
-809
/
+417
|
\
|
*
Refactor Call/Construct instructions
Lars Knoll
2017-11-07
1
-8
/
+8
|
*
Remove Binop/BinopContext instructions and implement missing binops
Erik Verbruggen
2017-10-23
1
-6
/
+12
|
*
Work around different GCC versions' idea of uninitialized
Erik Verbruggen
2017-09-13
1
-0
/
+1
|
*
Fix wide instruction dispatch
Erik Verbruggen
2017-09-13
1
-5
/
+4
|
*
Fix building for QNX with buggy GCC
Erik Verbruggen
2017-09-13
1
-3
/
+5
|
*
Make msvc2015 happy
Erik Verbruggen
2017-09-13
1
-3
/
+6
|
*
Fix invalid condition inversion for conditional jumps
Erik Verbruggen
2017-09-01
1
-28
/
+28
|
*
Move CallContext construction into a interpreter instruction
Lars Knoll
2017-09-01
1
-0
/
+2
|
*
Unify JSStackFrame and CallData
Lars Knoll
2017-09-01
1
-30
/
+0
|
*
Add dumping of the raw hex values to the bytecode dumper
Lars Knoll
2017-09-01
1
-0
/
+15
|
*
Fix stack-buffer-overflow reported by ASAN
Erik Verbruggen
2017-08-29
1
-1
/
+1
|
*
Fix line number mapping to work with non increasing line numbers
Lars Knoll
2017-08-29
1
-2
/
+9
|
*
Fix compilation failures on Ubuntu 16.10 (gcc 6.2.0)
Erik Verbruggen
2017-08-29
1
-2
/
+2
|
*
Remove unused UnwindException instruction
Lars Knoll
2017-08-28
1
-2
/
+0
|
*
Add a load/storeLocal instruction
Lars Knoll
2017-08-28
1
-0
/
+4
|
*
Remove the distinction between wide and xwide instructions
Lars Knoll
2017-08-28
1
-34
/
+8
|
*
Simplify handling of compilers without computed goto
Lars Knoll
2017-08-28
1
-26
/
+54
|
*
Some cleanups to instruction decoding
Lars Knoll
2017-08-28
1
-33
/
+29
|
*
Compress all non jump instructions
Lars Knoll
2017-08-28
1
-0
/
+7
|
*
Introduce the wide/xwide instruction prefixes
Lars Knoll
2017-08-28
1
-0
/
+41
|
*
Start compressing the byte code
Lars Knoll
2017-08-28
1
-10
/
+6
|
*
Make the offset the last part of any jump instruction
Lars Knoll
2017-08-28
1
-12
/
+13
|
*
Rename the Common instruction to Nop
Lars Knoll
2017-08-28
1
-5
/
+9
|
*
Decode instructions into registers
Lars Knoll
2017-08-28
1
-1
/
+33
|
*
Define instructions through a new format
Lars Knoll
2017-08-28
1
-567
/
+157
|
*
Unify instruction naming
Lars Knoll
2017-08-28
1
-333
/
+333
|
*
Change offsets to be integer based
Lars Knoll
2017-08-28
1
-18
/
+18
|
*
Move line number information into a side table
Lars Knoll
2017-08-25
1
-10
/
+3
|
*
Specialize possible direct calls to eval
Lars Knoll
2017-08-25
1
-0
/
+6
|
*
Cleanup object construction instructions
Lars Knoll
2017-08-25
1
-37
/
+3
|
*
Add optimized branch instructions for comparisons with ints
Lars Knoll
2017-08-25
1
-0
/
+14
|
*
Add optimized JmpCmpEq/NeNull instructions
Lars Knoll
2017-08-25
1
-0
/
+12
|
*
Add a LoadZero instruction
Lars Knoll
2017-08-18
1
-0
/
+5
|
*
Remove the Load/StoreScopedArgument instructions
Lars Knoll
2017-08-18
1
-17
/
+3
|
*
Remove the now unused LoadThis instruction
Lars Knoll
2017-08-18
1
-5
/
+0
|
*
Optimize byte codes for loading true/false
Lars Knoll
2017-08-18
1
-0
/
+10
|
*
Add specialized instructions for loading undefined, null and ints
Lars Knoll
2017-08-18
1
-0
/
+16
|
*
Don't use a return value register for regular functions
Erik Verbruggen
2017-08-18
1
-1
/
+16
|
*
More consistent naming of instructions and runtime methods
Lars Knoll
2017-08-10
1
-57
/
+57
|
*
Split StoreName into StoreNameStrict and StoreNameSloppy
Lars Knoll
2017-08-10
1
-3
/
+9
[next]