index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added workaround passing empty arg array for proxy invocation.
Jeff Hao
2014-06-02
1
-3
/
+2
*
Merge "Compaction cleanup for FindArrayClass."
Mathieu Chartier
2014-05-30
2
-4
/
+5
|
\
|
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
2
-4
/
+5
*
|
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-1
/
+1
*
|
Fix DexFile.entries to return class names, not class descriptors
Brian Carlstrom
2014-05-28
1
-2
/
+2
|
/
*
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
Mathieu Chartier
2014-05-23
1
-5
/
+3
|
\
|
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-5
/
+3
*
|
Merge "Add a check for null thread before trying to suspend"
Sebastien Hertz
2014-05-23
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add a check for null thread before trying to suspend
Johnnie Birch
2014-05-22
1
-1
/
+7
*
|
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-3
/
+5
*
|
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-5
/
+3
*
|
Merge "Support new VMRuntime native methods"
Sebastien Hertz
2014-05-22
1
-0
/
+18
|
\
\
|
*
|
Support new VMRuntime native methods
Sebastien Hertz
2014-05-22
1
-0
/
+18
*
|
|
Up-to-date odex files should take precedence over profile checks
Brian Carlstrom
2014-05-19
1
-46
/
+46
*
|
|
Fix DexFile.getClassNameList.
Ian Rogers
2014-05-19
1
-1
/
+1
*
|
|
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
2
-3
/
+3
|
\
\
\
|
*
|
|
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
2
-3
/
+3
*
|
|
|
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-2
/
+2
|
/
/
/
*
|
|
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-2
/
+4
*
|
|
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
3
-6
/
+9
|
/
/
*
|
Avoid some unnecessary use of stl types.
Ian Rogers
2014-05-15
2
-21
/
+40
|
/
*
Merge "Ensure JNI primitive array type is appropriate."
Ian Rogers
2014-05-14
1
-8
/
+0
|
\
|
*
Ensure JNI primitive array type is appropriate.
Ian Rogers
2014-05-14
1
-8
/
+0
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
7
-30
/
+39
|
/
*
Restore "Late-enable" logging
Brian Carlstrom
2014-05-12
1
-2
/
+2
*
Remove all LOG(DEBUG) which is not intended to be checked in
Brian Carlstrom
2014-05-09
1
-2
/
+2
*
Add concurrent reference processing.
Mathieu Chartier
2014-05-07
1
-0
/
+42
*
Prevent spurious dexopts in 32-64 builds.
Narayan Kamath
2014-05-02
1
-28
/
+4
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-34
/
+50
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
3
-16
/
+17
*
Do not require dexopt when previous profile does not exist
Brian Carlstrom
2014-04-25
1
-14
/
+13
*
Merge "Remove support for app JNI workarounds."
Ian Rogers
2014-04-22
1
-15
/
+4
|
\
|
*
Remove support for app JNI workarounds.
Ian Rogers
2014-04-22
1
-15
/
+4
*
|
Warn when thread state lookup fails.
Ian Rogers
2014-04-22
1
-0
/
+1
|
/
*
Better error reporting when loading dex files
Andreas Gampe
2014-04-08
1
-5
/
+12
*
Merge "Tweaked profile significant_difference."
Calin Juravle
2014-04-08
1
-39
/
+58
|
\
|
*
Tweaked profile significant_difference.
Calin Juravle
2014-04-07
1
-39
/
+58
*
|
Runtime::PreZygoteFork returns void, not boolean.
Narayan Kamath
2014-04-02
1
-3
/
+2
|
/
*
Include <sys/resource.h> for rlimit.
Narayan Kamath
2014-04-02
1
-0
/
+2
*
Merge "Move most zygote related code to frameworks/base."
Narayan Kamath
2014-04-02
2
-606
/
+118
|
\
|
*
Move most zygote related code to frameworks/base.
Narayan Kamath
2014-04-01
2
-606
/
+118
*
|
Merge "Cleanup transaction support"
Sebastien Hertz
2014-04-02
3
-5
/
+5
|
\
\
|
*
|
Cleanup transaction support
Sebastien Hertz
2014-04-02
3
-5
/
+5
*
|
|
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-3
/
+3
|
|
/
|
/
|
*
|
Some fixes for comments and implied conversions.
Jeff Hao
2014-03-28
3
-12
/
+12
*
|
Add access checks to Method and Field reflection.
Jeff Hao
2014-03-28
3
-61
/
+112
*
|
Remove bogus DCHECK.
Ian Rogers
2014-03-27
1
-1
/
+0
*
|
Merge "Reflection tidying."
Ian Rogers
2014-03-27
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Reflection tidying.
Ian Rogers
2014-03-26
1
-3
/
+3
[next]