| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mirror::ArtMethod to native | Mathieu Chartier | 2015-06-02 | 2 | -2/+5 |
* | ART: Clean up arm64 kNumberOfXRegisters usage. | Vladimir Marko | 2015-05-26 | 2 | -0/+3 |
* | Fix for potential moving GC bugs around proxy class. | Hiroshi Yamauchi | 2015-05-22 | 1 | -0/+9 |
* | Print more info on mark sweep invalid ref crash. | Hiroshi Yamauchi | 2015-05-15 | 1 | -6/+39 |
* | Print field info on mark sweep invalid ref crash. | Hiroshi Yamauchi | 2015-05-14 | 2 | -9/+23 |
* | ART: Merge entries with same name and protect in MemMap dump. | Vladimir Marko | 2015-05-08 | 1 | -1/+1 |
* | Add some more DISALLOW_COPY_AND_ASSIGN | Mathieu Chartier | 2015-05-04 | 7 | -6/+9 |
* | Print memory maps on GC crash. | Hiroshi Yamauchi | 2015-05-01 | 1 | -0/+2 |
* | Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) | Mathieu Chartier | 2015-05-01 | 1 | -3/+3 |
* | Use the lock word bits for Baker-style read barrier. | Hiroshi Yamauchi | 2015-04-23 | 2 | -10/+27 |
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 2 | -5/+5 |
* | Merge "Remove transitive dependency on <cutils/atomic.h>." | Yabin Cui | 2015-04-16 | 1 | -1/+2 |
|\ |
|
| * | Remove transitive dependency on <cutils/atomic.h>. | Yabin Cui | 2015-04-16 | 1 | -1/+2 |
* | | Disable parallel GC by default | Mathieu Chartier | 2015-04-15 | 1 | -5/+1 |
|/ |
|
* | Fix valgrind tests | Mathieu Chartier | 2015-04-14 | 2 | -20/+9 |
* | Move ArtField to native | Mathieu Chartier | 2015-04-10 | 4 | -6/+2 |
* | Fix CC root visiting bug | Mathieu Chartier | 2015-04-07 | 1 | -4/+4 |
* | Merge "Add more logging for debugging possible deadlock" | Mathieu Chartier | 2015-04-07 | 1 | -0/+3 |
|\ |
|
| * | Add more logging for debugging possible deadlock | Mathieu Chartier | 2015-04-06 | 1 | -0/+3 |
* | | ART: Enable more Clang warnings | Andreas Gampe | 2015-04-06 | 2 | -1/+4 |
|/ |
|
* | Refactor and improve GC root handling | Mathieu Chartier | 2015-04-06 | 9 | -101/+224 |
* | Add more info to who called SuspendAll | Mathieu Chartier | 2015-03-13 | 1 | -1/+1 |
* | Rosalloc thread local allocation path without a cas. | Hiroshi Yamauchi | 2015-03-11 | 5 | -7/+20 |
* | Fix some incorrect IsCompiler instead of IsAotCompiler | Mathieu Chartier | 2015-03-05 | 1 | -1/+1 |
* | Reserve bits in the lock word for read barriers. | Hiroshi Yamauchi | 2015-03-03 | 3 | -12/+2 |
* | Add support for .bss section in oat files. | Vladimir Marko | 2015-03-02 | 1 | -1/+1 |
* | Merge "ART: checkpoint mechanism optimization" | Hiroshi Yamauchi | 2015-02-03 | 2 | -3/+20 |
|\ |
|
| * | ART: checkpoint mechanism optimization | Lei Li | 2015-02-03 | 2 | -3/+20 |
* | | Clean up enums in RegionSpace. | Hiroshi Yamauchi | 2015-01-30 | 1 | -12/+14 |
|/ |
|
* | Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" | Hiroshi Yamauchi | 2015-01-27 | 3 | -4/+5 |
|\ |
|
| * | ART: clear dirty cards of alloc space for MS/CMS partial and full GCs | Lei Li | 2015-01-26 | 3 | -4/+5 |
* | | Merge "Change AtomicStack to use StackReference" | Mathieu Chartier | 2015-01-26 | 8 | -55/+57 |
|\ \
| |/
|/| |
|
| * | Change AtomicStack to use StackReference | Mathieu Chartier | 2015-01-25 | 8 | -55/+57 |
* | | ART: Fix new[] / delete mismatch | Andreas Gampe | 2015-01-23 | 1 | -1/+1 |
|/ |
|
* | More of the concurrent copying collector. | Hiroshi Yamauchi | 2015-01-23 | 3 | -10/+1868 |
* | ART: clear dirty cards of alloc space in pause phase | Lei Li | 2015-01-22 | 1 | -6/+20 |
* | Print more info in MarkSweep::VerifyRoot | Mathieu Chartier | 2015-01-15 | 6 | -40/+25 |
* | Follow up on CL 122665. | Hiroshi Yamauchi | 2015-01-13 | 1 | -7/+13 |
* | [WIP] Fix a rosalloc verification crash. | Hiroshi Yamauchi | 2015-01-09 | 1 | -3/+10 |
* | Add thread suspend histogram | Mathieu Chartier | 2014-12-17 | 1 | -1/+1 |
* | ART: More warnings | Andreas Gampe | 2014-11-04 | 3 | -18/+18 |
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. | Ian Rogers | 2014-11-03 | 3 | -1/+5 |
* | Tidy logging code not using UNIMPLEMENTED. | Ian Rogers | 2014-10-24 | 1 | -0/+1 |
* | C++11 related clean-up of DISALLOW_.. | Ian Rogers | 2014-10-22 | 2 | -0/+6 |
* | Tidy up logging. | Ian Rogers | 2014-10-22 | 2 | -2/+4 |
* | stdint types all the way! | Ian Rogers | 2014-10-09 | 6 | -17/+17 |
* | Add runtime options for large object space | Mathieu Chartier | 2014-09-16 | 4 | -32/+47 |
* | Check pause histogram sample size. | Mathieu Chartier | 2014-08-08 | 1 | -3/+5 |
* | Guard pause histogram with lock. | Mathieu Chartier | 2014-08-07 | 2 | -18/+43 |
* | Recycle mem-maps for collector transitions. | Mathieu Chartier | 2014-07-22 | 1 | -5/+4 |