- e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 6 months ago
- 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 4 years, 6 months ago
- 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 4 years, 7 months ago
- 5565029 Improve logging for missed fields by Mathieu Chartier · 4 years, 6 months ago
- 6a99ae6 Switch-interpreter: Inline several trivial methods. by David Srbecky · 4 years, 6 months ago
- 3d9c0d9 Prevent IndirectReferenceTable from being outside of kPageAlignment by Alex Light · 4 years, 6 months ago
- 1fef877 Handle more cases of super calls in the compiler. by Nicolas Geoffray · 4 years, 6 months ago
- b0bf9e2 Fix test to search for a populated StackMap. by Nicolas Geoffray · 4 years, 6 months ago
- 12891f9 Switch-interpreter: Small refactoring. by David Srbecky · 4 years, 6 months ago
- 6f0c8b9 Switch-interpreter: Rename fields to match ART conventions. by David Srbecky · 4 years, 6 months ago
- b839c49 Use the resolved method of an invoke super when updating BSS. by Nicolas Geoffray · 4 years, 6 months ago
- 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 7 months ago
- 81daf3d Rename ArtMethod::IsPolymorphicSignature by Orion Hodson · 4 years, 7 months ago
- d111cd2 Expose VarHandle::AccessModeTemplate and helpers for compiler by Orion Hodson · 4 years, 7 months ago
- b78bfee Ensure GetStringUTFRegion is null-terminated by Alex Light · 4 years, 7 months ago
- 0d47a82 Use help-text generator for dex2oat by Alex Light · 4 years, 7 months ago
- 6624d58 Fix bug in StackVisitor::GetVReg. by Nicolas Geoffray · 4 years, 7 months ago
- f9dbb97 Adjust JIT thread priority post-fork. by Nicolas Geoffray · 4 years, 7 months ago
- f1e1dd1 Enable -Wconversion for thread.cc by Eric Holk · 4 years, 7 months ago
- ca83438 Avoid NanoSleep overflow by Hans Boehm · 4 years, 7 months ago
- 4313ccb Introduce a kTieredHotnessMask. by Nicolas Geoffray · 4 years, 7 months ago
- 2ff0cb1 Refine VarHandle::GetMethodTypeMatchForAccessMode() by Orion Hodson · 4 years, 7 months ago
- 0c9a217 Always create IMT conflict tables when generating an image. by Nicolas Geoffray · 4 years, 7 months ago
- 3d52363 Change detection of counter overflow in nterp x64. by Nicolas Geoffray · 4 years, 7 months ago
- 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 7 months ago
- 3370143 Avoid tv_sec overflows in Park() by Hans Boehm · 4 years, 7 months ago
- 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 4 years, 7 months ago
- a982cd6 Fix transaction_test after libcore changes. by Vladimir Marko · 4 years, 7 months ago
- 02db072 Rename api lists by Andrei Onea · 4 years, 7 months ago
- 169dfb4 Revert^2 "art: Remove dependencies on platform unavailable modules" by Yo Chiang · 4 years, 7 months ago
- fc12a6c Rename ApiList::Value enums by Andrei Onea · 4 years, 8 months ago
- d3e9c62 ARM: Allow FP args in core regs for @CriticalNative. by Vladimir Marko · 4 years, 7 months ago
- 60ef399 Reland "Cleanups around the creation of ProfilingInfo." by Nicolas Geoffray · 4 years, 7 months ago
- a996425 Revert "Cleanups around the creation of ProfilingInfo." by Lokesh Gidra · 4 years, 7 months ago
- c4cd59b Revert "art: Remove dependencies on platform unavailable modules" by Insaf Latypov · 4 years, 7 months ago
- 0fa304e Cleanups around the creation of ProfilingInfo. by Nicolas Geoffray · 4 years, 7 months ago
- 84eb3c9 art: Remove dependencies on platform unavailable modules by Yo Chiang · 4 years, 8 months ago
- 2a53056 Check void pointer instead of uint8_t by Mathieu Chartier · 4 years, 8 months ago
- b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 4 years, 7 months ago
- 9c7b4f1 Remove obsolete saved_entry_point field in ProfilingInfo. by Nicolas Geoffray · 4 years, 8 months ago
- 8a8e1c5 Increase region space statistics about allocSize of Heap by zhang chuang · 4 years, 8 months ago
- 79db646 ARM64: VarHandle.Get() intrinsic for static primitive fields. by Vladimir Marko · 4 years, 8 months ago
- 7992467 Rename meta-reflection changeid by Andrei Onea · 4 years, 8 months ago
- e3e187f Check if VarHandle access mode is supported. by Andra Danciu · 4 years, 8 months ago
- 1a277a6 Move mterp and switch interpreter to tiered JIT. by Nicolas Geoffray · 4 years, 8 months ago
- faf5f3f Fix stack unwinding for nterp on arm64. by Nicolas Geoffray · 4 years, 9 months ago
- 60d4abc Reland^2 "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 8 months ago
- ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 4 years, 8 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 8 months ago
- 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 4 years, 8 months ago
- 5880c77 Inclusive language updates to class_linker.cc by Orion Hodson · 4 years, 8 months ago
- d5bcc72 More inclusive language updates by Orion Hodson · 4 years, 8 months ago
- 2d45520 A few more inclusive language updates by Orion Hodson · 4 years, 8 months ago
- 330d7ae Inclusive language fixes in ART's heap dump (`hprof`) feature. by Roland Levillain · 4 years, 8 months ago
- 6aaa49d Inclusive language fixes by Orion Hodson · 4 years, 8 months ago
- 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 8 months ago
- a462fa6 Replace debug_suspend_count with user_code_suspend_count in log by Alex Light · 4 years, 8 months ago
- c260ba8 Remove unused class member `art::OatFileAssistant::flock_`. by Roland Levillain · 4 years, 8 months ago
- 098faa8 Update ResolveMethod argument for invoke-polymorphic by Orion Hodson · 4 years, 8 months ago
- 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 8 months ago
- d3ee902 More inclusive language in the build system. by David Srbecky · 4 years, 8 months ago
- 3c98d69 Inclusive language fixes in ART's garbage collector. by Roland Levillain · 4 years, 8 months ago
- 853fc2e runtime/jit: inclusive language fixes by Orion Hodson · 4 years, 8 months ago
- b855272 runtime/interpreter: inclusive language fixes by Orion Hodson · 4 years, 8 months ago
- b5a0e91 Suppress explicit gc logging in libcore tests by Alex Light · 4 years, 8 months ago
- 0740eeb runtime/jni: inclusive language fixes by Orion Hodson · 4 years, 8 months ago
- d1fab54 A couple of updates for Android's inclusive language guidance by Orion Hodson · 4 years, 8 months ago
- 07f7890 Replace "dummy" with "placeholder" for MemMaps. by Vladimir Marko · 4 years, 8 months ago
- 556ace1 Reduce 'The ClassLoaderContext is a special shared library.' spam by Tom Cherry · 4 years, 8 months ago
- a0130e8 Prepare compiler for adding VarHandle support. by Andra Danciu · 4 years, 8 months ago
- 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 8 months ago
- 50a454b Link statically with libart(d)-simulator-container. by Ulya Trafimovich · 4 years, 8 months ago
- aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 8 months ago
- 659e8d6 Sampling PGO for libart by Yi Kong · 4 years, 8 months ago
- 530f09a Remove gendered typo in comment for #inclusivefixit by Andrew Scull · 4 years, 8 months ago
- 9735ccc Retry path removal and log errors in case of failure by Orion Hodson · 4 years, 8 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
- eb9da9e Add support for generating --help messages from cmdline definition by Alex Light · 4 years, 8 months ago
- c607092 Fix golem build by David Srbecky · 4 years, 8 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 7400a54 Fixes for gtests in eng-prod by David Srbecky · 4 years, 8 months ago
- b461b53 Revert^2 "Switch to LLVM prebuilt tools for ART gtests" by David Srbecky · 4 years, 8 months ago
- d4e6a99 Invoke futex wait with correct value by Hans Boehm · 4 years, 8 months ago
- ea54b82 Revert "Switch to LLVM prebuilt tools for ART gtests" by Alex Light · 4 years, 8 months ago
- 7285a4b Fix GetDirectBufferCapacity for zero length direct buffer by Orion Hodson · 4 years, 8 months ago
- 8070443 Switch to LLVM prebuilt tools for ART gtests by David Srbecky · 4 years, 9 months ago
- 194f555 Refactor arm assembly tests. by David Srbecky · 4 years, 8 months ago
- dc787f4 Make Integer.divideUnsigned intrinsic for x86. by Andra Danciu · 4 years, 8 months ago
- dd5db45 Revert "Reland "Cover more cases in nterp."" by Nicolas Geoffray · 4 years, 8 months ago
- 28d0a1d Workaround for b/160292234. by Nicolas Geoffray · 4 years, 8 months ago
- bbdc301 Remove old code that isn't relevant anymore. by Nicolas Geoffray · 4 years, 9 months ago
- c473dc7 Create individual counters and timers for compilation kinds. by Nicolas Geoffray · 4 years, 9 months ago
- eaf3a92 Add some logging for diagnosing a crash. by Nicolas Geoffray · 4 years, 9 months ago
- f375e92 Reland "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 9 months ago
- 8d79968 Remove unused / unimplemented CorePlatformAPI methods. by Nicolas Geoffray · 4 years, 9 months ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 9 months ago
- b7f4d0f [nterp] Export PC before overwiting it in op_aput_object. by Nicolas Geoffray · 4 years, 9 months ago
- 3caa05d Reduce the hotness on lookups. by Nicolas Geoffray · 4 years, 9 months ago
- fa88d52 Add an execution time log for VerifyClass by Rock.Yeh · 4 years, 9 months ago