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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-76
/
+72
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-2
/
+0
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-50
/
+49
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-20
/
+21
*
Add fast path to VMClassLoader.findLoadedClass
Mathieu Chartier
2014-09-11
1
-0
/
+6
*
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
1
-0
/
+5
*
Merge "Remove reference_static_offsets used for iterating through class stati...
Mingyao Yang
2014-09-10
1
-4
/
+1
|
\
|
*
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
1
-4
/
+1
*
|
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-7
/
+8
|
/
*
Avoid recomputing the dex checksum during class loading
Calin Juravle
2014-09-05
1
-2
/
+11
*
VisitClassesWithoutClassesLock isn't safe if classes move.
Ian Rogers
2014-09-03
1
-27
/
+30
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-0
/
+3
*
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
Ian Rogers
2014-09-02
1
-1
/
+1
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-3
/
+1
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+2
*
Filling hole between subclass and superclass.
Fred Shih
2014-08-28
1
-13
/
+0
*
Remove an intermediate field array in ClassLinker::InitializeClass.
Hiroshi Yamauchi
2014-08-25
1
-5
/
+0
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-0
/
+13
*
Merge "Support running without a boot image."
Brian Carlstrom
2014-08-25
1
-2
/
+2
|
\
|
*
Support running without a boot image.
Alex Light
2014-08-25
1
-2
/
+2
*
|
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-48
/
+50
*
|
Avoid handle-less fields in ClassLinker::InitializeClass()
Hiroshi Yamauchi
2014-08-21
1
-2
/
+2
|
/
*
Make apps able to run with a failing patchoat
Alex Light
2014-08-19
1
-0
/
+5
*
Check that we don't accidentally invoke compiled code when -Xint.
Hiroshi Yamauchi
2014-08-18
1
-0
/
+8
*
Make OatClass and OatMethod immutable once more.
Ian Rogers
2014-08-14
1
-4
/
+4
*
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-3
/
+5
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-5
/
+11
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-12
/
+12
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-12
/
+28
*
Merge "Disable adding main and non moving spaces to immune region in GSS"
Mathieu Chartier
2014-07-16
1
-1
/
+1
|
\
|
*
Disable adding main and non moving spaces to immune region in GSS
Mathieu Chartier
2014-07-16
1
-1
/
+1
*
|
Make ART fail gracefully when it can't update the desired code.
Calin Juravle
2014-07-16
1
-1
/
+2
|
/
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-20
/
+36
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-26
/
+41
*
Add more read barriers to the class linker.
Hiroshi Yamauchi
2014-06-24
1
-9
/
+18
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-1
/
+3
*
Add read barriers for the class and the intern tables.
Hiroshi Yamauchi
2014-06-13
1
-0
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-2
/
+2
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-1
/
+1
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-51
/
+54
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-54
/
+51
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-51
/
+54
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
1
-4
/
+4
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+4
*
|
Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess."
Mathieu Chartier
2014-05-19
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-3
/
+4
*
|
Follow up to "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-1
/
+1
|
/
*
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-0
/
+1
|
\
[next]