index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
runtime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-09
1
-8
/
+3
*
Tidy gAborting.
Ian Rogers
2014-12-04
1
-3
/
+8
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-4
/
+4
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-0
/
+7
*
[native bridge] Make sure we always unload the native bridge
Calin Juravle
2014-10-23
1
-4
/
+6
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-6
/
+0
*
Switch to C++11 style [[noreturn]].
Ian Rogers
2014-10-10
1
-4
/
+1
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-1
/
+1
*
Add VMRuntime.isBootClassPathOnDisk
Brian Carlstrom
2014-09-30
1
-0
/
+5
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-1
/
+2
*
Merge "ART: Update for split native bridge initialization"
Andreas Gampe
2014-09-24
1
-13
/
+1
|
\
|
*
ART: Update for split native bridge initialization
jgu21
2014-09-23
1
-13
/
+1
*
|
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-1
/
+1
|
/
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-2
/
+1
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-12
/
+1
*
Merge "ART: Change ART for new native bridge sequence"
Andreas Gampe
2014-09-04
1
-1
/
+5
|
\
|
*
ART: Change ART for new native bridge sequence
Andreas Gampe
2014-09-04
1
-1
/
+5
*
|
Merge "Remove abuse of mirror::Object* to reference special values."
Ian Rogers
2014-09-04
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-0
/
+10
*
|
Merge "Change intern table to unordered set."
Mathieu Chartier
2014-09-02
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Change intern table to unordered set.
Mathieu Chartier
2014-09-02
1
-4
/
+4
*
|
Pre-allocate the NoClassDefFoundError to be thrown for boot classes.
Ian Rogers
2014-09-02
1
-0
/
+4
|
/
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+4
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-0
/
+8
*
Merge "Support running without a boot image."
Brian Carlstrom
2014-08-25
1
-1
/
+6
|
\
|
*
Support running without a boot image.
Alex Light
2014-08-25
1
-1
/
+6
*
|
Always setup the native bridge library
Calin Juravle
2014-08-22
1
-3
/
+4
|
/
*
Merge "[ART] Move to system/core native bridge library"
Calin Juravle
2014-08-15
1
-0
/
+20
|
\
|
*
[ART] Move to system/core native bridge library
Calin Juravle
2014-08-15
1
-0
/
+20
*
|
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-0
/
+5
|
/
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-12
/
+13
*
Recycle mem-maps for collector transitions.
Mathieu Chartier
2014-07-22
1
-1
/
+1
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-1
/
+16
*
Add read barriers for the GC roots in Instrumentation.
Hiroshi Yamauchi
2014-07-21
1
-0
/
+1
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-0
/
+5
*
Break apart header files.
Ian Rogers
2014-07-15
1
-31
/
+13
*
Add read barriers for the roots in Runtime.
Hiroshi Yamauchi
2014-07-14
1
-11
/
+22
*
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
Nicolas Geoffray
2014-07-11
1
-5
/
+0
*
Revert "Revert "Add implicit null and stack checks for x86""
Dave Allison
2014-07-10
1
-0
/
+5
*
ART: Bump runtime version to 2.1.0
Andreas Gampe
2014-06-27
1
-1
/
+1
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-8
/
+6
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-9
/
+8
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-9
/
+8
*
|
Added workaround passing empty arg array for proxy invocation.
Jeff Hao
2014-06-02
1
-0
/
+11
|
/
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-0
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-7
/
+16
*
Interpreter-only mode should cause dex-to-dex compilation.
Ian Rogers
2014-04-17
1
-0
/
+4
*
Merge "Profile: made startImmediately settable"
Calin Juravle
2014-04-08
1
-1
/
+3
|
\
[next]