1. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  2. 5e35727 Merge "Avoid a long alloc space lock contention during sticky GC sweep." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  3. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  4. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  5. 7b67bee Merge "Add a systrace support for lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  6. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 11 years ago
  7. 0a564f3 Merge "Work on SMALL_ART and PORTABLE working at the same time." into dalvik-dev by Ian Rogers · 11 years ago
  8. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 11 years ago
  9. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  10. 4baa808 Merge "Timing logger clean-up" into dalvik-dev by Anwar Ghuloum · 11 years ago
  11. 36f179f Merge "Polish the lock contention logging." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  12. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  13. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  14. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  15. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  16. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  17. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 11 years ago
  18. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  19. 36e58b8 Fix image_test for new small mode API. by Ian Rogers · 11 years ago
  20. c9f9444 am a024a068: Compilation filter by buzbee · 11 years ago
  21. a024a06 Compilation filter by buzbee · 11 years ago
  22. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 11 years ago
  23. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  24. 3839f7a Fix portable build. by Ian Rogers · 11 years ago
  25. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  26. e7711c5 Merge "Fix logging memory leak." into dalvik-dev by Sebastien Hertz · 11 years ago
  27. beb4148 Merge "Verifier checks that primitive put array/field type matches insn type." into dalvik-dev by Jeff Hao · 11 years ago
  28. eb5710e New free list large object space. by Mathieu Chartier · 11 years ago
  29. a464748 Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  30. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  31. 916041f Fix logging memory leak. by Sebastien Hertz · 11 years ago
  32. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  33. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  34. 3d1b8c1 Merge "Use reader writer mutex for safe checkcast map." into dalvik-dev by Sebastien Hertz · 11 years ago
  35. b9c37fb Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  36. b7b8f82 Merge "Move some DexFile checks to debug build only." into dalvik-dev by Ian Rogers · 11 years ago
  37. 702a85b Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  38. b24bd99 Move some DexFile checks to debug build only. by Sebastien Hertz · 11 years ago
  39. 99b1c14 Merge "Disable and remove finger." into dalvik-dev by Mathieu Chartier · 11 years ago
  40. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  41. eaa9889 Merge "Place CFA in the regular .debug_frame section." into dalvik-dev by Ian Rogers · 11 years ago
  42. e986953 Disable compilation during image_test for portable. by Ian Rogers · 11 years ago
  43. 1a2f1bc Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  44. 85affca Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  45. fc86518 Merge "Handle JNI_ERR results from JNI_OnLoad functions specially." into dalvik-dev by Elliott Hughes · 11 years ago
  46. 7935372 Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  47. f41d192 am f929b1f2: Merge "Fix valgrind support for dlmalloc space." by Mathieu Chartier · 11 years ago
  48. 6875fd3 Fix valgrind support for dlmalloc space. by Mathieu Chartier · 11 years ago
  49. 9dd0f4a am 161a8e0f: Fix accidental performance regression. by Mathieu Chartier · 11 years ago
  50. 3fd5456 Merge "Use unsigned comparison in String::CharAt." into dalvik-dev by Sebastien Hertz · 11 years ago
  51. 33691ab Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  52. 04865b9 Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  53. 161a8e0 Fix accidental performance regression. by Mathieu Chartier · 11 years ago
  54. 01079b5 am e5426c99: Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  55. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 11 years ago
  56. fe1f7c8 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  57. b24b4a7 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  58. 8d4fb0e am 08d7d44b: Fix image generation. by Mathieu Chartier · 11 years ago
  59. 08d7d44 Fix image generation. by Mathieu Chartier · 11 years ago
  60. 049ccd4 am 266099b1: Merge "Fix mismatched malloc / delete." by Mathieu Chartier · 11 years ago
  61. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 11 years ago
  62. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  63. 0418ae2 GC a lot mode. by Mathieu Chartier · 11 years ago
  64. 7ac7702 Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev by Ian Rogers · 11 years ago
  65. 993102d Merge "Unsigned comparison for array bounds check." into dalvik-dev by Ian Rogers · 11 years ago
  66. f417117 Clear exception when no move-exception on portable. by Ian Rogers · 11 years ago
  67. 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 11 years ago
  68. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  69. 4d35b3b Merge "Fix host oat_test on portable." into dalvik-dev by Brian Carlstrom · 11 years ago
  70. a073c67 Fix host oat_test on portable. by Ian Rogers · 11 years ago
  71. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  72. 2724776 Support inline dex data, take 2 by buzbee · 11 years ago
  73. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  74. 1a8080d Merge "Remove sorted variable in allocation stacks." into dalvik-dev by Mathieu Chartier · 11 years ago
  75. f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 11 years ago
  76. 0d21554 am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  77. 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  78. afa8ff6 Fix bug in ZipEntry::ExtractToMemory for zero length entries by Brian Carlstrom · 11 years ago
  79. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  80. 5b8da4c Merge "Clear exception if catch block doesn't have move-exception." into dalvik-dev by Ian Rogers · 11 years ago
  81. 07666cd am 9dcd45c6: Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  82. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  83. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  84. 77be415 Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy." into dalvik-dev by Jeff Hao · 11 years ago
  85. 8df6cea Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy. by Jeff Hao · 11 years ago
  86. c95d6b1 Merge "Move vector output stream to compiler." into dalvik-dev by Ian Rogers · 11 years ago
  87. b07b8b7 Move vector output stream to compiler. by Ian Rogers · 11 years ago
  88. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  89. 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 11 years ago
  90. 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  91. 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 11 years ago
  92. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  93. 64d8f18 Merge "Support inline dex data" by buzbee · 11 years ago
  94. 728328a Support inline dex data by buzbee · 11 years ago
  95. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  96. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  97. 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 11 years ago
  98. 7a40f05 am fb331d7c: Convert CHECKS in OatFile::Setup to LOG(ERROR) messages by Brian Carlstrom · 11 years ago
  99. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  100. 56eb9bc Merge "Avoid fetching instruction's first 16 bits twice." into dalvik-dev by Sebastien Hertz · 11 years ago