index
:
art
replicant-6.0
https://code.fossencdi.org/art.git mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to C++11 style [[noreturn]].
Ian Rogers
2014-10-10
1
-2
/
+1
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-0
/
+1
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-0
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
Add VMRuntime.isBootClassPathOnDisk
Brian Carlstrom
2014-09-30
1
-2
/
+31
*
ART: Better IllegalAccessException message
Andreas Gampe
2014-09-29
1
-5
/
+16
*
Optimize get/set reflection performance
Mathieu Chartier
2014-09-26
1
-52
/
+63
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-2
/
+2
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
2
-7
/
+9
*
Merge "ART: Update for split native bridge initialization"
Andreas Gampe
2014-09-24
1
-2
/
+4
|
\
|
*
ART: Update for split native bridge initialization
jgu21
2014-09-23
1
-2
/
+4
*
|
Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded
Brian Carlstrom
2014-09-24
1
-9
/
+10
*
|
ART: Only allow the zygote to create the global boot image
Andreas Gampe
2014-09-18
1
-1
/
+3
*
|
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-2
/
+2
|
/
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
1
-0
/
+40
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
6
-18
/
+21
*
Add fast path to VMClassLoader.findLoadedClass
Mathieu Chartier
2014-09-11
1
-6
/
+13
*
Change Reference.get() intrinsic to Reference.getReferent().
Mathieu Chartier
2014-09-09
1
-2
/
+2
*
Merge "ART: Change ART for new native bridge sequence"
Andreas Gampe
2014-09-04
1
-3
/
+15
|
\
|
*
ART: Change ART for new native bridge sequence
Andreas Gampe
2014-09-04
1
-3
/
+15
*
|
Fix native allocation watermark clamping.
Mathieu Chartier
2014-09-03
1
-2
/
+2
|
/
*
Fix issue with Thread.setName hanging after Thread.start
Brian Carlstrom
2014-08-28
2
-4
/
+6
*
ART: Relax GetInstructionSetFromString
Andreas Gampe
2014-08-20
1
-0
/
+15
*
ART: Fix another potential N-th visitor issue
Andreas Gampe
2014-08-14
1
-0
/
+4
*
ART: Tolerate shallow call stack in VMStack_getCallingClassLoader
Andreas Gampe
2014-08-13
1
-0
/
+4
*
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-1
/
+3
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-1
/
+2
*
Merge "Wire up check JNI force copy mode."
Ian Rogers
2014-08-08
5
-11
/
+13
|
\
|
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
5
-11
/
+13
*
|
Use the right instruction set for checking dex-cache staleness.
Narayan Kamath
2014-08-08
1
-3
/
+4
|
/
*
Revert "Rename openDexFileNative to openDexFile."
Calin Juravle
2014-08-06
1
-2
/
+2
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-103
/
+175
*
Inform about System.exit() call in logcat
Dmitry Petrochenko
2014-08-04
1
-0
/
+1
*
Rename openDexFileNative to openDexFile.
Calin Juravle
2014-07-25
1
-2
/
+2
*
ART: Account for multidex location strings in VMClassLoader
Andreas Gampe
2014-07-24
1
-7
/
+10
*
Fix erroneous behaviors with OOME present.
Ian Rogers
2014-07-21
1
-1
/
+4
*
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
3
-3
/
+20
*
Remove object_utils.h.
Ian Rogers
2014-07-16
6
-6
/
+1
*
Merge "Call strong CAS from unsafe. Add more CAS versions."
Hans Boehm
2014-07-11
1
-6
/
+6
|
\
|
*
Call strong CAS from unsafe. Add more CAS versions.
Hans Boehm
2014-07-11
1
-6
/
+6
*
|
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
2
-6
/
+2
|
/
*
Make CAS operations in Object use art::Atomic.
Ian Rogers
2014-07-10
1
-3
/
+6
*
Merge "Fix method tracing from command-line"
Ian Rogers
2014-07-09
1
-0
/
+1
|
\
|
*
Fix method tracing from command-line
Sebastien Hertz
2014-07-09
1
-0
/
+1
*
|
Merge "Expanded native code to use arraycopy for specific data types."
Jeff Hao
2014-06-26
1
-9
/
+66
|
\
\
|
|
/
|
/
|
|
*
Expanded native code to use arraycopy for specific data types.
Emma Meersman
2014-06-20
1
-9
/
+66
*
|
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-58
/
+77
|
/
*
consolidate profiles and profile-cache
Nick Kralevich
2014-06-11
1
-10
/
+1
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
2
-0
/
+11
*
Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."
Hans Boehm
2014-06-06
1
-3
/
+3
|
\
[next]