1. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 12 years ago
  2. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 12 years ago
  3. 5723960 Merge "Refactor object reference visiting logic." by Mathieu Chartier · 12 years ago
  4. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 12 years ago
  5. 4d3e8b0 Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly" by Andreas Gampe · 12 years ago
  6. d11fcd3 Merge "Avoid strerror until we are sure there is an error" by Andreas Gampe · 12 years ago
  7. aa94cf3 Avoid strerror until we are sure there is an error by Brian Carlstrom · 12 years ago
  8. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 12 years ago
  9. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 12 years ago
  10. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 12 years ago
  11. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 12 years ago
  12. 2e13a5f Merge "Revoke rosalloc thread-local buffers at the checkpoint." by Hiroshi Yamauchi · 12 years ago
  13. 786bd9a Merge "Don't return null for null utf in AllocFromModifiedUtf8." by Mathieu Chartier · 12 years ago
  14. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 12 years ago
  15. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 12 years ago
  16. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 12 years ago
  17. 62f0512 Improvements to Field.get/set. by Ian Rogers · 12 years ago
  18. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 12 years ago
  19. e1f77fd Merge "Support inlining detection from debugger." by Sebastien Hertz · 12 years ago
  20. 2c87c4d Support inlining detection from debugger. by Sebastien Hertz · 12 years ago
  21. dd2e825 Fix issue parsing implicit_checks property by Dave Allison · 12 years ago
  22. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 12 years ago
  23. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 12 years ago
  24. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 12 years ago
  25. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 12 years ago
  26. abbce4c Merge "64bit: make runtime offsets more deterministic." by Ian Rogers · 12 years ago
  27. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 12 years ago
  28. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 12 years ago
  29. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 12 years ago
  30. afb21d1 Merge "Add soft reference pre processing." by Mathieu Chartier · 12 years ago
  31. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 12 years ago
  32. 77bef43 Merge "Fix JDWP ObjectReference.InvokeMethod for virtual method call." by Sebastien Hertz · 12 years ago
  33. c5db77c Merge "Fix thread suspension in ObjectReference.MonitorInfo JDWP command." by Sebastien Hertz · 12 years ago
  34. 2c18462 Merge "Do not send JDWP data in case of error." by Sebastien Hertz · 12 years ago
  35. 83a47d8 Fix JDWP ObjectReference.InvokeMethod for virtual method call. by Sebastien Hertz · 12 years ago
  36. ed08bd4 Fix test-art 083-compiler-regressions with work around by Brian Carlstrom · 12 years ago
  37. 6673338 Merge "Make test-art pass with heap reference poisoning enabled." by Hiroshi Yamauchi · 12 years ago
  38. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 12 years ago
  39. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 12 years ago
  40. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 12 years ago
  41. 5426324 Fix thread suspension in ObjectReference.MonitorInfo JDWP command. by Sebastien Hertz · 12 years ago
  42. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 12 years ago
  43. 0f7e3e7 Merge "Use the card table to speed up the GSS collector." by Hiroshi Yamauchi · 12 years ago
  44. 43c8d72 Do not send JDWP data in case of error. by Sebastien Hertz · 12 years ago
  45. 71a3eba Quick typo fix in the 4GB lowmem code by Andreas Gampe · 12 years ago
  46. 8dba5aa AArch64: Add memory allocation in low 4GB by Stuart Monteith · 12 years ago
  47. cb19ebf Fix debugger crash in native method frames. by Sebastien Hertz · 12 years ago
  48. f17ce4c Merge "Fix reg type merging in the verifier" by Sebastien Hertz · 12 years ago
  49. 8edba0b include <float.h> for DBL_MAX and DBL_MIN by Brian Carlstrom · 12 years ago
  50. 38378b2 Merge "Fix build." by Brian Carlstrom · 12 years ago
  51. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 12 years ago
  52. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 12 years ago
  53. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 12 years ago
  54. 420fd04 Fix build. by Robert Craig · 12 years ago
  55. e18fdd2 Work-around GCC polymorphism problems. by Ian Rogers · 12 years ago
  56. 11e4c03 64bit build fix. by Ian Rogers · 12 years ago
  57. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 12 years ago
  58. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 12 years ago
  59. aa0c00c Fix reg type merging in the verifier by Sebastien Hertz · 12 years ago
  60. 9a6a99a Remove small duplicate code in Generic JNI handling, add comments by Andreas Gampe · 12 years ago
  61. 15245bc mips has no sa_restorer. by Narayan Kamath · 12 years ago
  62. 737d7c3 Fix path for arch/mips/fault_handler_mips.cc by Brian Carlstrom · 12 years ago
  63. a4a8ea9 Merge "Fix heap trimming logic." by Mathieu Chartier · 12 years ago
  64. 7bf52d2 Fix heap trimming logic. by Mathieu Chartier · 12 years ago
  65. 4dcef7e Merge "Fixes for Generic JNI" by Andreas Gampe · 12 years ago
  66. 9054683 Fixes for Generic JNI by Andreas Gampe · 12 years ago
  67. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 12 years ago
  68. 0d64958 Merge "Refactor immune region logic into its own file." by Mathieu Chartier · 12 years ago
  69. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 12 years ago
  70. 3314dcf Merge "Fix debugger crashes in presence of proxy objects." by Sebastien Hertz · 12 years ago
  71. cd4f41a Merge "Implement FINAL/OVERRIDE for clang." by Ian Rogers · 12 years ago
  72. 9758f79 Implement FINAL/OVERRIDE for clang. by Ian Rogers · 12 years ago
  73. 9715587 Merge "Fix thread suspension assertion in debugger." by Sebastien Hertz · 12 years ago
  74. 52d131d Fix thread suspension assertion in debugger. by Sebastien Hertz · 12 years ago
  75. c102043 Merge "Bump up stack overflow region for 64bit." by Ian Rogers · 12 years ago
  76. b7054ba Fix debugger crashes in presence of proxy objects. by Sebastien Hertz · 12 years ago
  77. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 12 years ago
  78. b3fabf4 Bump up stack overflow region for 64bit. by Ian Rogers · 12 years ago
  79. 463cb4d Work-around stack overflow issues. by Ian Rogers · 12 years ago
  80. e78a423 Merge "Fixing structure of native frame for Generic JNI" by Andreas Gampe · 12 years ago
  81. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 12 years ago
  82. 12bea57 Merge "Fix tests for 64b" by Andreas Gampe · 12 years ago
  83. a7a3196 Merge "Improve use of CHECK macros." by Ian Rogers · 12 years ago
  84. 442285a Merge "Fix oatdump for apps." by Dave Allison · 12 years ago
  85. 5d05705 Improve use of CHECK macros. by Ian Rogers · 12 years ago
  86. cfa5c48 Fix tests for 64b by Andreas Gampe · 12 years ago
  87. b7dabf5 Implement proxy support for x86-64. by Ian Rogers · 12 years ago
  88. c6104ae Fix oatdump for apps. by Dave Allison · 12 years ago
  89. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 12 years ago
  90. 1a57066 A few 64bit fixes. by Ian Rogers · 12 years ago
  91. c665129 Always reset CFI state. by Ian Rogers · 12 years ago
  92. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 12 years ago
  93. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 12 years ago
  94. 4812d43 Fix BitVector::SetInitialBits(). by Vladimir Marko · 12 years ago
  95. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 12 years ago
  96. 5b417b9 Fix old stack frame size check by Andreas Gampe · 12 years ago
  97. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 12 years ago
  98. e2d080c Merge "Add timing split for RevokeAllThreadLocalBuffers." by Mathieu Chartier · 12 years ago
  99. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 12 years ago
  100. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 12 years ago