1. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  2. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  3. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  4. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  5. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  6. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  7. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  8. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  9. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  10. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  11. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  12. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  13. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  14. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  15. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  16. 58e17ce Merge "Stop thread from reattaching during runtime shutdown while tracing." by Jeff Hao · 10 years ago
  17. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  18. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  19. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  20. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  21. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  22. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  23. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  24. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  25. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  26. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  27. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  28. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  29. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  30. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  31. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  32. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  33. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  34. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  35. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  36. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  37. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 10 years ago
  38. 4e14e72 Avoid segvs if LOG(FATAL) is called during runtime start-up. by Ian Rogers · 10 years ago
  39. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 10 years ago
  40. 4eb1331f Don't use signal handlers in interpreter only mode by Dave Allison · 10 years ago
  41. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 10 years ago
  42. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  43. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  44. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  45. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  46. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  47. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  48. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  49. 6a58691 Fix the problem of not shutting down the profiler in ART properly by Wei Jin · 10 years ago
  50. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago
  51. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  52. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  53. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  54. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  55. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  56. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  57. b911636 Merge "Dump the native stack of an unattached aborting thread." by Ian Rogers · 10 years ago
  58. 653bc0e Merge "Place ISA into boot image name." by Ian Rogers · 10 years ago
  59. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  60. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  61. 37eecbd Dump the native stack of an unattached aborting thread. by Ian Rogers · 10 years ago
  62. 537aaf1 Merge "Revert "Switch on implicit null pointer and stack overflow checks."" by Dave Allison · 10 years ago
  63. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  64. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  65. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  66. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  67. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  68. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  69. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  70. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  71. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  72. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 11 years ago
  73. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 11 years ago
  74. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 11 years ago
  75. a704644 Merge "Profile: made startImmediately settable" by Calin Juravle · 11 years ago
  76. 1659006 Profile: made startImmediately settable by Calin Juravle · 11 years ago
  77. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 11 years ago
  78. 0c7350d Merge "Runtime::PreZygoteFork returns void, not boolean." by Narayan Kamath · 11 years ago
  79. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  80. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  81. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 11 years ago
  82. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 11 years ago
  83. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  84. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  85. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  86. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  87. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  88. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 11 years ago
  89. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  90. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  91. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 11 years ago
  92. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  93. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  94. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  95. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  96. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  97. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  98. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  99. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  100. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago