index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dex2oat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the "time" compilation filter and output compilation stats.
Nicolas Geoffray
2014-09-17
1
-2
/
+11
*
ART: Make elf loading not abort
Andreas Gampe
2014-09-15
1
-0
/
+1
*
Increase dex2oat timeouts for debug builds
Mathieu Chartier
2014-09-09
1
-4
/
+10
*
ART: Add capability for a pass to have options
Razvan A Lupusoru
2014-08-26
1
-0
/
+19
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-8
/
+8
*
Merge "ART: Turn on dex2oat watchdog on target"
Andreas Gampe
2014-08-09
1
-1
/
+1
|
\
|
*
ART: Turn on dex2oat watchdog on target
Andreas Gampe
2014-07-17
1
-1
/
+1
*
|
Add implicit checks for x86_64 architecture.
Dave Allison
2014-08-07
1
-0
/
+1
*
|
Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks."
Dave Allison
2014-08-06
1
-0
/
+1
|
\
\
|
*
|
AArch64: Implicit StackOverflow/NPE/Suspend checks.
Stuart Monteith
2014-08-06
1
-0
/
+1
*
|
|
Merge "Fix art build script."
Ian Rogers
2014-08-06
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix art build script.
Junmo Park
2014-08-04
1
-2
/
+2
*
|
|
ART: Fix memory unmapped twice issue in ElfFile::Load(bool)
Jim_Guo
2014-08-04
1
-2
/
+1
|
/
/
*
|
Tweaks to patchoat and other related things.
Alex Light
2014-07-25
1
-8
/
+0
*
|
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-4
/
+35
*
|
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-71
/
+22
|
/
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-5
/
+6
*
Revert "Revert "ART: Key-Value Store in Oat header""
Andreas Gampe
2014-07-11
1
-66
/
+93
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+1
*
Revert "Add implicit null and stack checks for x86"
Dave Allison
2014-07-10
1
-1
/
+0
*
Add implicit null and stack checks for x86
Dave Allison
2014-07-09
1
-0
/
+1
*
Revert "ART: Key-Value Store in Oat header"
Nicolas Geoffray
2014-07-09
1
-67
/
+44
*
ART: Key-Value Store in Oat header
Andreas Gampe
2014-07-08
1
-44
/
+67
*
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
|
\
[next]