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
/
qv4compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the unusued canUseSimpleCall flag
Lars Knoll
2017-11-07
1
-2
/
+0
*
Merge remote-tracking branch 'origin/dev' into HEAD
Lars Knoll
2017-10-22
1
-1
/
+0
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-09-20
1
-1
/
+0
|
|
\
|
|
*
Get rid of the root object index variable
Simon Hausmann
2017-09-08
1
-1
/
+0
*
|
|
Get rid of the hack for named expressions
Lars Knoll
2017-09-02
1
-2
/
+0
*
|
|
Remove the codeRefs in the Moth::CompilationUnit
Lars Knoll
2017-08-30
1
-3
/
+7
*
|
|
Fix line number mapping to work with non increasing line numbers
Lars Knoll
2017-08-29
1
-4
/
+2
*
|
|
Move line number information into a side table
Lars Knoll
2017-08-25
1
-1
/
+10
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/new-backend
Lars Knoll
2017-08-22
1
-11
/
+13
|
\
|
|
|
*
|
Refactor le integer types from qjson_p.h to qendian_p.h
Allan Sandfeld Jensen
2017-07-06
1
-11
/
+11
|
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
1
-5
/
+7
|
|
\
|
|
|
*
Merge remote-tracking branch 'origin/5.9.1' into 5.9
Liang Qi
2017-06-30
1
-5
/
+5
|
|
|
\
|
|
|
*
Fix QML compiler crashes on big endian systems
Dmitry Shachnev
2017-06-18
1
-5
/
+5
|
|
*
|
Fix alignment issue on ARMv7
Simon Hausmann
2017-06-22
1
-0
/
+2
|
|
|
/
*
|
|
Remove unused lookup types
Lars Knoll
2017-08-10
1
-18
/
+0
*
|
|
Store arguments in the stack frame before the locals/temps
Erik Verbruggen
2017-08-03
1
-0
/
+2
*
|
|
Fix various signed/unsigned warnings
Erik Verbruggen
2017-08-02
1
-9
/
+8
*
|
|
Split up qv4codegen into several files
Lars Knoll
2017-07-03
1
-5
/
+5
*
|
|
Remove now unused files
Lars Knoll
2017-06-30
1
-17
/
+0
*
|
|
Get rid of IR::Module and IR::Function
Lars Knoll
2017-06-30
1
-28
/
+29
*
|
|
Don't use the ISel's anymore
Lars Knoll
2017-06-22
1
-1
/
+0
*
|
|
Re-enable lookups
Lars Knoll
2017-06-22
1
-3
/
+18
*
|
|
Support object literals
Erik Verbruggen
2017-06-20
1
-16
/
+7
*
|
|
Support for some more binary and unary operations
Erik Verbruggen
2017-06-20
1
-0
/
+5
*
|
|
Pass the JSUnitGenerator into the codegen
Lars Knoll
2017-06-19
1
-0
/
+35
|
/
/
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Simon Hausmann
2017-04-07
1
-1
/
+1
|
\
|
|
*
Fix loading of ahead-of-time generated cache files when cross-compiling
Simon Hausmann
2017-04-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into HEAD
Simon Hausmann
2017-03-23
1
-1
/
+1
|
\
|
|
*
Avoid an extra stat() on the source .qml file when loading cache
Simon Hausmann
2017-03-22
1
-1
/
+1
*
|
Make the decision about whether to use a Simple callcontext earlier
Lars Knoll
2017-03-09
1
-0
/
+2
|
/
*
Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macros
Kimmo Ollila
2017-02-15
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-10-22
1
-0
/
+6
|
\
|
*
Fix excessive invalidation of QML disk caches
Simon Hausmann
2016-10-18
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-09-21
1
-0
/
+1
|
\
|
|
*
QML: Make sure the integer data is aligned on 4-byte boundaries
Erik Verbruggen
2016-08-30
1
-0
/
+1
*
|
Qml compiler: replace 'foreach' with 'range for'
Anton Kudryavtsev
2016-09-09
1
-2
/
+2
|
/
*
Make the unit mapping on Windows configurable with regards to executable mapping
Simon Hausmann
2016-08-17
1
-0
/
+1
*
Fix endianness in constant handling
Simon Hausmann
2016-08-03
1
-0
/
+6
*
Make generated code loading constants relocatable
Simon Hausmann
2016-08-02
1
-0
/
+4
*
Add a checksum to the generated QML compilation units
Simon Hausmann
2016-08-02
1
-0
/
+1
*
Improve robustness of qml disk caching
Simon Hausmann
2016-07-23
1
-4
/
+6
*
Improve robustness of qml cache expiry checking
Simon Hausmann
2016-07-19
1
-0
/
+1
*
Simplify CompiledData::Unit serialization
Simon Hausmann
2016-07-15
1
-59
/
+79
*
Clean up function offset table generation
Simon Hausmann
2016-07-15
1
-7
/
+4
*
More endianness fixes
Simon Hausmann
2016-07-15
1
-6
/
+8
*
Clean up JS internal class serialization
Simon Hausmann
2016-07-15
1
-31
/
+24
*
Remove unused fields in CompiledData::Function
Simon Hausmann
2016-07-14
1
-8
/
+2
*
Fix endian support in compiled data structures
Simon Hausmann
2016-07-14
1
-0
/
+6
*
QML: Store idObjectDependencies in a QVarLengthArray.
Erik Verbruggen
2016-06-24
1
-2
/
+4
*
Added basic support for saving compilation units to disk
Simon Hausmann
2016-06-17
1
-0
/
+3
[next]