1. 0b15e45 Merge "Remove redundant complexity from JNI aborts." by Elliott Hughes · 12 years ago
  2. 2295583 Merge "Multi threaded hashed deduplication during compilation." into klp-dev by Mathieu Chartier · 12 years ago
  3. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  4. 8e4d3ed Remove redundant complexity from JNI aborts. by Elliott Hughes · 12 years ago
  5. 68708f5 Fix image_test on target by Brian Carlstrom · 12 years ago
  6. 179486a Fix ImageHeader.IsValid by Brian Carlstrom · 12 years ago
  7. 144a139 Merge "Fix oatdump to take bitmap bytes into its accounting." into klp-dev by Mathieu Chartier · 12 years ago
  8. 3232709 Fix oatdump to take bitmap bytes into its accounting. by Mathieu Chartier · 12 years ago
  9. 479b494 Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 12 years ago
  10. 70814f7 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  11. b2610f5 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art by Brian Carlstrom · 12 years ago
  12. da4ee47 am 01e9779a: Merge "Write out image bitmap inside of image file." into klp-dev by Mathieu Chartier · 12 years ago
  13. 01e9779 Merge "Write out image bitmap inside of image file." into klp-dev by Mathieu Chartier · 12 years ago
  14. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 12 years ago
  15. afbe162 Merge "Make files writable on the installd path as well" into dalvik-dev by Brian Carlstrom · 12 years ago
  16. d76e083 Make files writable on the installd path as well by Brian Carlstrom · 12 years ago
  17. dc1099d Merge "Make DexFiles opened from files readonly by default, but writable during dex2oat" into dalvik-dev by Brian Carlstrom · 12 years ago
  18. bd1edce Merge "Fix thread status in THST chunk to use JDWP thread state." into dalvik-dev by Jeff Hao · 12 years ago
  19. 920af3e Fix thread status in THST chunk to use JDWP thread state. by Jeff Hao · 12 years ago
  20. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  21. a7d56cf Revert "Update ART for LLVM merge up to r187914." by Ian Rogers · 12 years ago
  22. 13d3c34 am 4bf1c8d4: Update blacklist for klp-dev by Brian Carlstrom · 12 years ago
  23. b7c0e05 am eaeab463: Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  24. 9fcd69f am 7642d13b: Merge remote-tracking branch \'goog/dalvik-dev\' into merge-art by Brian Carlstrom · 12 years ago
  25. 4bf1c8d Update blacklist for klp-dev by Brian Carlstrom · 12 years ago
  26. 615b295 Merge "Add test-art-oat-<test> test-art-run-test-<test> variants" into dalvik-dev by Brian Carlstrom · 12 years ago
  27. a404db0 Add test-art-oat-<test> test-art-run-test-<test> variants by Brian Carlstrom · 12 years ago
  28. f30f6da Set small ART override for image as an option. by Ian Rogers · 12 years ago
  29. eaeab46 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  30. 7642d13 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art by Brian Carlstrom · 12 years ago
  31. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 12 years ago
  32. 10cc810 Merge "Make entrypoints Thumb2." into dalvik-dev by Ian Rogers · 12 years ago
  33. 637859c Make entrypoints Thumb2. by Ian Rogers · 12 years ago
  34. 09cfd68 Merge "Reduce the scope of a ScopedObjectAccess in dex2oat." into dalvik-dev by Ian Rogers · 12 years ago
  35. 958291c Fix build. by Mathieu Chartier · 12 years ago
  36. 3f3d22c Reduce the scope of a ScopedObjectAccess in dex2oat. by Ian Rogers · 12 years ago
  37. d81941e Merge "Fix mark stack expand race." into dalvik-dev by Mathieu Chartier · 12 years ago
  38. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 12 years ago
  39. 1fed2e8 am cf2fb8e6: Add art support for sample profiling from traceview gui. by Jeff Hao · 12 years ago
  40. cf2fb8e Add art support for sample profiling from traceview gui. by Jeff Hao · 12 years ago
  41. 35a41fd Merge "A char array copy optimization." into dalvik-dev by Hiroshi Yamauchi · 12 years ago
  42. 9d6bb98 am 2cea26c1: am c6dfdace: Add buffering to ELF file generation by Brian Carlstrom · 12 years ago
  43. 2cea26c am c6dfdace: Add buffering to ELF file generation by Brian Carlstrom · 12 years ago
  44. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  45. c6dfdac Add buffering to ELF file generation by Brian Carlstrom · 12 years ago
  46. c8c4e2a Merge "Add art support for sample profiling from traceview gui." into dalvik-dev by Jeff Hao · 12 years ago
  47. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 12 years ago
  48. a2cb85a Merge "New arena memory allocator." into dalvik-dev by Mathieu Chartier · 12 years ago
  49. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  50. e2be9da Fix typo in elf writer. by Mathieu Chartier · 12 years ago
  51. fb2451b Merge "Fix sort order to make register promotion stable" into dalvik-dev by Brian Carlstrom · 12 years ago
  52. 4b8c13e Fix sort order to make register promotion stable by Brian Carlstrom · 12 years ago
  53. 0b3eb39 Use atomic integer for compiler driver work balancing. by Mathieu Chartier · 12 years ago
  54. 89502fc A char array copy optimization. by Hiroshi Yamauchi · 12 years ago
  55. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 12 years ago
  56. a7e8850 am f3a2c862: Merge "Update art/tests/089-many-methods." by Yohann Roussel · 12 years ago
  57. f3a2c86 Merge "Update art/tests/089-many-methods." by Yohann Roussel · 12 years ago
  58. 2553250 Update art/tests/089-many-methods. by Yohann Roussel · 12 years ago
  59. ec0cf9b Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  60. b8a874c Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  61. cf48347 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art by Brian Carlstrom · 12 years ago
  62. 2213ac6 am 42b32404: Update black list with Landroid/webkit/WebViewFactory; by Brian Carlstrom · 12 years ago
  63. 42b3240 Update black list with Landroid/webkit/WebViewFactory; by Brian Carlstrom · 12 years ago
  64. 55f82c0 Merge "Make jni_internal_test less spammy." into dalvik-dev by Ian Rogers · 12 years ago
  65. 72b2607 am 8fcaca53: Allow NULL JNI arguments for length 0 memcpys. by Ian Rogers · 12 years ago
  66. 8fcaca5 Allow NULL JNI arguments for length 0 memcpys. by Ian Rogers · 12 years ago
  67. 677ffa4 Don't skip compilation for portable builds. by Ian Rogers · 12 years ago
  68. 6d3f72c Use Class::IsVerified to confirm status, not MethodVerifier::FailureKind by Brian Carlstrom · 12 years ago
  69. 7971363 Make jni_internal_test less spammy. by Ian Rogers · 12 years ago
  70. efd441d Merge "Add some extra DCHECKS for debugging artQuickProxyInvokeHandler" into dalvik-dev by Brian Carlstrom · 12 years ago
  71. 4ffdc6b Allow NULL JNI arguments for length 0 memcpys. by Ian Rogers · 12 years ago
  72. a853bd7 Merge "Don't allow class status to go backward except for error." into dalvik-dev by Ian Rogers · 12 years ago
  73. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 12 years ago
  74. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 12 years ago
  75. 2775ee4 Add more runtime options. by Mathieu Chartier · 12 years ago
  76. dd3413f Merge "Compiler filter update" into dalvik-dev by buzbee · 12 years ago
  77. fe9ca40 Compiler filter update by buzbee · 12 years ago
  78. d3633d5 Add some extra DCHECKS for debugging artQuickProxyInvokeHandler by Brian Carlstrom · 12 years ago
  79. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 12 years ago
  80. aa836f7 Fix PushLocalFrame(0). by Elliott Hughes · 12 years ago
  81. 7377fa5 am 379e2f59: Clean up unnecessary files after build-only. Bug: 9482191 by Tsu Chiang Chuang · 12 years ago
  82. 379e2f5 Clean up unnecessary files after build-only. Bug: 9482191 by Tsu Chiang Chuang · 12 years ago
  83. 4aa48fc Enable contention logging by default. by Ian Rogers · 12 years ago
  84. be7149f Avoid throwing NoClassDefFoundError at compile time. by Ian Rogers · 12 years ago
  85. 4639860 dex2oat flag to always dump timing data. by Ian Rogers · 12 years ago
  86. 884cf3d Merge "Reduce AOT initialization." into dalvik-dev by Ian Rogers · 12 years ago
  87. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 12 years ago
  88. 51120e7 am 984c1835: Fix typo of quick instead of portable by Brian Carlstrom · 12 years ago
  89. 984c183 Fix typo of quick instead of portable by Brian Carlstrom · 12 years ago
  90. b7767e8 Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  91. f96b217 Tolerate both old and new java.util.concurrent.ConcurrentHashMap by Brian Carlstrom · 12 years ago
  92. 6a94caa Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  93. 7a7aca7 Merge remote-tracking branch 'goog/dalvik-dev' into merge-art by Brian Carlstrom · 12 years ago
  94. 75ccf1e Merge "More suspend check repair." into dalvik-dev by buzbee · 12 years ago
  95. 3e3b8ef am 24ebfa33: am c9e5449e: am abd7be98: Prevent segvs in JNI. by Ian Rogers · 12 years ago
  96. 9329e6d More suspend check repair. by buzbee · 12 years ago
  97. 24ebfa3 am c9e5449e: am abd7be98: Prevent segvs in JNI. by Ian Rogers · 12 years ago
  98. c9e5449 am abd7be98: Prevent segvs in JNI. by Ian Rogers · 12 years ago
  99. abd7be9 Prevent segvs in JNI. by Ian Rogers · 12 years ago
  100. cf3de62 Merge "Change default sampling interval to 1000 samples/sec." into dalvik-dev by Jeff Hao · 12 years ago