1. b2c369f Merge "Expanded native code to use arraycopy for specific data types." by Jeff Hao · 10 years ago
  2. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  3. d735fe4 Expanded native code to use arraycopy for specific data types. by Emma Meersman · 10 years ago
  4. 7bfa86d consolidate profiles and profile-cache by Nick Kralevich · 10 years ago
  5. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  6. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  7. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  8. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  9. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  10. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  11. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  12. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 10 years ago
  13. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  14. eb757ee Merge "Use sendfile when copying profile file." by Calin Juravle · 10 years ago
  15. 5221410 Use sendfile when copying profile file. by Calin Juravle · 10 years ago
  16. 86bd038 Merge "Fix a possible file descriptor leakage" by Calin Juravle · 10 years ago
  17. 177b429 Fix a possible file descriptor leakage by Calin Juravle · 10 years ago
  18. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  19. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  20. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  21. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  22. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  23. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  24. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  25. 48e50e8 Merge "Add a check for null thread before trying to suspend" by Sebastien Hertz · 10 years ago
  26. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  27. 14e8144 Add a check for null thread before trying to suspend by Johnnie Birch · 10 years ago
  28. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  29. b8033db Merge "Support new VMRuntime native methods" by Sebastien Hertz · 10 years ago
  30. a705376 Support new VMRuntime native methods by Sebastien Hertz · 10 years ago
  31. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 10 years ago
  32. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 10 years ago
  33. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  34. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  35. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  36. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  37. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  38. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  39. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  40. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  41. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  42. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  43. 966ce11 Restore "Late-enable" logging by Brian Carlstrom · 10 years ago
  44. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  45. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  46. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  47. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  48. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  49. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 10 years ago
  50. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 10 years ago
  51. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  52. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 10 years ago
  53. 329d188 Better error reporting when loading dex files by Andreas Gampe · 10 years ago
  54. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 10 years ago
  55. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 10 years ago
  56. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 10 years ago
  57. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 10 years ago
  58. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 10 years ago
  59. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  60. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  61. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago
  62. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  63. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  64. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  65. 549cc8b Remove bogus DCHECK. by Ian Rogers · 10 years ago
  66. e62ff67 Merge "Reflection tidying." by Ian Rogers · 10 years ago
  67. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 10 years ago
  68. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 10 years ago
  69. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  70. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  71. 420fd04 Fix build. by Robert Craig · 10 years ago
  72. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  73. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 10 years ago
  74. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 10 years ago
  75. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  76. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  77. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 10 years ago
  78. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 10 years ago
  79. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  80. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  81. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  82. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 10 years ago
  83. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  84. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  85. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  86. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 11 years ago
  87. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  88. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  89. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  90. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  91. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  92. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  93. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  94. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  95. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  96. 870901d Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  97. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  98. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 11 years ago
  99. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  100. 60836d5 Fix opening oat files that are out of date. by Vladimir Marko · 11 years ago