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
/
space
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "Make the support code for read barriers a bit more general."
Hiroshi Yamauchi
2014-04-01
2
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make the support code for read barriers a bit more general.
Hiroshi Yamauchi
2014-03-31
2
-6
/
+4
*
|
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-4
/
+4
|
/
*
Fix a DCHECK failure when causing GC from DDMS.
Hiroshi Yamauchi
2014-03-28
2
-17
/
+41
*
Add valgrind support to large object map space.
Mathieu Chartier
2014-03-26
2
-5
/
+53
*
Revoke rosalloc thread-local buffers at the checkpoint.
Hiroshi Yamauchi
2014-03-21
4
-0
/
+30
*
Add Heap::RunningOnValgrind and call it from the spaces.
Mathieu Chartier
2014-03-20
2
-2
/
+2
*
Make MemMap::MapAnonymous() fail if the requested address is not available.
Hiroshi Yamauchi
2014-03-14
1
-1
/
+1
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-0
/
+31
*
Refactor immune region logic into its own file.
Mathieu Chartier
2014-03-13
1
-0
/
+1
*
Put the post zygote non-moving space next to the malloc space.
Hiroshi Yamauchi
2014-03-11
1
-1
/
+1
*
Fix tests to pass with VerifyObject.
Mathieu Chartier
2014-03-07
1
-45
/
+69
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-0
/
+1
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
2
-4
/
+1
*
Print error message if ImageSpace::Init fails.
Mathieu Chartier
2014-03-05
1
-0
/
+2
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
7
-31
/
+27
*
Support compiler filters for boot classpath
Brian Carlstrom
2014-03-04
1
-1
/
+1
*
Merge "Decrease lock uses in RosAlloc::BulkFree()."
Hiroshi Yamauchi
2014-03-04
5
-9
/
+9
|
\
|
*
Decrease lock uses in RosAlloc::BulkFree().
Hiroshi Yamauchi
2014-03-03
5
-9
/
+9
*
|
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
2
-11
/
+5
|
/
*
Further split of the space tests
Andreas Gampe
2014-03-03
7
-26
/
+182
*
Add custom SIGSEGV handler to help find heap corruption.
Mathieu Chartier
2014-02-28
9
-7
/
+30
*
Ensure usable space data is zeroed in arrays.
Ian Rogers
2014-02-27
1
-5
/
+5
*
Make allocations report usable size.
Ian Rogers
2014-02-26
20
-388
/
+628
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-4
/
+4
*
(Experimental) Add Brooks pointers.
Hiroshi Yamauchi
2014-02-25
2
-0
/
+8
*
Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()"
Hiroshi Yamauchi
2014-02-25
2
-6
/
+6
|
\
|
*
Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()
lzang1
2014-02-25
2
-6
/
+6
*
|
Move waitpid(2) includes to art::Exec implementation
Brian Carlstrom
2014-02-25
1
-3
/
+0
*
|
Merge "Create CompilerOptions"
Brian Carlstrom
2014-02-25
1
-44
/
+6
|
\
\
|
*
|
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-44
/
+6
|
|
/
*
|
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-2
/
+3
|
/
*
Split space_test into separate checks
Andreas Gampe
2014-02-21
4
-130
/
+205
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
3
-123
/
+127
*
Merge "Revert "Revert "Revert "Add a script for running art standalone.""""
Ian Rogers
2014-02-14
1
-2
/
+0
|
\
|
*
Revert "Revert "Revert "Add a script for running art standalone."""
Ian Rogers
2014-02-14
1
-2
/
+0
*
|
Merge "Revert "Revert "Add a script for running art standalone."""
Nicolas Geoffray
2014-02-14
1
-0
/
+2
|
\
\
|
|
/
|
*
Revert "Revert "Add a script for running art standalone.""
Nicolas Geoffray
2014-02-13
1
-0
/
+2
*
|
Fix race condition in BumpPointerSpace::Walk.
Mathieu Chartier
2014-02-12
1
-4
/
+18
|
/
*
Don't hardcode object layout in Unsafe and space_test.
Hiroshi Yamauchi
2014-02-11
1
-9
/
+18
*
Change BumpPointerSpace main block header to not be in space data.
Mathieu Chartier
2014-02-11
2
-13
/
+19
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
2
-3
/
+3
*
RosAlloc verification.
Hiroshi Yamauchi
2014-02-07
1
-0
/
+4
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
15
-71
/
+91
*
Move SwapBitmaps to ContinuousMemMapAllocSpace.
Mathieu Chartier
2014-02-03
5
-16
/
+17
*
Add zygote space as its own space type.
Mathieu Chartier
2014-01-31
13
-164
/
+377
*
64bit friendly GC CAS operations.
Ian Rogers
2014-01-23
1
-4
/
+3
*
Refactor large object sweeping.
Mathieu Chartier
2014-01-10
4
-6
/
+31
*
Bin packing the zygote (best fit).
Mathieu Chartier
2014-01-09
1
-2
/
+2
*
Background compaction support.
Mathieu Chartier
2014-01-08
8
-70
/
+132
[prev]
[next]