index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
accounting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
7
-7
/
+7
*
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-05-02
1
-1
/
+1
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-4
/
+4
*
Enable concurrent sweeping for non-concurrent GC.
Mathieu Chartier
2014-04-29
2
-7
/
+8
*
Improve GSS reference processing.
Hiroshi Yamauchi
2014-04-28
2
-6
/
+21
*
Enable reading page map without lock in RosAlloc::BulkFree
Mathieu Chartier
2014-04-25
2
-6
/
+11
*
Replace ObjectSet with LargeObjectBitmap.
Mathieu Chartier
2014-04-17
6
-157
/
+123
*
Fix clang build.
Mathieu Chartier
2014-04-14
2
-7
/
+6
*
Refactor space bitmap to support different alignments.
Mathieu Chartier
2014-04-14
12
-132
/
+154
*
Fix off-by-1 error in new SpaceBitmap
Andreas Gampe
2014-04-03
3
-2
/
+93
*
Make SpaceBitmap cross-compiling tolerant
Andreas Gampe
2014-04-02
3
-79
/
+85
*
Refactor some GC code.
Mathieu Chartier
2014-03-28
5
-90
/
+66
*
Add missing debugger root visiting.
Mathieu Chartier
2014-03-25
1
-0
/
+1
*
Refactor object reference visiting logic.
Mathieu Chartier
2014-03-24
4
-68
/
+52
*
Refactor and optimize GC code.
Mathieu Chartier
2014-03-24
4
-17
/
+12
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
1
-1
/
+2
*
Fix a libartd.so boot DCHECK failure with the GSS collector.
Hiroshi Yamauchi
2014-03-20
1
-1
/
+1
*
Use the card table to speed up the GSS collector.
Hiroshi Yamauchi
2014-03-14
2
-0
/
+249
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
4
-6
/
+3
*
Fix SafePrettyTypeOf to never call VerifyObject.
Mathieu Chartier
2014-03-03
1
-0
/
+1
*
Make ModifyCardsAtomic 64 bit safe.
Mathieu Chartier
2014-03-03
1
-12
/
+16
*
Remove some stray stringpiece.h includes
Brian Carlstrom
2014-02-27
1
-1
/
+3
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-6
/
+4
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
2
-11
/
+12
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-1
/
+5
*
Thread-local allocation stack.
Hiroshi Yamauchi
2014-02-13
1
-0
/
+35
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
6
-34
/
+32
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
7
-33
/
+48
*
Add zygote space as its own space type.
Mathieu Chartier
2014-01-31
1
-3
/
+3
*
64bit friendly GC CAS operations.
Ian Rogers
2014-01-23
1
-2
/
+1
*
Fix bug in CardTable::ModifyCardsAtomic.
Mathieu Chartier
2014-01-17
1
-2
/
+2
*
Refactor large object sweeping.
Mathieu Chartier
2014-01-10
4
-31
/
+26
*
Background compaction support.
Mathieu Chartier
2014-01-08
3
-0
/
+16
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-7
/
+7
*
Fix byte_cas to work on non-word aligned addresses
Brian Carlstrom
2013-12-18
1
-5
/
+6
*
Enable moving classes.
Mathieu Chartier
2013-12-10
2
-3
/
+3
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-1
/
+1
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-4
/
+4
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
8
-61
/
+70
*
Refactor and improve mod-union tables.
Mathieu Chartier
2013-09-25
4
-94
/
+125
*
Improve heap verification.
Mathieu Chartier
2013-09-19
2
-9
/
+13
*
Fix race in root marking.
Mathieu Chartier
2013-09-17
1
-4
/
+4
*
Write out image bitmap inside of image file.
Mathieu Chartier
2013-08-29
2
-9
/
+19
*
Fix non concurrent GC ergonomics.
Mathieu Chartier
2013-08-19
1
-2
/
+2
*
More parallel GC, rewritten parallel mark stack processing.
Mathieu Chartier
2013-08-16
3
-23
/
+28
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
6
-172
/
+67
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
2
-6
/
+6
*
C++11 support for ART.
Mathieu Chartier
2013-08-13
1
-1
/
+1
*
Disable and remove finger.
Mathieu Chartier
2013-08-03
6
-32
/
+21
*
Remove sorted variable in allocation stacks.
Mathieu Chartier
2013-07-30
1
-17
/
+24
[next]