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