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