Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
8ba088855111c5fa8c920449d7ce5bc2018ac5ef
/
dex2oat
c5e3a52
Make compiling an apex image explicit.
by Nicolas Geoffray
· 6 years ago
c36a8cc
Handle empty uncompressed and aligned dex file in an archive.
by Nicolas Geoffray
· 6 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
fe0e00a
Pre-resolve dex cache strings before collecting string offsets
by Mathieu Chartier
· 6 years ago
fc25ae9
ART: Refactor verifier
by Andreas Gampe
· 6 years ago
501c3b0
Revert^2 "Fix correctness for fast path class loading"
by Andreas Gampe
· 6 years ago
2e2f9e8
Revert "Fix correctness for fast path class loading"
by Mathieu Chartier
· 6 years ago
ef04ac6
Fix correctness for fast path class loading
by Mathieu Chartier
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
fc8e759
art: remove unnecessary references to external/zlib.
by Elliott Hughes
· 6 years ago
3bfc694
Avoid resolving startup const strings without a profile
by Mathieu Chartier
· 6 years ago
3940254
Modernise code to use override specifier
by Yi Kong
· 6 years ago
4617d58
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
by Vladimir Marko
· 6 years ago
bb206de
ObjPtr<>-ify ClassExt.
by Vladimir Marko
· 6 years ago
0984e48
Style cleanup for ObjPtr<>-ify changes.
by Vladimir Marko
· 6 years ago
fe1d952
Use generic name for JNI trampolines.
by David Srbecky
· 6 years ago
f276f95
dex2oat: Avoid extra std::string copy
by Greg Kaiser
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
a72ca6c
Don't attach thread before dex2oat finish creating runtime
by Koji Fukui
· 6 years ago
5092811
Move elf_utils.h to libelffile library as well.
by David Srbecky
· 6 years ago
e5d93b5
Compare the oat version of runtime, dex2oat and the compiler.
by David Srbecky
· 6 years ago
8982186
Support FDs for class loader context dex files
by David Brazdil
· 6 years ago
c2109c6
Fix possible overrun bug for resolving startup strings
by Mathieu Chartier
· 6 years ago
2faab00
Create libelffile library for ELF file manipulation.
by David Srbecky
· 6 years ago
7286ad6
Enable lld for oatdump tests
by Chih-Hung Hsieh
· 6 years ago
a43ba3d
ART: Add ClassVerifier
by Andreas Gampe
· 6 years ago
98fb083
Remove obsolete trampoline offsets from OatHeader.
by Vladimir Marko
· 6 years ago
403aafa
Fix non-deterministic compilation for const-string...
by Vladimir Marko
· 6 years ago
8809c9c
Preload const-strings only for profile methods.
by Vladimir Marko
· 6 years ago
7cb707f
Use resolve-startup-const-strings=true for run tests
by Mathieu Chartier
· 6 years ago
327497e
Move CompilerDriver to dex2oat/.
by Vladimir Marko
· 6 years ago
5708376
Revert "Remove code size from OatQuickMethodHeader"
by Nicolas Geoffray
· 6 years ago
815d5e5
Refactor compiler tests around CompilerDriver.
by Vladimir Marko
· 6 years ago
de1b2a2
Revert "Revert "Add support for booting with a boot classpath not fully AOTed.""
by Nicolas Geoffray
· 6 years ago
14bfedd
Revert "Add support for booting with a boot classpath not fully AOTed."
by Andreas Gampe
· 6 years ago
e570870
Merge "Remove code size from OatQuickMethodHeader"
by David Srbecky
· 6 years ago
98b970d
Merge "Add support for booting with a boot classpath not fully AOTed."
by Nicolas Geoffray
· 6 years ago
038924b
ART: Reduce dependencies on CompilerDriver.
by Vladimir Marko
· 6 years ago
7417ce9
Add support for booting with a boot classpath not fully AOTed.
by Nicolas Geoffray
· 6 years ago
131f23a
Remove code size from OatQuickMethodHeader
by David Srbecky
· 6 years ago
7370d92
Remove oat_patches from the DWARF writer.
by David Srbecky
· 6 years ago
91b2900
Remove support for generating .eh_frame ELF section.
by David Srbecky
· 6 years ago
5e11568
Merge "ARM: Fix the CallOtherJustTooFarAfter test."
by Vladimir Marko
· 6 years ago
38714e8
ARM: Fix the CallOtherJustTooFarAfter test.
by Vladimir Marko
· 6 years ago
8581e2a
Replace StringPiece with std::string_view.
by Vladimir Marko
· 6 years ago
2f34e59
Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138
by Vladimir Marko
· 6 years ago
2ef0110
Replace StringPiece with std::string_view in HashSet.
by Vladimir Marko
· 6 years ago
7909e1e
Merge "ART: Enable ISA features run-time detection for ARM64"
by Roland Levillain
· 6 years ago
49b2b20
Allow empty mini-debug-info ELF section.
by David Srbecky
· 6 years ago
9b596c0
Merge "Ensure the correctness of fast verify"
by Calin Juravle
· 6 years ago
5ffefaa
Ensure the correctness of fast verify
by Calin Juravle
· 6 years ago
119733d
Revert "Revert "ART: introduce PALette abstraction layer""
by Orion Hodson
· 6 years ago
7f88c1a
ART: Enable ISA features run-time detection for ARM64
by xueliang.zhong
· 6 years ago
e6e01a0
Revert "ART: introduce PALette abstraction layer"
by Orion Hodson
· 6 years ago
4b9d00a
ART: introduce PALette abstraction layer
by Orion Hodson
· 6 years ago
907001d
Revert^2 "Build dex2oatd with compile_multilib: both."
by Alex Light
· 6 years ago
9ab73d5
Revert "Build dex2oatd with compile_multilib: both."
by Alex Light
· 6 years ago
81141ac
Build dex2oatd with compile_multilib: both.
by Alex Light
· 6 years ago
ea59304
Remove ObjPtr from CalculateNewObjectOffsets
by Mathieu Chartier
· 6 years ago
00fbe4f
Add region padding for app images
by Mathieu Chartier
· 6 years ago
49b74a8
ART: Remove thread from class.h
by Andreas Gampe
· 6 years ago
1fb24e2
Disable Dex2oatWatchdogTest.TestWatchdogTrigger.
by Roland Levillain
· 6 years ago
163a37a
Merge "Add ability to store invocation information in an external file."
by Treehugger Robot
· 6 years ago
6dbf9ec
Merge "art_cc_static_library -> art_cc_library_static"
by Treehugger Robot
· 6 years ago
73030ed
art_cc_static_library -> art_cc_library_static
by Steven Moreland
· 6 years ago
ad1aa63
ART: Move Signature to its own header
by Andreas Gampe
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
19667a0
Fix dex2oat usage error
by Mathieu Chartier
· 6 years ago
62afcf5
Add ability to store invocation information in an external file.
by Alex Light
· 6 years ago
d6f8c8b
Fix `pthread_cond_timedwait()` error processing in dex2oat.
by Roland Levillain
· 6 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 6 years ago
fb83d76
Revert "Allow boot image for a part of the boot classpath."
by Andreas Gampe
· 6 years ago
4433c43
Allow boot image for a part of the boot classpath.
by Vladimir Marko
· 6 years ago
ce2d6b3
Merge "Remove denver from art"
by Haibo Huang
· 6 years ago
7391c8c
Store additional information in image header.
by Vladimir Marko
· 6 years ago
91f1032
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
db4b1de
Revert "Pass boot class path to ImageSpace::LoadBootImage."
by Vladimir Marko
· 6 years ago
ed8b4ac
Merge "Refactor CompilerDriver::CompileAll()."
by Vladimir Marko
· 6 years ago
11a250b
Remove denver from art
by Haibo Huang
· 6 years ago
2afaff7
Refactor CompilerDriver::CompileAll().
by Vladimir Marko
· 6 years ago
d190851
Pass boot class path to ImageSpace::LoadBootImage.
by Vladimir Marko
· 6 years ago
7a85e70
Reduce core image to 6 modules.
by Vladimir Marko
· 6 years ago
aa6f483
ART: ARM64: Pass ISA features to VIXL macroassembler.
by Artem Serov
· 6 years ago
d378a56
Merge "Add image compressed blocks"
by Mathieu Chartier
· 6 years ago
1a84296
Add image compressed blocks
by Mathieu Chartier
· 6 years ago
f355ec7
Merge "C++17 compatibility: make WITH_TIDY=1 happy again."
by Elliott Hughes
· 6 years ago
0e211e5
Merge "Extract dex file if it is uncompressed but unaligned"
by Treehugger Robot
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
2b41cca
Extract dex file if it is uncompressed but unaligned
by Colin Cross
· 6 years ago
d011d81
Use more vector<string>s in dex2oat.cc .
by Vladimir Marko
· 6 years ago
fd667d4
Merge changes I05871a8a,I8baec836
by Vladimir Marko
· 6 years ago
5ad3ade
Merge "Fix app image generation and checking with shared libraries."
by Nicolas Geoffray
· 6 years ago
f0d3002
Fix app image generation and checking with shared libraries.
by Nicolas Geoffray
· 6 years ago
0c78ef7
Remove boot image begin/size from image header.
by Vladimir Marko
· 6 years ago
c10a0c6
ART: Add boot/app image checksums.
by Vladimir Marko
· 6 years ago
2a487eb
ART: Fix performance-inefficient-vector-operation
by Andreas Gampe
· 6 years ago
33e5d52
Merge "Support shared libraries in ClassLoaderContext::CreateClassLoader."
by Nicolas Geoffray
· 6 years ago
6b9fd8c
Support shared libraries in ClassLoaderContext::CreateClassLoader.
by Nicolas Geoffray
· 6 years ago
33f7c8a
Remove CompiledMethod dependency on CompilerDriver.
by Vladimir Marko
· 6 years ago
b321ac2
Merge "Speed up relative_patcher_arm64_test."
by Vladimir Marko
· 6 years ago
Next »