1. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 11 years ago
  2. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 11 years ago
  3. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  4. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  5. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 11 years ago
  6. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  7. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  8. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  9. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 11 years ago
  10. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 11 years ago
  11. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 11 years ago
  12. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  13. 966ce11 Restore "Late-enable" logging by Brian Carlstrom · 11 years ago
  14. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 11 years ago
  15. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  16. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 11 years ago
  17. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  18. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  19. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 11 years ago
  20. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  21. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  22. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 11 years ago
  23. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  24. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago
  25. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 11 years ago
  26. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 11 years ago
  27. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 11 years ago
  28. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 11 years ago
  29. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  30. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  31. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 11 years ago
  32. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  33. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 11 years ago
  34. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  35. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  36. e62ff67 Merge "Reflection tidying." by Ian Rogers · 11 years ago
  37. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 11 years ago
  38. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 11 years ago
  39. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  40. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  41. 420fd04 Fix build. by Robert Craig · 11 years ago
  42. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  43. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  44. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 11 years ago
  45. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  46. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  47. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  48. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  49. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  50. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  51. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  52. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  53. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  54. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  55. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  56. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 11 years ago
  57. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  58. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  59. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  60. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  61. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  62. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  63. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  64. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  65. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  66. 870901d Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  67. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  68. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 11 years ago
  69. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  70. 60836d5 Fix opening oat files that are out of date. by Vladimir Marko · 11 years ago
  71. 27dbc31 Merge "Add sample profiling interface to startMethodTracing." by Jeff Hao · 11 years ago
  72. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  73. 0cb50e5 Merge "Remove intialized static storage from dex cache." by Ian Rogers · 11 years ago
  74. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  75. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  76. 4044bda Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  77. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  78. 7e126e8 Merge "Thread local bump pointer allocator." by Mathieu Chartier · 11 years ago
  79. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  80. 01add2c Port "Retry mount() if it fails with EINTR" to ART by Brian Carlstrom · 11 years ago
  81. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  82. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 11 years ago
  83. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  84. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  85. ca2a24d Add interface for updating process state. by Mathieu Chartier · 11 years ago
  86. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  87. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  88. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  89. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 11 years ago
  90. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  91. 1e7d1d5 Set processes' comm names to their package names. by William Roberts · 11 years ago
  92. e146765 Fix capability setting for the top 32 bits. by Elliott Hughes · 11 years ago
  93. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  94. cf5077a Remove unused length from DexFile GetString calls. by Ian Rogers · 11 years ago
  95. 2ec3f71 Fix openDexFileNative to throw pending exception when it fails. by Jeff Hao · 11 years ago
  96. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  97. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  98. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  99. 0d3bbff Fix DexFile_isDexOptNeeded to clear an error_msg in a recoverable case by Brian Carlstrom · 11 years ago
  100. e2179eb am 881392f5: Adjust the name of setTargetSdkVersion native method. by Alex Klyubin · 11 years ago