1. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  2. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  3. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  4. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  5. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  6. a460bb0 Merge "ART: Update for split native bridge initialization" by Andreas Gampe · 10 years ago
  7. e8e3989 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 10 years ago
  8. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  9. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  10. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  11. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  12. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  13. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 10 years ago
  14. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  15. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  16. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  17. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  18. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  19. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  20. 0d334ce ART: Fix another potential N-th visitor issue by Andreas Gampe · 10 years ago
  21. 718ac65 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 10 years ago
  22. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  23. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  24. 1d84f85 Merge "Wire up check JNI force copy mode." by Ian Rogers · 10 years ago
  25. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  26. 202d1f0 Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 10 years ago
  27. a2069c7 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 10 years ago
  28. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  29. 108437e Inform about System.exit() call in logcat by Dmitry Petrochenko · 10 years ago
  30. 350b626 Rename openDexFileNative to openDexFile. by Calin Juravle · 10 years ago
  31. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 10 years ago
  32. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 10 years ago
  33. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  34. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  35. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 10 years ago
  36. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  37. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  38. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  39. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  40. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  41. b2c369f Merge "Expanded native code to use arraycopy for specific data types." by Jeff Hao · 10 years ago
  42. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  43. d735fe4 Expanded native code to use arraycopy for specific data types. by Emma Meersman · 10 years ago
  44. 7bfa86d consolidate profiles and profile-cache by Nick Kralevich · 11 years ago
  45. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  46. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 11 years ago
  47. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 11 years ago
  48. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 11 years ago
  49. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  50. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 11 years ago
  51. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  52. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 11 years ago
  53. bb0b53f Clean up the sampling profiler by Calin Juravle · 11 years ago
  54. eb757ee Merge "Use sendfile when copying profile file." by Calin Juravle · 11 years ago
  55. 5221410 Use sendfile when copying profile file. by Calin Juravle · 11 years ago
  56. 86bd038 Merge "Fix a possible file descriptor leakage" by Calin Juravle · 11 years ago
  57. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 11 years ago
  58. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 11 years ago
  59. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 11 years ago
  60. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  61. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  62. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 11 years ago
  63. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 11 years ago
  64. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  65. 48e50e8 Merge "Add a check for null thread before trying to suspend" by Sebastien Hertz · 11 years ago
  66. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  67. 14e8144 Add a check for null thread before trying to suspend by Johnnie Birch · 11 years ago
  68. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  69. b8033db Merge "Support new VMRuntime native methods" by Sebastien Hertz · 11 years ago
  70. a705376 Support new VMRuntime native methods by Sebastien Hertz · 11 years ago
  71. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 11 years ago
  72. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 11 years ago
  73. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  74. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  75. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 11 years ago
  76. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  77. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  78. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  79. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 11 years ago
  80. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 11 years ago
  81. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 11 years ago
  82. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  83. 966ce11 Restore "Late-enable" logging by Brian Carlstrom · 11 years ago
  84. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 11 years ago
  85. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  86. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 11 years ago
  87. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  88. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  89. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 11 years ago
  90. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  91. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  92. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 11 years ago
  93. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  94. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago
  95. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 11 years ago
  96. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 11 years ago
  97. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 11 years ago
  98. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 11 years ago
  99. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  100. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago