Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix valgrind tests | Mathieu Chartier | 2015-04-14 | 1 | -0/+3 |
* | Fix DCHECK failures from Class::VisitFieldRoots | Mathieu Chartier | 2015-04-13 | 1 | -2/+3 |
* | Fix CC root visiting bug | Mathieu Chartier | 2015-04-07 | 1 | -0/+3 |
* | ART: Enable Clang's -Wdeprecated | Andreas Gampe | 2015-04-06 | 1 | -0/+1 |
* | Refactor and improve GC root handling | Mathieu Chartier | 2015-04-06 | 1 | -15/+124 |
* | Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT. | Hiroshi Yamauchi | 2015-02-23 | 1 | -1/+1 |
* | Print more info in MarkSweep::VerifyRoot | Mathieu Chartier | 2015-01-15 | 1 | -3/+56 |
* | Add hash set | Mathieu Chartier | 2014-11-06 | 1 | -3/+3 |
* | Add image strings to intern table | Mathieu Chartier | 2014-11-03 | 1 | -0/+2 |
* | Add missing read barriers to intern table. | Mathieu Chartier | 2014-09-02 | 1 | -1/+0 |
* | Change intern table to unordered set. | Mathieu Chartier | 2014-09-02 | 1 | -0/+1 |
* | Add native memory accounting through custom allocator. | Mathieu Chartier | 2014-08-29 | 1 | -1/+2 |
* | Add GcRoot to clean up and enforce read barriers. | Hiroshi Yamauchi | 2014-07-29 | 1 | -0/+58 |