- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
- 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 7 years ago
- ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
- 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
- 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
- b91f9c1 Make GetState() handle overflowed state and 0 path to root by Hans Boehm · 7 years ago
- 0bd8a87 Merge "Improve scoped spinlock implementations" by Hans Boehm · 7 years ago
- ae915a0 Improve scoped spinlock implementations by Hans Boehm · 7 years ago
- a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
- 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
- c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
- 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
- f223f76 Merge "ART: Add ScopedTrace constructor with lambda" by Treehugger Robot · 7 years ago
- dfebbac ART: Add ScopedTrace constructor with lambda by Andreas Gampe · 7 years ago
- 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
- dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
- 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
- 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
- b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 7 years ago
- af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 7 years ago
- e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 7 years ago
- 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
- 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
- 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
- cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
- 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
- 39cfa34 Merge "runtime: Bitstring implementation for subtype checking (3/4)." by Treehugger Robot · 7 years ago
- 495e783 runtime: Bitstring implementation for subtype checking (3/4). by Igor Murashkin · 7 years ago
- f404dda Merge "runtime: Bitstring implementation for subtype checking (1/4)." by Igor Murashkin · 7 years ago
- 44559f2 runtime: Bitstring implementation for subtype checking (1/4). by Igor Murashkin · 7 years ago
- c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
- 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
- ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
- 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
- 0135b50 ART: Remove now-unnecessary overbroad include for art/runtime by Andreas Gampe · 7 years ago
- 03bcd79 Merge "Avoid JVMTI global deoptimization when possible" by Treehugger Robot · 7 years ago
- 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
- 7598122 Merge "base: Fix bitstruct bug with assigning fields" by Treehugger Robot · 7 years ago
- dfabcc5 base: Fix bitstruct bug with assigning fields by Igor Murashkin · 7 years ago
- 96b7474 Merge "Use ScopedArenaAllocator for code generation." by Vladimir Marko · 7 years ago
- b05fa41 Merge "base: Fix integer conversion in MaskLeastSignificant, add more asserts" by Treehugger Robot · 7 years ago
- 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 7 years ago
- 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 7 years ago
- 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 7 years ago
- 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
- 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
- 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
- 2f36629 base: Fix integer conversion in MaskLeastSignificant, add more asserts by Igor Murashkin · 7 years ago
- 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 7 years ago
- 464f8cd Merge "ART: Use ScopedArenaAllocator for pass-local data." by Treehugger Robot · 7 years ago
- e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
- e4c00b3 Merge "Revert "Revert "base: Add more bit utils and bit struct class""" by Treehugger Robot · 7 years ago
- 1e77d27 Revert "Revert "base: Add more bit utils and bit struct class"" by Igor Murashkin · 7 years ago
- d99f3f6 Merge "Revert "base: Add more bit utils and bit struct class"" by Nicolas Geoffray · 7 years ago
- 5e008b3 Revert "base: Add more bit utils and bit struct class" by Nicolas Geoffray · 7 years ago
- adc4a0d Merge "base: Add more bit utils and bit struct class" by Treehugger Robot · 7 years ago
- c60f75d base: Add more bit utils and bit struct class by Igor Murashkin · 7 years ago
- 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 8 years ago
- ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
- 361a1fa fd_file: never report Close failure on linux. by Josh Gao · 7 years ago
- 494ec69 fd_file: don't report failure when trying to flush a pipe. by Josh Gao · 7 years ago
- 2dc2bcc Merge "Ensure the oat/vdex file is erased if we fail to truncate" by Calin Juravle · 7 years ago
- b09be72 Ensure the oat/vdex file is erased if we fail to truncate by Calin Juravle · 7 years ago
- 3d69922 Change JIT timings to collect thread CPU time. by Nicolas Geoffray · 7 years ago
- 04bb35a Fix exclusive_owner_ spelling by Hans Boehm · 7 years ago
- 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 8 years ago
- d4d1182 Merge "ARM64: Tune SIMD loop unrolling factor heuristic." by Aart Bik · 8 years ago
- 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 8 years ago
- dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 8 years ago
- f26bb6c ARM64: Tune SIMD loop unrolling factor heuristic. by Artem Serov · 8 years ago
- 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 8 years ago
- 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
- 140c5d1 Add FdFile::Compare by Mathieu Chartier · 8 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
- 79400aa Whitelist user_code_suspension_lock_ for ConditionVariable wait by Alex Light · 8 years ago
- 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 8 years ago
- 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
- 421dbc2 ART: Fix ArenaAllocator invariant check in Realloc by Andreas Gampe · 8 years ago
- 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 8 years ago
- f45cf4b Merge "Fix static analyzer warnings" by Treehugger Robot · 8 years ago
- 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 8 years ago
- d86b320 Fix static analyzer warnings by George Burgess IV · 8 years ago
- 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 8 years ago
- aebfd20 Merge "Clean up ArraySlice<>." by Vladimir Marko · 8 years ago
- 1368312 Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI." by Vladimir Marko · 8 years ago
- 9ac7749 Clean up ArraySlice<>. by Vladimir Marko · 8 years ago
- e1993c7 Use ArrayRef<> instead of ArraySlice<> in JVMTI. by Vladimir Marko · 8 years ago
- a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 8 years ago
- 8bdda5a ART: Update stl_util.h by Andreas Gampe · 8 years ago
- 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
- 6da1071 ART: Fix mac build by Andreas Gampe · 8 years ago
- 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 8 years ago
- f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
- 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
- 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
- 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
- 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 8 years ago
- b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
- d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago