1. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 7 years ago
  2. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  3. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  4. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 8 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  6. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 8 years ago
  7. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 8 years ago
  8. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  9. e7732be ART: Implement missing mterp handlers by Orion Hodson · 9 years ago
  10. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  11. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  12. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 9 years ago
  13. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 9 years ago
  14. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 9 years ago
  15. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  16. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  17. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  18. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  19. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  20. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  21. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  22. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  23. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  24. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  25. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  26. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 9 years ago
  27. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 10 years ago
  28. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 10 years ago
  29. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 10 years ago
  30. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 10 years ago
  31. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 10 years ago
  32. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 10 years ago
  33. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 11 years ago
  34. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 11 years ago
  35. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 11 years ago
  36. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  37. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  38. e63db27 Break apart header files. by Ian Rogers · 12 years ago
  39. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 12 years ago
  40. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 12 years ago
  41. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  42. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/mirror/dex_cache_test.cc]
  43. 1d54e73 GC clean up. by Ian Rogers · 13 years ago
  44. 04d7aa9 Fix object verification. by Ian Rogers · 13 years ago
  45. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (96%) from src/dex_cache_test.cc]
  46. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 14 years ago
  47. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 14 years ago
  48. 00f7d0e Global lock levels. by Ian Rogers · 14 years ago
  49. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  50. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 14 years ago
  51. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  52. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 15 years ago
  53. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 15 years ago
  54. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 15 years ago
  55. 90a3369 Switch to UniquePtr. by Elliott Hughes · 15 years ago
  56. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 15 years ago
  57. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 15 years ago
  58. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 15 years ago
  59. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 15 years ago
  60. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 15 years ago
  61. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 15 years ago
  62. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 15 years ago