index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Better IllegalAccessException message
Andreas Gampe
2014-09-29
1
-0
/
+29
*
Optimize get/set reflection performance
Mathieu Chartier
2014-09-26
1
-4
/
+4
*
ART: Only allow the zygote to create the global boot image
Andreas Gampe
2014-09-18
1
-2
/
+4
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-6
/
+8
*
Reduce and speed-up class def searches.
Ian Rogers
2014-09-02
1
-2
/
+2
*
Merge "Move the glibc unlimited stack hack into GetThreadStack."
Elliott Hughes
2014-08-28
1
-0
/
+25
|
\
|
*
Move the glibc unlimited stack hack into GetThreadStack.
Elliott Hughes
2014-08-28
1
-0
/
+25
*
|
Fix an assert failure in art::DumpNativeStack().
Hiroshi Yamauchi
2014-08-28
1
-5
/
+3
|
/
*
Actually ask the pthread implementation for the stack guard size.
Elliott Hughes
2014-08-28
1
-1
/
+8
*
Kill HAVE_ANDROID_PTHREAD_SETNAME_NP.
Elliott Hughes
2014-08-20
1
-1
/
+1
*
bionic has always had gettid.
Elliott Hughes
2014-08-20
1
-1
/
+2
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-12
/
+2
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-15
/
+27
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-0
/
+5
*
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-08-05
1
-0
/
+25
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-1
/
+1
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-7
/
+52
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+1
*
Break apart header files.
Ian Rogers
2014-07-15
1
-5
/
+0
*
ART: Change sprintf to snprintf
Andreas Gampe
2014-06-26
1
-2
/
+4
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-0
/
+1
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
1
-21
/
+18
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-8
/
+6
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-4
/
+4
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-4
/
+4
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+12
*
|
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-19
/
+0
*
|
Clean up the sampling profiler
Calin Juravle
2014-06-06
1
-0
/
+19
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+3
*
Follow up to "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-3
/
+3
*
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-0
/
+31
|
\
|
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-0
/
+31
*
|
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-5
/
+3
|
/
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Automatically create non-/data dalvik-cache directories
Brian Carlstrom
2014-05-06
1
-2
/
+4
*
Fix errno checking for dalvik-cache creation.
Narayan Kamath
2014-05-01
1
-1
/
+1
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-10
/
+15
*
Modify unwind to comply with stack parser tools.
Christopher Ferris
2014-04-18
1
-27
/
+21
*
Unify 64bit int constant definitions.
Ian Rogers
2014-03-10
1
-7
/
+7
*
Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset
Brian Carlstrom
2014-03-07
1
-3
/
+7
*
backtrace: use Java stack to help decode native
Kenny Root
2014-03-06
1
-2
/
+12
*
backtrace: trim of unneeded slash from solib
Kenny Root
2014-03-05
1
-1
/
+1
*
Avoid tripping up debuggered with the fatal crash abort
Brian Carlstrom
2014-02-27
1
-2
/
+2
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-1
/
+1
*
Move waitpid(2) includes to art::Exec implementation
Brian Carlstrom
2014-02-25
1
-0
/
+2
*
Avoid going through char* for std::string API
Brian Carlstrom
2014-02-25
1
-4
/
+5
*
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-0
/
+53
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-15
/
+15
*
Change to support new BacktraceMap.
Christopher Ferris
2014-01-16
1
-16
/
+16
[next]