index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
runtime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Profile: made startImmediately settable
Calin Juravle
2014-04-07
1
-1
/
+3
*
|
Merge "Runtime::PreZygoteFork returns void, not boolean."
Narayan Kamath
2014-04-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Runtime::PreZygoteFork returns void, not boolean.
Narayan Kamath
2014-04-02
1
-1
/
+1
*
|
Add support for -Xverify:none mode.
Jeff Hao
2014-04-02
1
-0
/
+7
*
|
Pass instruction-set from runtime through to spawned dex2oat.
Ian Rogers
2014-04-02
1
-6
/
+12
|
/
*
Merge "Cleanup transaction support"
Sebastien Hertz
2014-04-02
1
-2
/
+4
|
\
|
*
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-2
/
+4
*
|
Fix running with DlMalloc instead of RosAlloc.
Mathieu Chartier
2014-04-01
1
-0
/
+6
|
/
*
64bit: make runtime offsets more deterministic.
Ian Rogers
2014-03-20
1
-10
/
+6
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-0
/
+16
*
Make use of profiling information for dex2oat
Dave Allison
2014-03-07
1
-1
/
+8
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-2
/
+1
*
Fix valgrind gtests and memory leaks.
Mathieu Chartier
2014-03-05
1
-0
/
+3
*
Avoid marking old class linker and intern table roots during pause.
Mathieu Chartier
2014-03-04
1
-2
/
+16
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
1
-17
/
+0
*
Add ART -help and -showversion
Brian Carlstrom
2014-03-03
1
-65
/
+4
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-1
/
+1
*
Add custom SIGSEGV handler to help find heap corruption.
Mathieu Chartier
2014-02-28
1
-0
/
+11
*
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-69
/
+8
*
Upcall support for x86-64.
Ian Rogers
2014-02-20
1
-0
/
+4
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-0
/
+26
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-6
/
+6
*
RosAlloc verification.
Hiroshi Yamauchi
2014-02-07
1
-0
/
+2
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-0
/
+6
*
Fix heap verification and add runtime options.
Mathieu Chartier
2014-01-17
1
-0
/
+2
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-3
/
+5
*
Add sampling profiler
Dave Allison
2014-01-07
1
-0
/
+16
*
Move compiler code out of method verifier.
Vladimir Marko
2013-12-17
1
-3
/
+8
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-0
/
+1
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-3
/
+15
*
Add -xGc: MS, CMS, SS options to specify which GC to use.
Mathieu Chartier
2013-11-22
1
-1
/
+2
*
Fix a crash with -XX:DumpGCPerformanceOnShutdown.
Hiroshi Yamauchi
2013-11-22
1
-0
/
+3
*
Add developer option for dumping GC cumulative timings on shutdown.
Mathieu Chartier
2013-11-22
1
-0
/
+1
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-5
/
+2
*
Fix oatdump and valgrind.
Ian Rogers
2013-11-06
1
-5
/
+0
*
Merge "Implement Interface Method Tables (IMT)." into dalvik-dev
Jeff Hao
2013-10-29
1
-0
/
+38
|
\
|
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+38
*
|
Fix object identity hash.
Mathieu Chartier
2013-10-29
1
-1
/
+2
|
/
*
resolved conflicts for merge of 5d79c5de to dalvik-dev
Brian Carlstrom
2013-10-20
1
-0
/
+1
|
\
|
*
Preload DexCaches
Brian Carlstrom
2013-10-20
1
-0
/
+1
[next]