1. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  2. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  3. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  4. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  5. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  6. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  7. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  8. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  9. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  10. bae182c Fix method tracing from command-line by Sebastien Hertz · 12 years ago
  11. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 11 years ago
  12. 4e14e72 Avoid segvs if LOG(FATAL) is called during runtime start-up. by Ian Rogers · 11 years ago
  13. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 11 years ago
  14. 4eb1331f Don't use signal handlers in interpreter only mode by Dave Allison · 11 years ago
  15. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 11 years ago
  16. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  17. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  18. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 11 years ago
  19. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  20. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 11 years ago
  21. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 11 years ago
  22. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 11 years ago
  23. 6a58691 Fix the problem of not shutting down the profiler in ART properly by Wei Jin · 11 years ago
  24. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  25. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 11 years ago
  26. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  27. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  28. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  29. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 11 years ago
  30. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  31. b911636 Merge "Dump the native stack of an unattached aborting thread." by Ian Rogers · 11 years ago
  32. 653bc0e Merge "Place ISA into boot image name." by Ian Rogers · 11 years ago
  33. b9beb2e Place ISA into boot image name. by Ian Rogers · 11 years ago
  34. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 11 years ago
  35. 37eecbd Dump the native stack of an unattached aborting thread. by Ian Rogers · 11 years ago
  36. 537aaf1 Merge "Revert "Switch on implicit null pointer and stack overflow checks."" by Dave Allison · 11 years ago
  37. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 11 years ago
  38. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 11 years ago
  39. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 11 years ago
  40. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  41. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 11 years ago
  42. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 11 years ago
  43. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  44. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  45. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  46. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 11 years ago
  47. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 11 years ago
  48. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 11 years ago
  49. a704644 Merge "Profile: made startImmediately settable" by Calin Juravle · 11 years ago
  50. 1659006 Profile: made startImmediately settable by Calin Juravle · 11 years ago
  51. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 11 years ago
  52. 0c7350d Merge "Runtime::PreZygoteFork returns void, not boolean." by Narayan Kamath · 11 years ago
  53. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  54. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  55. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 11 years ago
  56. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 11 years ago
  57. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  58. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  59. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  60. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  61. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  62. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 11 years ago
  63. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  64. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  65. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 11 years ago
  66. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  67. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  68. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  69. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 12 years ago
  70. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  71. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  72. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  73. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  74. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  75. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  76. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  77. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  78. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  79. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  80. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  81. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  82. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  83. 763a085 Merge "Add a script for running art standalone." by Nicolas Geoffray · 11 years ago
  84. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  85. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  86. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  87. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 12 years ago
  88. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  89. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  90. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  91. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  92. 6c2270b Fix GC options to make the setting available by lzang1 · 12 years ago
  93. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 12 years ago
  94. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 12 years ago
  95. 0f875ef Revert accidental default collector type change. by Mathieu Chartier · 12 years ago
  96. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 12 years ago
  97. e6da9af Background compaction support. by Mathieu Chartier · 12 years ago
  98. 0aded08 Add sampling profiler by Dave Allison · 12 years ago
  99. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 12 years ago
  100. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago