- 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 8 months ago
- a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 8 months ago
- 889da94 Fix gtests with mini-debug-info enabled by default. by David Srbecky · 3 years, 8 months ago
- d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 8 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 8 months ago
- 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 8 months ago
- 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 8 months ago
- 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
- 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
- f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
- c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 9 months ago
- 4531afd Add a --force-allow-oj-inlines dex2oat flag by Alex Light · 3 years, 9 months ago
- d187d87 Remove option CreateTypeLookupTable. by Nicolas Geoffray · 3 years, 9 months ago
- 92a7857 Validate vdex checksums during dex2oat compilation by Calin Juravle · 3 years, 9 months ago
- ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 9 months ago
- 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 9 months ago
- 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 9 months ago
- a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 10 months ago
- ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 9 months ago
- 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
- d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 10 months ago
- ef8c337 Do not crash on out-of-date oat files. by Vladimir Marko · 3 years, 10 months ago
- e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 3 years, 10 months ago
- 7c5e5c6 Fix DexToDexCompiler setup condition. by Vladimir Marko · 3 years, 10 months ago
- 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 10 months ago
- 4f3959b Avoid duplicate hash calculation in ImageWriter. by Vladimir Marko · 3 years, 10 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
- 1ece299 dex2oat: Move where we report end of compilation. by Nicolas Geoffray · 4 years ago
- 001bb57 Change dirty-image-objects file format. by Vladimir Marko · 3 years, 10 months ago
- b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 10 months ago
- 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 11 months ago
- 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 11 months ago
- 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 3 years, 11 months ago
- 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 3 years, 11 months ago
- c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 3 years, 11 months ago
- 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 3 years, 11 months ago
- b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 3 years, 11 months ago
- d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
- f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 4 years ago
- 7203b20 Do not fill ImageWriter::oat_index_map_ for single image. by Vladimir Marko · 4 years ago
- 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 4 years ago
- c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
- 805769b Remove unused flag is_zygote flag from ImageSpace. by Orion Hodson · 4 years ago
- 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 4 years ago
- 365f94f Minor updates to fd_file.h by Orion Hodson · 4 years ago
- 923141b Add dex2oat validity check for output file open by Orion Hodson · 4 years, 5 months ago
- b525158 lld is the only choice, and has been for a while. by Elliott Hughes · 4 years ago
- c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 4 years ago
- 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 4 years ago
- 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
- 1480f09 Move NotifyStartDex2oatCompilation earlier. by Nicolas Geoffray · 4 years, 1 month ago
- 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 4 years, 1 month ago
- ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 4 years, 1 month ago
- 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
- 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 4 years, 1 month ago
- 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
- 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 4 years, 2 months ago
- a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 4 years, 2 months ago
- 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 4 years, 2 months ago
- 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 4 years, 2 months ago
- eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 4 years, 2 months ago
- 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 5 years ago
- 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
- 938a067 Remove the checkcast quickening optimization. by Nicolas Geoffray · 4 years, 2 months ago
- 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 4 years, 2 months ago
- f50975a Reland "Make 'quicken' an alias to 'verify'." by Nicolas Geoffray · 4 years, 2 months ago
- eb9eb00 Faster @CriticalNative for boot image. by Vladimir Marko · 4 years, 3 months ago
- 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 4 years, 3 months ago
- ae7168e Remove unused image space order argument by Orion Hodson · 4 years, 3 months ago
- 7e9fc9d Revert "Make 'quicken' an alias to 'verify'." by Ming-Shin Lu · 4 years, 3 months ago
- 4f0e8da Make 'quicken' an alias to 'verify'. by Nicolas Geoffray · 4 years, 3 months ago
- 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 4 years, 3 months ago
- 199f2ec Add missing art_(debug_)defaults to dex2oat host static libs. by Martin Stjernholm · 4 years, 3 months ago
- 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 4 years, 3 months ago
- 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 4 years, 3 months ago
- 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 4 years, 5 months ago
- cf3fb35 Pass a full MethodReference of the invoke in HInvoke nodes. am: e6c0f2a75b by Nicolas Geoffray · 4 years, 4 months ago
- e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 4 years, 4 months ago
- 9821bce Move code item to the data pointer and remove code_item_offset. am: 4717175e40 by Nicolas Geoffray · 4 years, 4 months ago
- 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
- d90e52f Use help-text generator for dex2oat am: 0d47a82b11 by Alex Light · 4 years, 4 months ago
- 0d47a82 Use help-text generator for dex2oat by Alex Light · 4 years, 4 months ago
- b966ea4 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 4 years, 4 months ago
- 0c9a217 Always create IMT conflict tables when generating an image. by Nicolas Geoffray · 4 years, 4 months ago
- 2cee213 Remove dex2oat_headers library. by Nicolas Geoffray · 4 years, 4 months ago
- 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 4 years, 4 months ago
- 50fe6dc Optimizing: Fix weak field access check. by Vladimir Marko · 4 years, 5 months ago
- 169dfb4 Revert^2 "art: Remove dependencies on platform unavailable modules" by Yo Chiang · 4 years, 5 months ago
- c4cd59b Revert "art: Remove dependencies on platform unavailable modules" by Insaf Latypov · 4 years, 5 months ago
- 84eb3c9 art: Remove dependencies on platform unavailable modules by Yo Chiang · 4 years, 5 months ago
- 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 5 months ago
- d3ee902 More inclusive language in the build system. by David Srbecky · 4 years, 5 months ago
- 1446467 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
- 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
- c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 5 months ago
- 4ef451a Rename kDummy32BitOffset to kPlaceholder32BitOffset. by Vladimir Marko · 4 years, 5 months ago
- 52fe49e dex2oat: remove unnecessary lock to reference profile by Victor Hsieh · 4 years, 5 months ago
- 547aa58 Rewrite OatFileManager::OpenDexFilesFromOat. am: 90a18cf5b7 am: fe9724bfed by Nicolas Geoffray · 4 years, 6 months ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 6 months ago