- 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
- a2fed08 ART: Optimize array accesses by Andreas Gampe · 7 years ago
- ac52000 Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0 by Vladimir Marko · 6 years ago
- 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 7 years ago
- 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 6 years ago
- 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 7 years ago
- 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 7 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 7 years ago
- 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 7 years ago
- 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 7 years ago
- ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 7 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
- 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 7 years ago
- 62f6e90 ART: Add integrity check by Andreas Gampe · 7 years ago
- e79edef Merge "ART: Fix or nolint cert-dcl16-c" by Andreas Gampe · 7 years ago
- 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 7 years ago
- 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 7 years ago
- 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
- 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 7 years ago
- c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
- 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 7 years ago
- bc1e0fa Reduce class loader updating overhead. by Mathieu Chartier · 7 years ago
- dbcb48f Avoid unnecessary read barriers in mirror::Class. by Vladimir Marko · 7 years ago
- 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 7 years ago
- 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 7 years ago
- 6b72b77 Merge "ART: Add string-alloc-inl.h" by Andreas Gampe · 7 years ago
- fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 7 years ago
- 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 7 years ago
- 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 7 years ago
- e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
- 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
- 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
- 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
- 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
- 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
- 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 7 years ago
- 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
- 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 7 years ago
- 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 7 years ago
- e8fdf72 Merge "Check the size of pid_t in art::mirror::Class." by Roland Levillain · 7 years ago
- 66c7459 Check the size of pid_t in art::mirror::Class. by Roland Levillain · 7 years ago
- 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 7 years ago
- 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 7 years ago
- 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 7 years ago
- f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 7 years ago
- 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 7 years ago
- 5ad79d8 Load boot image at a random address. by Vladimir Marko · 7 years ago
- fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 7 years ago
- c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
- 5ec6f36 ART: Fix incorrect dispatch by Andreas Gampe · 7 years ago
- d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 7 years ago
- ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
- 9b1e90e Merge "Refactor Class::FixupNativePointers()." by Vladimir Marko · 7 years ago
- 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
- 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 7 years ago
- 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 7 years ago
- d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 7 years ago
- ce32c10 Rewrite mterp field access helpers by David Srbecky · 7 years ago
- 990fc44 Revert "Reduce DexCache field/method array size to 512." by Vladimir Marko · 7 years ago
- f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 7 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
- 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 9 years ago
- 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 7 years ago
- b1e46ff Reduce DexCache field/method array size to 512. by Vladimir Marko · 7 years ago
- b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
- d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
- ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
- a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 7 years ago
- ad71d8f Merge "Refactor WriteBarrier logic into its own file" by Treehugger Robot · 7 years ago
- 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 7 years ago
- e30ec8f Remove NO_RETURN by Mathieu Chartier · 7 years ago
- 9911128 Clean up mirror/object by Mathieu Chartier · 7 years ago
- 2e63900 Merge "Add missing write barriers" by Mathieu Chartier · 7 years ago
- 1d2e266 Add missing write barriers by Mathieu Chartier · 7 years ago
- 42c2e50 Refactor CasField32 by Mathieu Chartier · 7 years ago
- 8bb3c68 Use strong CAS for identity hash code by Mathieu Chartier · 7 years ago
- 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
- 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
- 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 7 years ago
- c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
- 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
- 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 7 years ago
- 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 7 years ago
- bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
- a5359a3 Merge "Remove static GcRoot<>s from Class and ClassExt." by Treehugger Robot · 7 years ago
- ed7f95d Merge "Aesthetic changes in art::mirror::Object and art::mirror::Class." by Roland Levillain · 7 years ago
- 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 7 years ago
- d32ead2 Aesthetic changes in art::mirror::Object and art::mirror::Class. by Roland Levillain · 7 years ago
- a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
- acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
- 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
- adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 7 years ago
- 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
- 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 7 years ago
- c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
- 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
- b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
- e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
- 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
- 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 7 years ago