Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
62ce6561cb2d6b4df07c851f4bcbf8ac19ef2e4b
/
dex2oat
aa3eff9
ART: Curb dex2oat verbosity
by Andreas Gampe
· 10 years ago
62746d8
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
8775cc3
am c1bfaa22: Remove dex2oat watchdog warning
by Brian Carlstrom
· 10 years ago
c1bfaa2
Remove dex2oat watchdog warning
by Brian Carlstrom
· 10 years ago
25fda92
Remove method verification results right after compiling a method
by Mathieu Chartier
· 10 years ago
d97465c
ART: Fix unclosed files in dex2oat
by Andreas Gampe
· 10 years ago
6cc5076
Fix mac build
by Mathieu Chartier
· 10 years ago
3029df6
Print memory usage in dex2oat shutdown
by Mathieu Chartier
· 10 years ago
9433ec6
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
85448d4
ART: Compiled-classes list for compiler-driver
by Andreas Gampe
· 10 years ago
26318f7
ART: Compiled-classes list for compiler-driver
by Andreas Gampe
· 10 years ago
4844702
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
998ee7d
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
300590b
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
8c140f3
am f0cb1eb5: ART: Missing EndTiming()s in dex2oat
by Andreas Gampe
· 10 years ago
f0cb1eb
ART: Missing EndTiming()s in dex2oat
by Andreas Gampe
· 10 years ago
90ca5c0
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
d7392fa
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
643b5df
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
c54e12a
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
aa93129
dex2oat should truncate files opened from file descriptors
by Brian Carlstrom
· 10 years ago
035592c
ART: Sync oat file to disk before patching
by Andreas Gampe
· 10 years ago
afa6b8e
ART: Make elf loading not abort
by Andreas Gampe
· 10 years ago
0bff4f3
Increase dex2oat timeouts for debug builds
by Mathieu Chartier
· 10 years ago
c739de0
Merge "Avoid use of std::string where we have const char*." into lmp-dev
by Ian Rogers
· 10 years ago
cb6b0f3
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
b0f05b9
Add implicit checks for x86_64 architecture.
by Dave Allison
· 10 years ago
b28a161
ART: Turn on dex2oat watchdog on target
by Andreas Gampe
· 10 years ago
7204c04
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 10 years ago
a62a588
ART: Fix memory unmapped twice issue in ElfFile::Load(bool)
by Jim_Guo
· 11 years ago
cf4bf38
Tweaks to patchoat and other related things.
by Alex Light
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 10 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 10 years ago
4e99b3d
Add missing class initialization during compilation and tests
by Sebastien Hertz
· 10 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 10 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 10 years ago
452bee5
Revert "ART: Key-Value Store in Oat header"
by Nicolas Geoffray
· 10 years ago
c87d27b
ART: Key-Value Store in Oat header
by Andreas Gampe
· 10 years ago
53cb16b
Add patchoat tool to Art.
by Alex Light
· 10 years ago
44c5ee7
Relax limits for profiler based compilation options.
by Calin Juravle
· 10 years ago
f9872f0
ART: Fix size error reported by ARM64 backend
by Andreas Gampe
· 10 years ago
3470ab4
Fixed gdb support and added some ElfFile functions
by Alex Light
· 10 years ago
2db3e26
Fix quick mode bugs for Mips.
by Douglas Leung
· 10 years ago
833a485
ART: Native support for multidex
by Andreas Gampe
· 10 years ago
f5997b4
More advanced timing loggers.
by Mathieu Chartier
· 10 years ago
b03a0ec
Fixed ImageWriter timings not being written out.
by Alex Light
· 10 years ago
ca3aaba
Fix implicit check option handling for non-cross-compiles
by Dave Allison
· 10 years ago
5c1ad33
Merge "Use command line android root in dex2oat to find image."
by Ian Rogers
· 10 years ago
9cad72d
Quick compiler: enable Arm64 compilation
by buzbee
· 10 years ago
4f975b9
Merge "x86_64: Enable core.oat/boot.oat compilation"
by Bill Buzbee
· 10 years ago
0c416fe
x86_64: Enable core.oat/boot.oat compilation
by Dmitry Petrochenko
· 10 years ago
5655e84
ART: Implicit checks in the compiler are independent from Runtime
by Andreas Gampe
· 10 years ago
33ae558
Arm64 hard-float
by buzbee
· 10 years ago
8872358
Use command line android root in dex2oat to find image.
by Ian Rogers
· 10 years ago
df88a9e
Merge "x86_64: Enable compilation"
by Ian Rogers
· 10 years ago
136aaee
x86_64: Enable compilation
by Dmitry Petrochenko
· 10 years ago
78382fa
Optionally add debug symbols to ELF files made by quick compiler.
by Alex Light
· 10 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 10 years ago
20aa7cb
Merge "Fixed and refactored profiler options handling"
by Calin Juravle
· 10 years ago
c1b643c
Fixed and refactored profiler options handling
by Calin Juravle
· 10 years ago
f94b781
Workaround for running out of address space on N7v1.
by Vladimir Marko
· 10 years ago
2469e60
ART: Setting up cleanup
by Jean Christophe Beyler
· 11 years ago
a9f1ce6
Fix pass driver's dump_pass_list_ and print_pass_list_.
by Vladimir Marko
· 10 years ago
6d25996
Merge "ART: Print and dump functionalities per pass"
by Ian Rogers
· 10 years ago
8bcecce
ART: Print and dump functionalities per pass
by Jean Christophe Beyler
· 11 years ago
0aa504b
Fix ExtractToMemMap to show original zip file name in ashmem
by Brian Carlstrom
· 10 years ago
4f59668
ART: Pass driver generalization
by James C Scott
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
6cd2845
ART: Turn off ARM64 compilation for now
by Andreas Gampe
· 10 years ago
3ac05bb
Remove ISA from boot image name.
by Brian Carlstrom
· 10 years ago
5131638
dex2oat: convert NULL to nullptr
by Kenny Root
· 10 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 10 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
ad930da
Merge "Move quick frame info to OatQuickMethodHeader."
by Vladimir Marko
· 10 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
b9beb2e
Place ISA into boot image name.
by Ian Rogers
· 11 years ago
674744e
Use atomic load/store for volatile IGET/IPUT/SGET/SPUT.
by Vladimir Marko
· 11 years ago
9e06c8c
AArch64: Add fake arm64 backend, and disable it by method filter.
by Zheng Xu
· 11 years ago
43221f7
Merge "Disable the ahead-of-time compilation for MIPS."
by Ian Rogers
· 11 years ago
7ca278b
Disable the ahead-of-time compilation for MIPS.
by Ian Rogers
· 11 years ago
11d9f06
Use instruction specific dalvik cache dirs.
by Narayan Kamath
· 11 years ago
bf25f7e
Merge "Fix typo of --oat-fd description in help"
by Brian Carlstrom
· 11 years ago
9cb554a
Fix typo of --oat-fd description in help
by Wonil Kim
· 11 years ago
09881a8
Do not require dexopt when previous profile does not exist
by Brian Carlstrom
· 11 years ago
5a9cef8
Build dex2oat as 64b for the target when using zygote64
by Andreas Gampe
· 11 years ago
04ae163
AArch64: List arm64 as instruction set option
by Stuart Monteith
· 11 years ago
d6ed642
Revert "Revert "Revert "Use trampolines for calls to helpers"""
by Dave Allison
· 11 years ago
f9487c0
Revert "Revert "Use trampolines for calls to helpers""
by Dave Allison
· 11 years ago
081f73e
Revert "Use trampolines for calls to helpers"
by Dave Allison
· 11 years ago
754ddad
Use trampolines for calls to helpers
by Dave Allison
· 11 years ago
91268c1
Check the machine type of an ELF file when loading.
by Andreas Gampe
· 11 years ago
4a200f5
Add support for -Xverify:none mode.
by Jeff Hao
· 11 years ago
a7a49dd
Merge "Pass instruction-set from runtime through to spawned dex2oat."
by Ian Rogers
· 11 years ago
8afeb85
Pass instruction-set from runtime through to spawned dex2oat.
by Ian Rogers
· 11 years ago
d747543
force dex2oat target executables to be compiled for 32-bit
by Colin Cross
· 11 years ago
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
Next »