Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
e5eb7060dbacfd7c768692a8fcc4a6017d0bd1cc
/
dex2oat
55037f1
Merge "Remove portable."
by Elliott Hughes
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
6fc59ab
Fix alloc-dealloc-mismatch failures in dex2oat.
by Dan Albert
· 10 years ago
4a4dd70
Make dex2oat 32bits when HOST_PREFER_32_BIT=true.
by Nicolas Geoffray
· 10 years ago
63130d0
Merge "ART: Wire up a valgrind-wrapped dex2oat run"
by Andreas Gampe
· 10 years ago
95b033b
Remove dex2oat watchdog warning
by Brian Carlstrom
· 10 years ago
088b16e
ART: Wire up a valgrind-wrapped dex2oat run
by Andreas Gampe
· 10 years ago
ab972ef
Remove method verification results right after compiling a method
by Mathieu Chartier
· 10 years ago
a650e70
ART: Fix unclosed files in dex2oat
by Andreas Gampe
· 10 years ago
e3a650a
Fix mac build
by Mathieu Chartier
· 10 years ago
49285c5
Print memory usage in dex2oat shutdown
by Mathieu Chartier
· 10 years ago
5055c8e
Merge "ART: Print initialization failures to file"
by Andreas Gampe
· 10 years ago
4586fb6
Print the right default for the compiler backend.
by Nicolas Geoffray
· 10 years ago
dbfe254
ART: Print initialization failures to file
by Andreas Gampe
· 10 years ago
9bb492a
Add ART_USE_OPTIMIZING_COMPILER flag.
by Nicolas Geoffray
· 10 years ago
10e477d
ART: Split image and non-image case in dex2oat
by Andreas Gampe
· 10 years ago
4303ba9
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
4bf3ae9
ART: Compiled-classes list for compiler-driver
by Andreas Gampe
· 10 years ago
0d8db99
Implement invokesuper in optimizing.
by Nicolas Geoffray
· 10 years ago
88ec7f4
ART: Refactor dex2oat
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
263f20b
Merge "Tidy and reduce ART library dependencies on the host."
by Ian Rogers
· 10 years ago
872dd82
Tidy and reduce ART library dependencies on the host.
by Ian Rogers
· 10 years ago
70587a2
ART: Fix multi-image testing
by Andreas Gampe
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
7ba6496
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
d7a11bc
Fix dex2oat cross-compilation.
by Nicolas Geoffray
· 10 years ago
dddb8d8
Merge "dex2oat: Add a --compile-pic option"
by Igor Murashkin
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
d6dee67
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
6e88ef6
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
7223d44
Switch to C++11 style [[noreturn]].
by Ian Rogers
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
62d1ca3
ART: Prepare for ELF64.
by Tong Shen
· 10 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 10 years ago
4f694ba
dex2oat should truncate files opened from file descriptors
by Brian Carlstrom
· 10 years ago
1b5a5dc
Merge "ART: Sync oat file to disk before patching"
by Andreas Gampe
· 10 years ago
33cb94e
ART: Sync oat file to disk before patching
by Andreas Gampe
· 10 years ago
88157ef
Add the "time" compilation filter and output compilation stats.
by Nicolas Geoffray
· 10 years ago
daab38c
ART: Make elf loading not abort
by Andreas Gampe
· 10 years ago
13b9f43
Increase dex2oat timeouts for debug builds
by Mathieu Chartier
· 10 years ago
bd25d4b
ART: Add capability for a pass to have options
by Razvan A Lupusoru
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
f0d5427
Merge "ART: Turn on dex2oat watchdog on target"
by Andreas Gampe
· 10 years ago
dfd3b47
Add implicit checks for x86_64 architecture.
by Dave Allison
· 10 years ago
81550fa
Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks."
by Dave Allison
· 10 years ago
b30d858
Merge "Fix art build script."
by Ian Rogers
· 10 years ago
d5c78f4
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
03f92f4
Fix art build script.
by Junmo Park
· 10 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
bf40ddb
ART: Turn on dex2oat watchdog on target
by Andreas Gampe
· 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
· 11 years ago
5131638
dex2oat: convert NULL to nullptr
by Kenny Root
· 11 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 11 years ago
Next »