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
*
Tracking change to make Class.getDeclaredFields/Methods public
Brian Carlstrom
2014-10-16
1
-1
/
+1
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
4
-125
/
+140
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-6
/
+61
*
Fix object header size for baker read barrier.
Ian Rogers
2014-10-09
1
-1
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
5
-22
/
+22
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
5
-48
/
+26
*
Header file clean up.
Ian Rogers
2014-10-08
5
-9
/
+11
*
Revert "Fix OOM throwing if it happens in finalizer reference"
Nicolas Geoffray
2014-10-03
1
-4
/
+0
*
Fix OOM throwing if it happens in finalizer reference
Dmitry Petrochenko
2014-10-02
1
-0
/
+4
*
Enable -Wunreachable-code
Ian Rogers
2014-09-30
1
-2
/
+1
*
Optimize get/set reflection performance
Mathieu Chartier
2014-09-26
3
-10
/
+13
*
Merge "Fix Class::IsInSamePackage to not read beyond the end of a StringPiece."
Ian Rogers
2014-09-25
2
-3
/
+4
|
\
|
*
Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.
Ian Rogers
2014-09-25
2
-3
/
+4
*
|
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
7
-56
/
+106
|
/
*
Implement invoke virtual in optimizing compiler.
Nicolas Geoffray
2014-09-17
2
-3
/
+9
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
5
-10
/
+10
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-0
/
+10
*
Fix cpplint issue.
Brian Carlstrom
2014-09-11
1
-1
/
+1
*
Merge "Add some comments for retired class."
Mingyao Yang
2014-09-11
1
-1
/
+7
|
\
|
*
Add some comments for retired class.
Mingyao Yang
2014-09-10
1
-1
/
+7
*
|
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
2
-4
/
+10
*
|
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
3
-28
/
+4
|
/
*
Add fast path for FindClass using the type dex file.
Mathieu Chartier
2014-09-08
1
-0
/
+3
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
2
-0
/
+24
*
Merge "ART: Fix computation of frame size for direct proxy methods"
Ian Rogers
2014-09-04
1
-1
/
+5
|
\
|
*
ART: Fix computation of frame size for direct proxy methods
Serguei Katkov
2014-09-04
1
-1
/
+5
*
|
Change intern table to unordered set.
Mathieu Chartier
2014-09-02
3
-14
/
+17
|
/
*
Filling hole between subclass and superclass.
Fred Shih
2014-08-28
1
-5
/
+0
*
Merge "ART: Fix IncompatibleClassChange check for ArtMethod"
Andreas Gampe
2014-08-26
1
-1
/
+3
|
\
|
*
ART: Fix IncompatibleClassChange check for ArtMethod
Andreas Gampe
2014-08-26
1
-1
/
+3
*
|
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
11
-67
/
+329
*
|
Clean up Handle usage.
Mathieu Chartier
2014-08-23
2
-2
/
+6
|
/
*
Check that we don't accidentally invoke compiled code when -Xint.
Hiroshi Yamauchi
2014-08-18
2
-0
/
+25
*
Make Monitor::Wait more robust to spurious Inflate failures.
Ian Rogers
2014-08-15
1
-1
/
+2
*
Merge "Reduce stack usage for overflow checks"
Dave Allison
2014-08-12
1
-0
/
+5
|
\
|
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-0
/
+5
*
|
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
7
-32
/
+45
|
/
*
ART: Do not check interface being subclass for member access
Andreas Gampe
2014-08-08
1
-1
/
+1
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
2
-2
/
+13
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
3
-7
/
+78
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-08-06
1
-6
/
+6
*
ART: Fix verifier mishandling erroneous array component types
Andreas Gampe
2014-07-30
2
-5
/
+10
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
18
-102
/
+95
*
Revert "Fix proxy tracing and enable tests that now work with tracing."
Nicolas Geoffray
2014-07-29
1
-6
/
+6
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-07-28
1
-6
/
+6
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
4
-10
/
+73
*
Merge "Fix two read barrier bugs introduced in CL 97882."
Hiroshi Yamauchi
2014-07-17
3
-15
/
+43
|
\
|
*
Fix two read barrier bugs introduced in CL 97882.
Hiroshi Yamauchi
2014-07-17
3
-15
/
+43
*
|
Remove object_utils.h.
Ian Rogers
2014-07-16
8
-13
/
+11
*
|
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
Mathieu Chartier
2014-07-15
7
-4
/
+115
|
\
\
[next]