index
:
android_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
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
/
dex2oat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-13
/
+23
*
Relax limits for profiler based compilation options.
Calin Juravle
2014-07-02
1
-1
/
+1
*
ART: Fix size error reported by ARM64 backend
Andreas Gampe
2014-07-01
1
-1
/
+0
*
Fixed gdb support and added some ElfFile functions
Alex Light
2014-06-27
1
-0
/
+2
*
Fix quick mode bugs for Mips.
Douglas Leung
2014-06-27
1
-2
/
+2
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-11
/
+3
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
1
-10
/
+9
*
Fixed ImageWriter timings not being written out.
Alex Light
2014-06-24
1
-0
/
+1
*
Fix implicit check option handling for non-cross-compiles
Dave Allison
2014-06-23
1
-2
/
+14
*
Merge "Use command line android root in dex2oat to find image."
Ian Rogers
2014-06-21
1
-1
/
+1
|
\
|
*
Use command line android root in dex2oat to find image.
Ian Rogers
2014-06-13
1
-1
/
+1
*
|
Quick compiler: enable Arm64 compilation
buzbee
2014-06-20
1
-3
/
+2
*
|
Merge "x86_64: Enable core.oat/boot.oat compilation"
Bill Buzbee
2014-06-19
1
-2
/
+1
|
\
\
|
*
|
x86_64: Enable core.oat/boot.oat compilation
Dmitry Petrochenko
2014-06-18
1
-2
/
+1
*
|
|
ART: Implicit checks in the compiler are independent from Runtime
Andreas Gampe
2014-06-18
1
-1
/
+62
|
/
/
*
|
Arm64 hard-float
buzbee
2014-06-16
1
-1
/
+3
*
|
Merge "x86_64: Enable compilation"
Ian Rogers
2014-06-12
1
-1
/
+1
|
\
\
|
*
|
x86_64: Enable compilation
Dmitry Petrochenko
2014-06-13
1
-1
/
+1
|
|
/
*
/
Optionally add debug symbols to ELF files made by quick compiler.
Alex Light
2014-06-12
1
-9
/
+23
|
/
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-8
/
+6
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-1
/
+37
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-1
/
+37
*
|
Workaround for running out of address space on N7v1.
Vladimir Marko
2014-06-05
1
-0
/
+23
|
/
*
ART: Setting up cleanup
Jean Christophe Beyler
2014-05-30
1
-6
/
+6
*
Fix pass driver's dump_pass_list_ and print_pass_list_.
Vladimir Marko
2014-05-29
1
-8
/
+2
*
Merge "ART: Print and dump functionalities per pass"
Ian Rogers
2014-05-28
1
-0
/
+14
|
\
|
*
ART: Print and dump functionalities per pass
Jean Christophe Beyler
2014-05-27
1
-0
/
+14
*
|
Fix ExtractToMemMap to show original zip file name in ashmem
Brian Carlstrom
2014-05-23
1
-2
/
+3
|
/
*
ART: Pass driver generalization
James C Scott
2014-05-22
1
-3
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-19
/
+19
*
ART: Turn off ARM64 compilation for now
Andreas Gampe
2014-05-16
1
-1
/
+1
*
Remove ISA from boot image name.
Brian Carlstrom
2014-05-14
1
-3
/
+1
*
dex2oat: convert NULL to nullptr
Kenny Root
2014-05-13
1
-34
/
+33
*
Merge "Changes for vogar compatibility"
Kenny Root
2014-05-13
1
-4
/
+6
|
\
|
*
Changes for vogar compatibility
Kenny Root
2014-05-13
1
-4
/
+6
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-1
/
+1
|
/
*
Merge "Move quick frame info to OatQuickMethodHeader."
Vladimir Marko
2014-05-13
1
-1
/
+2
|
\
|
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-1
/
+2
*
|
Place ISA into boot image name.
Ian Rogers
2014-05-12
1
-2
/
+4
|
/
*
Use atomic load/store for volatile IGET/IPUT/SGET/SPUT.
Vladimir Marko
2014-05-08
1
-0
/
+6
*
AArch64: Add fake arm64 backend, and disable it by method filter.
Zheng Xu
2014-05-07
1
-1
/
+1
*
Merge "Disable the ahead-of-time compilation for MIPS."
Ian Rogers
2014-05-01
1
-2
/
+2
|
\
|
*
Disable the ahead-of-time compilation for MIPS.
Ian Rogers
2014-05-01
1
-2
/
+2
*
|
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-0
/
+3
|
/
*
Merge "Fix typo of --oat-fd description in help"
Brian Carlstrom
2014-04-28
1
-1
/
+1
|
\
|
*
Fix typo of --oat-fd description in help
Wonil Kim
2014-04-28
1
-1
/
+1
*
|
Do not require dexopt when previous profile does not exist
Brian Carlstrom
2014-04-25
1
-2
/
+1
|
/
*
Build dex2oat as 64b for the target when using zygote64
Andreas Gampe
2014-04-16
1
-2
/
+10
*
AArch64: List arm64 as instruction set option
Stuart Monteith
2014-04-11
1
-1
/
+1
*
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
1
-25
/
+3
[prev]
[next]