index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
class_linker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-13
/
+12
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-08-06
1
-6
/
+11
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-25
/
+54
*
Use canonical paths when searching for dex files
Calin Juravle
2014-08-04
1
-9
/
+1
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-55
/
+46
*
Revert "Fix proxy tracing and enable tests that now work with tracing."
Nicolas Geoffray
2014-07-29
1
-11
/
+6
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-07-28
1
-6
/
+11
*
ART: Allow arrays with erroneous component type
Andreas Gampe
2014-07-25
1
-1
/
+8
*
Fix build, missing spaces around =/<.
Mingyao Yang
2014-07-22
1
-1
/
+1
*
Merge "Set vtable in class object to null after linking."
Mingyao Yang
2014-07-22
1
-15
/
+25
|
\
|
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-15
/
+25
*
|
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-63
/
+310
*
|
Avoid marking erroneous classes as erroneous twice.
Ian Rogers
2014-07-22
1
-3
/
+9
|
/
*
Fix erroneous behaviors with OOME present.
Ian Rogers
2014-07-21
1
-8
/
+9
*
Merge "Fix bad comment in class_linker"
Calin Juravle
2014-07-17
1
-2
/
+0
|
\
|
*
Fix bad comment in class_linker
Calin Juravle
2014-07-17
1
-2
/
+0
*
|
Merge "Fix two read barrier bugs introduced in CL 97882."
Hiroshi Yamauchi
2014-07-17
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix two read barrier bugs introduced in CL 97882.
Hiroshi Yamauchi
2014-07-17
1
-2
/
+3
*
|
Merge "Remove object_utils.h."
Ian Rogers
2014-07-15
1
-1
/
+2
|
\
\
|
*
|
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+2
*
|
|
Merge "Make ART fail gracefully when it can't update the desired code."
Calin Juravle
2014-07-16
1
-3
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make ART fail gracefully when it can't update the desired code.
Calin Juravle
2014-07-16
1
-3
/
+25
|
|
/
*
|
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-2
/
+19
|
/
*
Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
Andreas Gampe
2014-07-11
1
-1
/
+3
|
\
|
*
Revert "Revert "ART: Key-Value Store in Oat header""
Andreas Gampe
2014-07-11
1
-1
/
+3
*
|
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-134
/
+286
|
/
*
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
1
-22
/
+2
*
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
1
-2
/
+22
*
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
1
-22
/
+2
*
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
1
-2
/
+22
*
Merge "Revert "ART: Key-Value Store in Oat header""
Nicolas Geoffray
2014-07-02
1
-3
/
+1
|
\
|
*
Revert "ART: Key-Value Store in Oat header"
Nicolas Geoffray
2014-07-09
1
-3
/
+1
*
|
Merge "Make dex2oat heap size product configurable [art]"
Brian Carlstrom
2014-07-08
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Make dex2oat heap size product configurable [art]
Brian Carlstrom
2014-07-08
1
-4
/
+0
*
|
ART: Key-Value Store in Oat header
Andreas Gampe
2014-07-08
1
-1
/
+3
|
/
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-94
/
+270
*
Add more read barriers to the class linker.
Hiroshi Yamauchi
2014-06-24
1
-18
/
+32
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-36
/
+38
*
Add read barriers for the class and the intern tables.
Hiroshi Yamauchi
2014-06-13
1
-8
/
+16
*
Merge "Change MethodHelper to use a Handle."
Mathieu Chartier
2014-06-10
1
-41
/
+48
|
\
|
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-41
/
+48
*
|
Add locking around boot image generation.
Narayan Kamath
2014-06-10
1
-55
/
+2
|
/
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-33
/
+19
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-2
/
+1
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-82
/
+69
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-69
/
+82
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-82
/
+69
*
Add context to LinkFields asserts since the previous_size check failed
Brian Carlstrom
2014-05-20
1
-63
/
+97
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
1
-22
/
+21
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-22
/
+21
[next]