aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Doc: Remove mentioning of non-existing setContents methodKai Koehne2017-03-071-1/+1
| * | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-073-8/+10
| * | Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-5/+5
| * | Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
| * | Fix qmlcachegen command line parametersSimon Hausmann2017-03-072-10/+5
| * | Fix restoring IR from cache filesSimon Hausmann2017-03-061-1/+16
| * | QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
| * | Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
| * | Fix build in clang5.0Jesus Fernandez2017-03-021-0/+2
| * | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+7
| * | Fix memory leak in QQDMIncubationTask::statusChangedAlbert Astals Cid2017-03-011-4/+3
| * | Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
| * | OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
| * | Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-1/+1
| * | V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* | | Fix accidental assignment in assertionSimon Hausmann2017-03-131-2/+2
* | | Don't grow GC memory after an incremental GCLars Knoll2017-03-092-2/+5
* | | Output mark/sweep times in micro secondsLars Knoll2017-03-091-4/+5
* | | Optimize allocObjectWithMemberDataLars Knoll2017-03-091-19/+27
* | | Micro optimizationLars Knoll2017-03-091-1/+1
* | | Optimize Base::mark()Lars Knoll2017-03-092-11/+24
* | | Better MM debuggingLars Knoll2017-03-092-24/+49
* | | Incremental garbage collectionLars Knoll2017-03-0910-35/+192
* | | Implement a real write barrierLars Knoll2017-03-0915-65/+296
* | | Smaller cleanupLars Knoll2017-03-091-2/+2
* | | Mark where we need a write barrier in the JITLars Knoll2017-03-096-152/+208
* | | Add a method to determine whether an ArgLocal requires a write barrierLars Knoll2017-03-091-0/+10
* | | Add missing 64 bit shift operations to the X64 macro assemblerLars Knoll2017-03-092-20/+73
* | | Make the decision about whether to use a Simple callcontext earlierLars Knoll2017-03-094-7/+11
* | | Get rid of QV4::Function::needsActivation()Lars Knoll2017-03-094-62/+44
* | | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-099-73/+168
* | | Make moth write barrier friendlyLars Knoll2017-03-091-17/+20
* | | move locals over to be write barrier safeLars Knoll2017-03-099-35/+14
* | | Make writes to ArrayData write-barrier safeLars Knoll2017-03-097-44/+58
* | | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-0918-134/+166
* | | Get rid of methods returning a pointer to a Property structureLars Knoll2017-03-093-64/+37
* | | Change getValueOrSetter to be write barrier friendlyLars Knoll2017-03-095-52/+100
* | | Add a set() method to HeapValue as wellLars Knoll2017-03-095-10/+13
* | | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-0919-58/+63
* | | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-0910-14/+58
* | | Refactor how we define Heap objectsLars Knoll2017-03-0921-107/+89
* | | Always pass the ExecutionEngine into lookup callsLars Knoll2017-03-096-31/+36
* | | Cleanup Property classLars Knoll2017-03-091-14/+1
* | | Separate SimpleCallData and CallDataLars Knoll2017-03-0911-116/+106
* | | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-0918-149/+149
* | | Avoid one indirection when looking up local variablesLars Knoll2017-03-094-7/+5
* | | Move most of the ExecutionContext's over to the new mark handlingLars Knoll2017-03-093-60/+48
* | | New mark table implementationLars Knoll2017-03-0934-269/+242
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0246-241/+457
|\| |
| * | Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4