index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compacting collector.
Mathieu Chartier
2013-11-11
14
-129
/
+149
*
Improve object clone performance and make compaction proof.
Mathieu Chartier
2013-11-06
1
-23
/
+14
*
Lazily compute object identity hash codes.
Mathieu Chartier
2013-10-31
2
-5
/
+5
*
Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev
Ian Rogers
2013-10-30
1
-9
/
+9
|
\
|
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-9
/
+9
*
|
Merge "Implement Interface Method Tables (IMT)." into dalvik-dev
Jeff Hao
2013-10-29
6
-1
/
+32
|
\
\
|
*
|
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
6
-1
/
+32
|
|
/
*
|
Fix object identity hash.
Mathieu Chartier
2013-10-29
3
-10
/
+56
|
/
*
Merge "Inline field and method resolution." into dalvik-dev
Sebastien Hertz
2013-10-29
1
-2
/
+2
|
\
|
*
Inline field and method resolution.
Sebastien Hertz
2013-10-28
1
-2
/
+2
*
|
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-0
/
+1
*
|
Fix incorrect initial dex cache size.
Mathieu Chartier
2013-10-23
2
-3
/
+2
|
/
*
Fast JNI support.
Ian Rogers
2013-10-20
3
-5
/
+15
*
Clinits may not have the kAccConstructor flag.
Ian Rogers
2013-10-10
2
-1
/
+2
*
Improve quick codegen for aput-object.
Ian Rogers
2013-10-08
2
-8
/
+20
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
3
-11
/
+31
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
2
-13
/
+86
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
4
-11
/
+72
*
Merge "Refactor and improve mod-union tables." into dalvik-dev
Mathieu Chartier
2013-09-25
1
-0
/
+5
|
\
|
*
Refactor and improve mod-union tables.
Mathieu Chartier
2013-09-25
1
-0
/
+5
*
|
StringPiece clean up.
Ian Rogers
2013-09-24
1
-7
/
+7
*
|
Fix handling of unresolved references in verifier.
Jeff Hao
2013-09-24
2
-0
/
+11
|
/
*
Move hot utf routines into -inl.h.
Ian Rogers
2013-09-23
1
-1
/
+1
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
6
-29
/
+33
*
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-09-13
2
-0
/
+5
*
More allocation code optimizations.
Hiroshi Yamauchi
2013-09-11
6
-43
/
+46
*
Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)""
Brian Carlstrom
2013-09-06
2
-11
/
+9
*
Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"
Brian Carlstrom
2013-09-06
2
-9
/
+11
*
Remove bogus fastpath from String::Equals(const StringPiece&)
Brian Carlstrom
2013-09-06
2
-11
/
+9
*
Handle OOMEs in class linker with grace.
Ian Rogers
2013-08-27
4
-13
/
+17
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
2
-13
/
+21
*
Don't allow class status to go backward except for error.
Ian Rogers
2013-08-21
1
-5
/
+12
*
Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev
Ian Rogers
2013-08-16
1
-0
/
+5
|
\
|
*
Get SEA fibonacci running in interpreter mode.
Dragos Sbirlea
2013-08-16
1
-0
/
+5
*
|
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-0
/
+1
|
/
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
19
-452
/
+425
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
3
-98
/
+45
*
Entry point clean up.
Ian Rogers
2013-08-07
2
-5
/
+6
*
Use unsigned comparison in String::CharAt.
Sebastien Hertz
2013-08-02
1
-1
/
+2
*
Merge "Ensure has_no_move_exception is initialized on all return paths." into...
Ian Rogers
2013-07-31
1
-10
/
+14
|
\
|
*
Ensure has_no_move_exception is initialized on all return paths.
Ian Rogers
2013-07-31
1
-10
/
+14
*
|
Merge "Unsigned comparison for array bounds check." into dalvik-dev
Ian Rogers
2013-07-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Unsigned comparison for array bounds check.
Sebastien Hertz
2013-07-23
1
-1
/
+1
*
|
Portable refactorings.
Ian Rogers
2013-07-30
2
-2
/
+2
*
|
Clear exception if catch block doesn't have move-exception.
Ian Rogers
2013-07-29
2
-4
/
+12
*
|
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
3
-3
/
+3
*
|
am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues
Brian Carlstrom
2013-07-19
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues
Brian Carlstrom
2013-07-18
1
-3
/
+3
*
|
am 0cd7ec2d: Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
2
-9
/
+3
|
\
\
|
|
/
|
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
2
-9
/
+3
[next]