1. 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
  2. b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 3 years, 6 months ago
  3. 24c080f Remove locking from `Transaction`. by Vladimir Marko · 3 years, 6 months ago
  4. e9a4a60 Transaction support for MethodType in dex cache. by Vladimir Marko · 3 years, 6 months ago
  5. e300c4e Faster Class::FindField(). by Vladimir Marko · 3 years, 7 months ago
  6. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 9 months ago
  7. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
  8. a982cd6 Fix transaction_test after libcore changes. by Vladimir Marko · 4 years, 4 months ago
  9. 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 5 years ago
  10. 149cdda Check stored references in transactional interpreter. by Vladimir Marko · 5 years ago
  11. 672c080 Update Transaction for boot image extension. by Vladimir Marko · 5 years ago
  12. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
  13. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  14. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  15. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  16. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  17. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  18. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  19. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  20. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  21. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  22. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  23. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  24. f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 8 years ago
  25. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  26. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  27. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  28. bb816d6 Add transactions for string resolve by Mathieu Chartier · 8 years ago
  29. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  30. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  31. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  32. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  33. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  34. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  35. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  36. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  37. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  38. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  39. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  40. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  42. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  43. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  44. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  45. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  46. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  47. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  48. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago