1. e62ff67 Merge "Reflection tidying." by Ian Rogers · 10 years ago
  2. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 10 years ago
  3. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 10 years ago
  4. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  5. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  6. 420fd04 Fix build. by Robert Craig · 10 years ago
  7. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  8. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  9. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 11 years ago
  10. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  11. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  12. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  13. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  14. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  15. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  16. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  17. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  18. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  19. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  20. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  21. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 11 years ago
  22. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  23. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  24. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  25. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  26. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  27. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  28. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  29. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  30. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  31. 870901d Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  32. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  33. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 11 years ago
  34. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  35. 60836d5 Fix opening oat files that are out of date. by Vladimir Marko · 11 years ago
  36. 27dbc31 Merge "Add sample profiling interface to startMethodTracing." by Jeff Hao · 11 years ago
  37. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  38. 0cb50e5 Merge "Remove intialized static storage from dex cache." by Ian Rogers · 11 years ago
  39. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  40. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  41. 4044bda Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  42. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  43. 7e126e8 Merge "Thread local bump pointer allocator." by Mathieu Chartier · 11 years ago
  44. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  45. 01add2c Port "Retry mount() if it fails with EINTR" to ART by Brian Carlstrom · 11 years ago
  46. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  47. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 11 years ago
  48. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  49. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  50. ca2a24d Add interface for updating process state. by Mathieu Chartier · 11 years ago
  51. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  52. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  53. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  54. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 11 years ago
  55. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  56. 1e7d1d5 Set processes' comm names to their package names. by William Roberts · 11 years ago
  57. e146765 Fix capability setting for the top 32 bits. by Elliott Hughes · 11 years ago
  58. 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
  59. cf5077a Remove unused length from DexFile GetString calls. by Ian Rogers · 11 years ago
  60. 2ec3f71 Fix openDexFileNative to throw pending exception when it fails. by Jeff Hao · 11 years ago
  61. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  62. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  63. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  64. 0d3bbff Fix DexFile_isDexOptNeeded to clear an error_msg in a recoverable case by Brian Carlstrom · 11 years ago
  65. e2179eb am 881392f5: Adjust the name of setTargetSdkVersion native method. by Alex Klyubin · 11 years ago
  66. 881392f Adjust the name of setTargetSdkVersion native method. by Alex Klyubin · 11 years ago
  67. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  68. 57e6d8a Tracking change to InternTable::VisitRoots by Brian Carlstrom · 11 years ago
  69. 4e62746 resolved conflicts for merge of 5d79c5de to dalvik-dev by Brian Carlstrom · 11 years ago
  70. e810452 Preload DexCaches by Brian Carlstrom · 11 years ago
  71. c765c9c Build fix. by Ian Rogers · 11 years ago
  72. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  73. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 11 years ago
  74. f1603c2 am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  75. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  76. bf1f0cd am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  77. 80f8513 am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  78. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  79. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  80. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  81. 57d5608 am c493433e: am ee39a10e: Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  82. a9a624b am 2921201d: Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  83. 2921201 Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  84. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  85. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  86. 7e9edb7 am 53097834: am b8c46fc7: Remove OBB bind mounts, now provided by FUSE. by Jeff Sharkey · 11 years ago
  87. b8c46fc Remove OBB bind mounts, now provided by FUSE. by Jeff Sharkey · 11 years ago
  88. ecf0337 am b27c9319: am 2e450bf4: Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  89. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  90. bce12f3 am 284ebfed: am 8438ed31: Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  91. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  92. 13a79bc Merge "A char array copy optimization (art)." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  93. f38ea80 A char array copy optimization (art). by Hiroshi Yamauchi · 11 years ago
  94. 479b494 Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  95. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  96. bd1edce Merge "Fix thread status in THST chunk to use JDWP thread state." into dalvik-dev by Jeff Hao · 11 years ago
  97. 920af3e Fix thread status in THST chunk to use JDWP thread state. by Jeff Hao · 11 years ago
  98. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago
  99. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  100. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago