summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-022-2/+5
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-0/+3
* Fix for potential moving GC bugs around proxy class.Hiroshi Yamauchi2015-05-221-0/+9
* Print more info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-151-6/+39
* Print field info on mark sweep invalid ref crash.Hiroshi Yamauchi2015-05-142-9/+23
* ART: Merge entries with same name and protect in MemMap dump.Vladimir Marko2015-05-081-1/+1
* Add some more DISALLOW_COPY_AND_ASSIGNMathieu Chartier2015-05-047-6/+9
* Print memory maps on GC crash.Hiroshi Yamauchi2015-05-011-0/+2
* Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)Mathieu Chartier2015-05-011-3/+3
* Use the lock word bits for Baker-style read barrier.Hiroshi Yamauchi2015-04-232-10/+27
* Replace NULL with nullptrMathieu Chartier2015-04-222-5/+5
* Merge "Remove transitive dependency on <cutils/atomic.h>."Yabin Cui2015-04-161-1/+2
|\
| * Remove transitive dependency on <cutils/atomic.h>.Yabin Cui2015-04-161-1/+2
* | Disable parallel GC by defaultMathieu Chartier2015-04-151-5/+1
|/
* Fix valgrind testsMathieu Chartier2015-04-142-20/+9
* Move ArtField to nativeMathieu Chartier2015-04-104-6/+2
* Fix CC root visiting bugMathieu Chartier2015-04-071-4/+4
* Merge "Add more logging for debugging possible deadlock"Mathieu Chartier2015-04-071-0/+3
|\
| * Add more logging for debugging possible deadlockMathieu Chartier2015-04-061-0/+3
* | ART: Enable more Clang warningsAndreas Gampe2015-04-062-1/+4
|/
* Refactor and improve GC root handlingMathieu Chartier2015-04-069-101/+224
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-115-7/+20
* Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-051-1/+1
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-033-12/+2
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+1
* Merge "ART: checkpoint mechanism optimization"Hiroshi Yamauchi2015-02-032-3/+20
|\
| * ART: checkpoint mechanism optimizationLei Li2015-02-032-3/+20
* | Clean up enums in RegionSpace.Hiroshi Yamauchi2015-01-301-12/+14
|/
* Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"Hiroshi Yamauchi2015-01-273-4/+5
|\
| * ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-263-4/+5
* | Merge "Change AtomicStack to use StackReference"Mathieu Chartier2015-01-268-55/+57
|\ \ | |/ |/|
| * Change AtomicStack to use StackReferenceMathieu Chartier2015-01-258-55/+57
* | ART: Fix new[] / delete mismatchAndreas Gampe2015-01-231-1/+1
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-233-10/+1868
* ART: clear dirty cards of alloc space in pause phaseLei Li2015-01-221-6/+20
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-156-40/+25
* Follow up on CL 122665.Hiroshi Yamauchi2015-01-131-7/+13
* [WIP] Fix a rosalloc verification crash.Hiroshi Yamauchi2015-01-091-3/+10
* Add thread suspend histogramMathieu Chartier2014-12-171-1/+1
* ART: More warningsAndreas Gampe2014-11-043-18/+18
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-033-1/+5
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-0/+1
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-222-0/+6
* Tidy up logging.Ian Rogers2014-10-222-2/+4
* stdint types all the way!Ian Rogers2014-10-096-17/+17
* Add runtime options for large object spaceMathieu Chartier2014-09-164-32/+47
* Check pause histogram sample size.Mathieu Chartier2014-08-081-3/+5
* Guard pause histogram with lock.Mathieu Chartier2014-08-072-18/+43
* Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-221-5/+4