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
/
Android.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered
Serban Constantinescu
2014-06-30
1
-0
/
+1
*
Fix the x86 textrel and remove -Wl,--no-fatal-warnings.
Elliott Hughes
2014-06-28
1
-2
/
+2
*
Multilib ART host.
Ian Rogers
2014-06-24
1
-43
/
+66
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-0
/
+1
*
Merge "Remove deprecated WITH_HOST_DALVIK."
Ian Rogers
2014-06-10
1
-8
/
+12
|
\
|
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-8
/
+12
*
|
ART: Fix MIPS build
Andreas Gampe
2014-06-10
1
-1
/
+1
*
|
ART: Move __memcmp16 from Bionic to ART
Andreas Gampe
2014-06-10
1
-0
/
+3
|
/
*
Add locking around boot image generation.
Narayan Kamath
2014-06-10
1
-0
/
+1
*
ART: Make LOCAL_CLANG architecture dependent for the target
Andreas Gampe
2014-06-04
1
-27
/
+21
*
Don't report down-calls as unhandled exceptions.
Ian Rogers
2014-05-30
1
-2
/
+0
*
Make use of sigchainlib for signal chaining for implicit checks
Dave Allison
2014-05-29
1
-1
/
+4
*
Add support for jemalloc instead of dlmalloc.
Christopher Ferris
2014-05-22
1
-0
/
+6
*
Move art host to libc++
Dan Albert
2014-05-21
1
-6
/
+2
*
Improve heap verification for invalid roots.
Mathieu Chartier
2014-05-20
1
-0
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+1
*
Switch ART to libc++.
Ian Rogers
2014-05-19
1
-1
/
+5
*
64-bit host multilib build.
Ying Wang
2014-05-16
1
-26
/
+13
*
ART: Fix MonitorExit code on ARM
Andreas Gampe
2014-05-15
1
-5
/
+5
*
Add concurrent reference processing.
Mathieu Chartier
2014-05-07
1
-0
/
+2
*
Refactor exception handling for deoptimization
Sebastien Hertz
2014-04-25
1
-1
/
+2
*
Preparation for transition to libc++.
Ian Rogers
2014-04-16
1
-3
/
+2
*
Restore the args in the invoke trampoline slow paths.
Mathieu Chartier
2014-04-03
1
-1
/
+0
*
Merge "Keep the symbol table in the shared libraries."
Christopher Ferris
2014-04-02
1
-0
/
+5
|
\
|
*
Keep the symbol table in the shared libraries.
Christopher Ferris
2014-04-01
1
-0
/
+5
*
|
Pass instruction-set from runtime through to spawned dex2oat.
Ian Rogers
2014-04-02
1
-0
/
+1
*
|
Merge "Move most zygote related code to frameworks/base."
Narayan Kamath
2014-04-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Move most zygote related code to frameworks/base.
Narayan Kamath
2014-04-01
1
-1
/
+1
*
|
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-0
/
+1
|
/
*
An empty collector skeleton for a read barrier-based collector.
Hiroshi Yamauchi
2014-03-27
1
-0
/
+1
*
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-19
1
-4
/
+10
*
Use the card table to speed up the GSS collector.
Hiroshi Yamauchi
2014-03-14
1
-0
/
+1
*
Fix path for arch/mips/fault_handler_mips.cc
Brian Carlstrom
2014-03-13
1
-1
/
+1
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-4
/
+11
*
Merge "Refactor immune region logic into its own file."
Mathieu Chartier
2014-03-13
1
-0
/
+1
|
\
|
*
Refactor immune region logic into its own file.
Mathieu Chartier
2014-03-13
1
-0
/
+1
*
|
Move inline method detection to runtime.
Vladimir Marko
2014-03-12
1
-0
/
+2
|
/
*
Support WITHOUT_CLANG builds
Brian Carlstrom
2014-03-09
1
-1
/
+1
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-10
/
+9
*
AArch64: Add ARM64 Assembler
Serban Constantinescu
2014-03-05
1
-0
/
+1
*
Guard entrypoint changing by runtime shutdown lock.
Mathieu Chartier
2014-03-03
1
-1
/
+0
*
Add ART -help and -showversion
Brian Carlstrom
2014-03-03
1
-0
/
+1
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-10
/
+28
*
art: Fix build errors for x86_64 target
Dmitry Petrochenko
2014-02-27
1
-2
/
+2
*
Merge "art: convert makefiles to support multilib build"
Colin Cross
2014-02-19
1
-22
/
+25
|
\
|
*
art: convert makefiles to support multilib build
Colin Cross
2014-02-18
1
-22
/
+25
*
|
Remove blacklist
Sebastien Hertz
2014-02-17
1
-0
/
+1
|
/
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-6
/
+18
*
[MIPS64] Temporary placeholder build, to allow other projects to build
Duane Sand
2014-02-05
1
-0
/
+4
*
Merge "Add zygote space as its own space type."
Mathieu Chartier
2014-01-31
1
-0
/
+1
|
\
[next]