aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix isInt32 for -0.0Erik Verbruggen2018-03-261-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-0/+4
| |\
| | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+4
* | | Disentangle include dependencies around the write barrierLars Knoll2018-01-191-0/+89
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* | | V4: Remove left-overs from previous 32bit Value encodingErik Verbruggen2017-11-161-29/+0
* | | Optimize Value::toObject/toStringLars Knoll2017-11-151-0/+4
* | | Allow for encoding a nullptr Heap::Base as a ValueErik Verbruggen2017-11-141-1/+0
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-141-0/+7
* | | Remove Binop/BinopContext instructions and implement missing binopsErik Verbruggen2017-10-231-3/+4
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\ \ \
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| |/ /
* | | Fix 32bit builds/testsErik Verbruggen2017-09-141-1/+1
* | | Add a Value::isFunctionObject() methodLars Knoll2017-09-011-0/+7
* | | Fix calling convention for some often used functions in QV4::ValueLars Knoll2017-08-281-4/+17
* | | New value type encodingLars Knoll2017-08-251-97/+83
* | | Optimize toInt32()/toUInt32()Lars Knoll2017-08-181-12/+82
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-7/+12
* | | Change function signatures for call/construct backLars Knoll2017-08-041-0/+3
* | | Tune asArrayIndexErik Verbruggen2017-08-021-2/+2
* | | Encode numeric literals as int when possibleErik Verbruggen2017-06-221-0/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-23/+35
|\|
| * Fix value type encoding constant usage when cross-compilingSimon Hausmann2017-03-301-23/+35
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-2/+0
|\|
| * Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-2/+0
* | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-46/+0
* | move locals over to be write barrier safeLars Knoll2017-03-091-22/+1
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-0/+38
* | Change getValueOrSetter to be write barrier friendlyLars Knoll2017-03-091-0/+5
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-1/+4
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-0/+5
* | Refactor how we define Heap objectsLars Knoll2017-03-091-0/+1
* | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-0/+14
|/
* Make QV4::Value constants of both encodings always availableSimon Hausmann2017-01-301-16/+29
* UINT_MAX is not a valid array index in JSLars Knoll2017-01-251-1/+1
* Some smaller optimizations for indexed property accessLars Knoll2016-12-101-0/+15
* Avoid one additional check when retrieving the Heap object from a ValueLars Knoll2016-12-101-7/+7
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-6/+6
* V4: Help the C++ compiler to do more DSE by inlining more codeErik Verbruggen2016-11-291-23/+23
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-4/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-4/+20
| |\
| | * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-0/+19
|\ \ \ | | |/ | |/|
| * | V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-131-0/+19
| * | Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-105/+141
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-105/+141
| |\|