1. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  2. 2966e13 Avoid debug check violation in thread registration. by Ian Rogers · 10 years ago
  3. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 10 years ago
  4. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 10 years ago
  5. a7f984a Merge "Fix ClassHelper::GetDirectInterface for proxy class" by Sebastien Hertz · 10 years ago
  6. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  7. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  8. 52f5ecb Merge "Fix ThreadStress, unify ANR lock descriptions." by Ian Rogers · 10 years ago
  9. f5424f2 Merge "Fix Thread offsets for ARM64 assembly" by Andreas Gampe · 10 years ago
  10. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 10 years ago
  11. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 10 years ago
  12. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  13. 86fb9bf Fix Thread offsets for ARM64 assembly by Andreas Gampe · 10 years ago
  14. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  15. 925b687 Fix reflection access checks for app compatibility. by Jeff Hao · 10 years ago
  16. 14f8807 Merge "Revert "Fix access checks for app compatibility."" by Jeff Hao · 10 years ago
  17. dd9699a Revert "Fix access checks for app compatibility." by Jeff Hao · 10 years ago
  18. 1ad45ef Merge "Add handler for printing java stack traces for compiled code SIGSEGV." by Mathieu Chartier · 10 years ago
  19. 9c60d7d Merge "Fix access checks for app compatibility." by Jeff Hao · 10 years ago
  20. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 10 years ago
  21. b59b2c8 Fix access checks for app compatibility. by Jeff Hao · 10 years ago
  22. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  23. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 10 years ago
  24. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago
  25. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  26. 8464a64 Merge "art: Make calling convention immune to SIRT structure change" by Andreas Gampe · 10 years ago
  27. 382028d Merge "Fix instruction printing for filled-new-array" by Andreas Gampe · 10 years ago
  28. 80989a6 Fix ClassHelper::GetDirectInterface for proxy class by Sebastien Hertz · 10 years ago
  29. 6c90df9 Merge "Return correct JDWP type tag for array class" by Sebastien Hertz · 10 years ago
  30. f0513c5 art: Make calling convention immune to SIRT structure change by Dmitry Petrochenko · 10 years ago
  31. 7aca91d Fix instruction printing for filled-new-array by Andreas Gampe · 10 years ago
  32. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  33. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  34. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 10 years ago
  35. cfd5acf Merge "Fix a DCHECK failure when causing GC from DDMS." by Hiroshi Yamauchi · 10 years ago
  36. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 10 years ago
  37. 4d8fd49 Return correct JDWP type tag for array class by Sebastien Hertz · 10 years ago
  38. 3f96751 Merge "Fix non concurrent mark sweep ergonomics." by Mathieu Chartier · 10 years ago
  39. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 10 years ago
  40. 11a8497 Merge "Some fixes for comments and implied conversions." by Jeff Hao · 10 years ago
  41. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  42. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 10 years ago
  43. 17b3fb8 Merge "Swap allocation stacks in pause." by Mathieu Chartier · 10 years ago
  44. e759c9f Merge "Add access checks to Method and Field reflection." by Jeff Hao · 10 years ago
  45. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  46. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 10 years ago
  47. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 10 years ago
  48. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 10 years ago
  49. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  50. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 10 years ago
  51. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 10 years ago
  52. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 10 years ago
  53. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 10 years ago
  54. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 10 years ago
  55. 67ad224 Merge "Remove bogus DCHECK." by Ian Rogers · 10 years ago
  56. 549cc8b Remove bogus DCHECK. by Ian Rogers · 10 years ago
  57. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 10 years ago
  58. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 10 years ago
  59. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 10 years ago
  60. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 10 years ago
  61. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 10 years ago
  62. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 10 years ago
  63. e62ff67 Merge "Reflection tidying." by Ian Rogers · 10 years ago
  64. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 10 years ago
  65. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 10 years ago
  66. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 10 years ago
  67. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 10 years ago
  68. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  69. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 10 years ago
  70. 580a8df Less redundant verification. by Mathieu Chartier · 10 years ago
  71. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 10 years ago
  72. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  73. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 10 years ago
  74. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 10 years ago
  75. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  76. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 10 years ago
  77. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 10 years ago
  78. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  79. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 10 years ago
  80. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 10 years ago
  81. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 10 years ago
  82. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  83. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 10 years ago
  84. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 10 years ago
  85. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 10 years ago
  86. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 10 years ago
  87. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 10 years ago
  88. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 10 years ago
  89. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  90. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 10 years ago
  91. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  92. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  93. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 10 years ago
  94. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 10 years ago
  95. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 10 years ago
  96. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 10 years ago
  97. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 10 years ago
  98. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 10 years ago
  99. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  100. abbce4c Merge "64bit: make runtime offsets more deterministic." by Ian Rogers · 10 years ago