- 733bd4d Separate MemMap from DexFile completely by David Sehr · 8 years ago
- 5751dc8 Merge "Don't verify dex file when the runtime is in NoVerify mode." by Nicolas Geoffray · 8 years ago
- daf1230 Merge "ART: Move JniConstants::init from ART to libcore" by Treehugger Robot · 8 years ago
- 0aff0ff Merge "Re-enable dex verifier after dexlayout" by Mathieu Chartier · 8 years ago
- 24066ec Re-enable dex verifier after dexlayout by Mathieu Chartier · 8 years ago
- 3e6c139 Merge "ART: Remove workaround for bug 34659969." by Vladimir Marko · 8 years ago
- e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 8 years ago
- eb3c764 ART: Remove workaround for bug 34659969. by Vladimir Marko · 8 years ago
- d863be7 ART: Move JniConstants::init from ART to libcore by Andreas Gampe · 8 years ago
- 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
- d0332e0 ART: Do not depend on libnativehelper - toStringArray by Andreas Gampe · 8 years ago
- 639181c Merge "Add DCHECKS for class-defs only being null for Proxy classes" by Treehugger Robot · 8 years ago
- e0d8ae2 Add DCHECKS for class-defs only being null for Proxy classes by Alex Light · 8 years ago
- 2897ca8 Merge "Ensure GetSourceDebugExtension works with Proxy classes." am: 358347ae8f by Alex Light · 8 years ago
- 358347a Merge "Ensure GetSourceDebugExtension works with Proxy classes." by Treehugger Robot · 8 years ago
- fa3fc51 Merge "ART: Correct static invariant checks" am: 2a96120f0a by Andreas Gampe · 8 years ago
- 89f33b8 Ensure GetSourceDebugExtension works with Proxy classes. by Alex Light · 8 years ago
- 51b4493 Merge "ART: Fix headers" am: 75b24721e8 by Andreas Gampe · 8 years ago
- 580667b ART: Correct static invariant checks by Andreas Gampe · 8 years ago
- 0a0935f ART: Fix headers by Andreas Gampe · 8 years ago
- fa5f755 Merge "MIPS32: Improve stack alignment, use sdc1/ldc1, where possible." by Chris Larsen · 8 years ago
- 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 8 years ago
- 21f873e Merge "Add basic support for writing cdex container in dexlayout" am: 9e842d3e7d by Mathieu Chartier · 8 years ago
- 9e842d3 Merge "Add basic support for writing cdex container in dexlayout" by Mathieu Chartier · 8 years ago
- cad70a2 Merge "Pass the verify flag to DexFileLoader utilities." am: dfeec3a983 by Nicolas Geoffray · 8 years ago
- dfeec3a Merge "Pass the verify flag to DexFileLoader utilities." by Nicolas Geoffray · 8 years ago
- 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 8 years ago
- cf9e60e Merge "Add compact-dex-level argument to dex2oat" am: 6479e488e6 by Mathieu Chartier · 8 years ago
- 6479e48 Merge "Add compact-dex-level argument to dex2oat" by Mathieu Chartier · 8 years ago
- eafe2a5 Add compact-dex-level argument to dex2oat by Mathieu Chartier · 8 years ago
- 4c7a8c6 Merge "ART: Increase lock contention thresholds in debug builds" am: 71ae03b7a5 by Andreas Gampe · 8 years ago
- 71ae03b Merge "ART: Increase lock contention thresholds in debug builds" by Treehugger Robot · 8 years ago
- 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 8 years ago
- f76236d Merge "Fix overlapping cfi ranges in mterp" am: f0536a524b by Bill Buzbee · 8 years ago
- f0536a5 Merge "Fix overlapping cfi ranges in mterp" by Bill Buzbee · 8 years ago
- bb059f2 Merge "Use ScopedArenaAllocator for code generation." am: 96b7474ebf by Vladimir Marko · 8 years ago
- 96b7474 Merge "Use ScopedArenaAllocator for code generation." by Vladimir Marko · 8 years ago
- 6642a57 Merge "Change RequestSynchronousCheckpoint to release thread_list_lock_" by Alex Light · 8 years ago
- 1b2f884 Merge "Change RequestSynchronousCheckpoint to release thread_list_lock_" by Treehugger Robot · 8 years ago
- d8f5ef2 Merge "ART: Only check non-deoptable classes in slow-debug" am: 5ef8128014 by Andreas Gampe · 8 years ago
- 5ef8128 Merge "ART: Only check non-deoptable classes in slow-debug" by Treehugger Robot · 8 years ago
- 6dda83d Merge "ART: Add trace around app image verification" am: ad0fbe9ac3 by Andreas Gampe · 8 years ago
- ad0fbe9 Merge "ART: Add trace around app image verification" by Treehugger Robot · 8 years ago
- 146ee21 Merge "ART: Only stress background transition in slow-debug" am: e3a5e668d0 by Andreas Gampe · 8 years ago
- e3a5e66 Merge "ART: Only stress background transition in slow-debug" by Treehugger Robot · 8 years ago
- 1a32e7d Merge "ART: Move more read-barrier checking under slow-debug" am: 772f1377b6 by Andreas Gampe · 8 years ago
- ed56b5e ART: Only stress background transition in slow-debug by Andreas Gampe · 8 years ago
- 6c57871 ART: Move more read-barrier checking under slow-debug by Andreas Gampe · 8 years ago
- dbe5491 ART: Only check non-deoptable classes in slow-debug by Andreas Gampe · 8 years ago
- 5d68914 ART: Increase lock contention thresholds in debug builds by Andreas Gampe · 8 years ago
- acbd98b ART: Add trace around app image verification by Andreas Gampe · 8 years ago
- 228f1ea Merge "Add CompactDexFile" am: dfce43569a by Mathieu Chartier · 8 years ago
- dfce435 Merge "Add CompactDexFile" by Mathieu Chartier · 8 years ago
- b1e31a8 Change RequestSynchronousCheckpoint to release thread_list_lock_ by Alex Light · 8 years ago
- fc51f37 Merge "base: Fix integer conversion in MaskLeastSignificant, add more asserts" by Igor Murashkin · 8 years ago
- b05fa41 Merge "base: Fix integer conversion in MaskLeastSignificant, add more asserts" by Treehugger Robot · 8 years ago
- cf76bf8 Add CompactDexFile by Mathieu Chartier · 8 years ago
- c1ab9f1 Merge "ART: Fix includes" am: cae9e089b8 by Andreas Gampe · 8 years ago
- 2b51edd ART: Fix includes by Andreas Gampe · 8 years ago
- 0de2d59 Fix overlapping cfi ranges in mterp by buzbee · 8 years ago
- 5688e51 Merge "Fix mips64 build" am: 24276374dc by Lena Djokic · 8 years ago
- 7ac138f Merge "Unquicken dex files before exporting from oatdump" am: aa337b1846 by Roland Levillain · 8 years ago
- 2427637 Merge "Fix mips64 build" by Treehugger Robot · 8 years ago
- aa337b1 Merge "Unquicken dex files before exporting from oatdump" by Roland Levillain · 8 years ago
- 030fe39 Fix mips64 build by Lena Djokic · 8 years ago
- 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 8 years ago
- bff57b0 Merge "ART: Implement missing mterp handlers" am: b73cc5dece by Orion Hodson · 8 years ago
- b73cc5d Merge "ART: Implement missing mterp handlers" by Orion Hodson · 8 years ago
- 56cedf3 Merge "signal_catcher: print errno when tombstoned_notify_completion fails." by Josh Gao · 8 years ago
- ea76383 Merge "signal_catcher: print errno when tombstoned_notify_completion fails." by Treehugger Robot · 8 years ago
- 58977e5 Merge "Don't dlclose plugins or agents during shutdown." am: f391895ca6 by Alex Light · 8 years ago
- ebd60e1 Merge "Remove low RAM special casing for heap growth multiplier" am: 26d46e51a8 by Mathieu Chartier · 8 years ago
- 8fb0921 Merge "Fix dexlayout debug info printing" am: f856934689 by David Sehr · 8 years ago
- f391895 Merge "Don't dlclose plugins or agents during shutdown." by Treehugger Robot · 8 years ago
- ff9e43f signal_catcher: print errno when tombstoned_notify_completion fails. by Josh Gao · 8 years ago
- 26d46e5 Merge "Remove low RAM special casing for heap growth multiplier" by Treehugger Robot · 8 years ago
- 5b80358 Don't dlclose plugins or agents during shutdown. by Alex Light · 8 years ago
- a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 8 years ago
- e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
- 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 8 years ago
- aa6abb0 Fix dexlayout debug info printing by David Sehr · 8 years ago
- b61bb24 Merge "Add -XX:MadviseRandomAccess option" am: 2c8fe470a4 by Mathieu Chartier · 8 years ago
- 2c8fe47 Merge "Add -XX:MadviseRandomAccess option" by Treehugger Robot · 8 years ago
- 66fca59 Merge "Remove unused method String.fastIndexOf" am: bcb82557ba by Przemyslaw Szczepaniak · 8 years ago
- bcb8255 Merge "Remove unused method String.fastIndexOf" by Treehugger Robot · 8 years ago
- c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 8 years ago
- c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 8 years ago
- f2a0763 Merge "Rename NativeDexFile -> StandardDexFile" am: e5172c1362 by Mathieu Chartier · 8 years ago
- 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 8 years ago
- dedfa42 Merge "ART: Change ObjPtr validation" am: b95f45e67a by Andreas Gampe · 8 years ago
- b95f45e Merge "ART: Change ObjPtr validation" by Treehugger Robot · 8 years ago
- ae39d09 Merge "ART: Make FastJNI annotation checks slow-debug" am: 9ca5363e3b by Andreas Gampe · 8 years ago
- 9ca5363 Merge "ART: Make FastJNI annotation checks slow-debug" by Treehugger Robot · 8 years ago
- 81e8938 ART: Change ObjPtr validation by Andreas Gampe · 8 years ago
- 4efa91a Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." am: 387c28110e by Vladimir Marko · 8 years ago
- 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 8 years ago
- 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 8 years ago
- e15719c Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 am: 0284f43d62 by Vladimir Marko · 8 years ago
- 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 8 years ago
- a682247 ART: Make FastJNI annotation checks slow-debug by Andreas Gampe · 8 years ago