1. dd9699a Revert "Fix access checks for app compatibility." by Jeff Hao · 11 years ago
  2. b59b2c8 Fix access checks for app compatibility. by Jeff Hao · 11 years ago
  3. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 11 years ago
  4. 3f96751 Merge "Fix non concurrent mark sweep ergonomics." by Mathieu Chartier · 11 years ago
  5. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 11 years ago
  6. 11a8497 Merge "Some fixes for comments and implied conversions." by Jeff Hao · 11 years ago
  7. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 11 years ago
  8. 17b3fb8 Merge "Swap allocation stacks in pause." by Mathieu Chartier · 11 years ago
  9. e759c9f Merge "Add access checks to Method and Field reflection." by Jeff Hao · 11 years ago
  10. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  11. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  12. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  13. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  14. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  15. 2bc4246 Merge "x86_64: JNI compiler" by Andreas Gampe · 11 years ago
  16. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 11 years ago
  17. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  18. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  19. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  20. 67ad224 Merge "Remove bogus DCHECK." by Ian Rogers · 11 years ago
  21. 549cc8b Remove bogus DCHECK. by Ian Rogers · 11 years ago
  22. 2aa9b36 Merge "Support inlining with breakpoint" by Sebastien Hertz · 11 years ago
  23. 2b0fe85 Merge "Last patch for running tests on ARM64" by Andreas Gampe · 11 years ago
  24. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 11 years ago
  25. 41ec12c Merge "Handle Array::Memmove within the same array properly." by Ian Rogers · 11 years ago
  26. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago
  27. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  28. e62ff67 Merge "Reflection tidying." by Ian Rogers · 11 years ago
  29. 78bd9b2 Merge "Refactor deoptimization support in debugger" by Sebastien Hertz · 11 years ago
  30. 03fd6e1 Merge "Do not suspend current thread to build stacktrace from DDMS" by Sebastien Hertz · 11 years ago
  31. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 11 years ago
  32. 175cac4 Merge "Fix alloc tracker locking issue" by Sebastien Hertz · 11 years ago
  33. 84956ff Reflection tidying. by Ian Rogers · 11 years ago
  34. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  35. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  36. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  37. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  38. b98063a Fix alloc tracker locking issue by Sebastien Hertz · 11 years ago
  39. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  40. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  41. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  42. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 11 years ago
  43. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  44. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 11 years ago
  45. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 11 years ago
  46. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 11 years ago
  47. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  48. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 11 years ago
  49. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 11 years ago
  50. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 11 years ago
  51. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 11 years ago
  52. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 11 years ago
  53. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 11 years ago
  54. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  55. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 11 years ago
  56. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  57. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  58. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 11 years ago
  59. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 11 years ago
  60. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 11 years ago
  61. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 11 years ago
  62. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 11 years ago
  63. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 11 years ago
  64. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 11 years ago
  65. abbce4c Merge "64bit: make runtime offsets more deterministic." by Ian Rogers · 11 years ago
  66. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 11 years ago
  67. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  68. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  69. afb21d1 Merge "Add soft reference pre processing." by Mathieu Chartier · 11 years ago
  70. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 11 years ago
  71. 77bef43 Merge "Fix JDWP ObjectReference.InvokeMethod for virtual method call." by Sebastien Hertz · 11 years ago
  72. 51b7102 Remove use of pthread_cond_timedwait_monotonic. by Narayan Kamath · 11 years ago
  73. c5db77c Merge "Fix thread suspension in ObjectReference.MonitorInfo JDWP command." by Sebastien Hertz · 11 years ago
  74. 2c18462 Merge "Do not send JDWP data in case of error." by Sebastien Hertz · 11 years ago
  75. 83a47d8 Fix JDWP ObjectReference.InvokeMethod for virtual method call. by Sebastien Hertz · 11 years ago
  76. ed08bd4 Fix test-art 083-compiler-regressions with work around by Brian Carlstrom · 11 years ago
  77. 6673338 Merge "Make test-art pass with heap reference poisoning enabled." by Hiroshi Yamauchi · 11 years ago
  78. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  79. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  80. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 11 years ago
  81. 5426324 Fix thread suspension in ObjectReference.MonitorInfo JDWP command. by Sebastien Hertz · 11 years ago
  82. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  83. 0f7e3e7 Merge "Use the card table to speed up the GSS collector." by Hiroshi Yamauchi · 11 years ago
  84. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 11 years ago
  85. 71a3eba Quick typo fix in the 4GB lowmem code by Andreas Gampe · 11 years ago
  86. 8dba5aa AArch64: Add memory allocation in low 4GB by Stuart Monteith · 11 years ago
  87. cb19ebf Fix debugger crash in native method frames. by Sebastien Hertz · 11 years ago
  88. f17ce4c Merge "Fix reg type merging in the verifier" by Sebastien Hertz · 11 years ago
  89. 8edba0b include <float.h> for DBL_MAX and DBL_MIN by Brian Carlstrom · 11 years ago
  90. 38378b2 Merge "Fix build." by Brian Carlstrom · 11 years ago
  91. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  92. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  93. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 11 years ago
  94. 420fd04 Fix build. by Robert Craig · 11 years ago
  95. e18fdd2 Work-around GCC polymorphism problems. by Ian Rogers · 11 years ago
  96. 11e4c03 64bit build fix. by Ian Rogers · 11 years ago
  97. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  98. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  99. aa0c00c Fix reg type merging in the verifier by Sebastien Hertz · 11 years ago
  100. 9a6a99a Remove small duplicate code in Generic JNI handling, add comments by Andreas Gampe · 11 years ago