1. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  2. c6b558c Merge "Remove all LOG(DEBUG) which is not intended to be checked in" by Brian Carlstrom · 10 years ago
  3. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  4. a52c5a6 Merge "Reference::GetReferent() calls by GC should not trigger read barriers." by Hiroshi Yamauchi · 10 years ago
  5. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  6. bfff21a Reference::GetReferent() calls by GC should not trigger read barriers. by Hiroshi Yamauchi · 10 years ago
  7. 1eda9c1 Merge "Make it possible to disable read barriers in Class::GetObjectSize()" by Hiroshi Yamauchi · 10 years ago
  8. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 10 years ago
  9. b605083 Merge "Fix race condition in ProcessReferences." by Mathieu Chartier · 10 years ago
  10. 56942f9 Merge "Bump oat version again to force recompile" by Brian Carlstrom · 10 years ago
  11. 09bc9d2 Bump oat version again to force recompile by Dave Allison · 10 years ago
  12. 2175f52 Fix race condition in ProcessReferences. by Mathieu Chartier · 10 years ago
  13. 3d1e664 Merge "Don't build art-run-tests directly into userdata.img" by Ying Wang · 10 years ago
  14. e8879d6 Merge "Add null check in MarkSweepMarkObjectSlowPath." by Mathieu Chartier · 10 years ago
  15. a17288e Add null check in MarkSweepMarkObjectSlowPath. by Mathieu Chartier · 10 years ago
  16. 90cf3ee Merge "Clean up ScopedArenaAllocatorAdapter." by Vladimir Marko · 10 years ago
  17. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 10 years ago
  18. 0f89dac AArch64: Fix the usage of IP0, IP1 as temporary registers by Serban Constantinescu · 10 years ago
  19. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 10 years ago
  20. 5bd9f09 Merge "Use atomic load/store for volatile IGET/IPUT/SGET/SPUT." by Vladimir Marko · 10 years ago
  21. 66dd56d Merge "Up OAT version to force recompile" by Dave Allison · 10 years ago
  22. ffcf226 Up OAT version to force recompile by Dave Allison · 10 years ago
  23. f1c036f Merge "Use WaitHoldingLocks in ReferenceProcessor::GetReferent." by Mathieu Chartier · 10 years ago
  24. fea356f Don't build art-run-tests directly into userdata.img by Ying Wang · 10 years ago
  25. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 10 years ago
  26. 4884ba0 Merge "Add --64 option for run-all-tests." by Brian Carlstrom · 10 years ago
  27. 6eb40c7 Merge "Only disable @PLT symbols for clang 3.3." by Ian Rogers · 10 years ago
  28. a0ff605 Only disable @PLT symbols for clang 3.3. by Ian Rogers · 10 years ago
  29. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  30. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 10 years ago
  31. 13ff810 Merge "Fix spammy "Disabling background compaction for non zygote" message." by Mathieu Chartier · 10 years ago
  32. dc8e732 Add --64 option for run-all-tests. by Zheng Xu · 10 years ago
  33. 18694f4 Merge "Allow invoke-virtual-quick on interface types." by Ian Rogers · 10 years ago
  34. a4cf1df Allow invoke-virtual-quick on interface types. by Ian Rogers · 10 years ago
  35. 8b1f605 Merge "X86: EmitArrayImm shouldn't truncate to 16 bits" by Ian Rogers · 10 years ago
  36. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  37. b60717a Merge "Trigger GSS whole-heap collection based on large object allocations." by Hiroshi Yamauchi · 10 years ago
  38. a77530f Merge "AArch64: Change arm64 backend to produce A64 code." by Bill Buzbee · 10 years ago
  39. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  40. 52ba199 Fix spammy "Disabling background compaction for non zygote" message. by Mathieu Chartier · 10 years ago
  41. 9ed4277 X86: EmitArrayImm shouldn't truncate to 16 bits by Mark Mendell · 10 years ago
  42. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 10 years ago
  43. 410d87f Merge "Cleanup ARM load/store wide and remove unused param s_reg." by Vladimir Marko · 10 years ago
  44. 052a647 Merge "AArch64: Add fake arm64 backend, and disable it by method filter." by Bill Buzbee · 10 years ago
  45. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 10 years ago
  46. 60280e5 Merge "ART: Ensure X86 OpRegCopyWide preserves src" by Bill Buzbee · 10 years ago
  47. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  48. 9e06c8c AArch64: Add fake arm64 backend, and disable it by method filter. by Zheng Xu · 10 years ago
  49. 99380ed ART: Ensure X86 OpRegCopyWide preserves src by Mark Mendell · 10 years ago
  50. f23a719 Merge "Build live-in, live-out and kill sets for each block." by Nicolas Geoffray · 10 years ago
  51. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  52. 290fda3 Merge "Remove LoadBaseDispWide and StoreBaseDispWide." by Vladimir Marko · 10 years ago
  53. 91152bc Merge "ART: ChildBlockIterator Implementation" by Vladimir Marko · 10 years ago
  54. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  55. 7189fee Merge "AArch64: Added arm64 quick backend as an arm clone." by Bill Buzbee · 10 years ago
  56. 43ec873 AArch64: Added arm64 quick backend as an arm clone. by Matteo Franchin · 10 years ago
  57. 68f8e40 Merge "Give Compiler a back reference to the driver." by Ian Rogers · 10 years ago
  58. eb534d8 Merge "Fix device booting with DlMalloc instead of RosAlloc." by Mathieu Chartier · 10 years ago
  59. 41961e2 Fix device booting with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  60. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 10 years ago
  61. 05c3aa4 Merge "Fix typo." by Ian Rogers · 10 years ago
  62. 069849e Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  63. 2fa98e2 Fix typo. by Ian Rogers · 10 years ago
  64. 47ebd77 Merge "ART: Improve fused compare long branch" by Ian Rogers · 10 years ago
  65. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 10 years ago
  66. 80475df Merge "ART: Ensure use counts updated when adding SSA reg" by Bill Buzbee · 10 years ago
  67. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  68. fc733a1 Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 10 years ago
  69. d0ac324 Merge "Improve ValidateSuperClassDescriptors performance." by Ian Rogers · 10 years ago
  70. 30f54a9 Merge "Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime." by Ian Rogers · 10 years ago
  71. 151f221 Improve ValidateSuperClassDescriptors performance. by Ian Rogers · 10 years ago
  72. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 10 years ago
  73. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 10 years ago
  74. 9780f97 Merge "Add more context for CHECKs" by Brian Carlstrom · 10 years ago
  75. af12bcc Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 10 years ago
  76. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 10 years ago
  77. f8c762b ART: ChildBlockIterator Implementation by Jean Christophe Beyler · 10 years ago
  78. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 10 years ago
  79. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 10 years ago
  80. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  81. 36b6596 Merge "ART: Update and correct assemble_x86.cc" by Ian Rogers · 10 years ago
  82. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 10 years ago
  83. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 10 years ago
  84. 752e205 ART: Improve fused compare long branch by Mark Mendell · 10 years ago
  85. 0095e0b Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration" by Vladimir Marko · 10 years ago
  86. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 10 years ago
  87. 6ab0d9f Merge "Make all registers available when allocating an output register." by Nicolas Geoffray · 10 years ago
  88. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 10 years ago
  89. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 10 years ago
  90. 2a12ad4 Merge "x86_64: Fix frame size calculation for 64-bit" by Andreas Gampe · 10 years ago
  91. f29a424 x86_64: Fix frame size calculation for 64-bit by Dmitry Petrochenko · 10 years ago
  92. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 10 years ago
  93. 6676205 Merge "Add RecordFree to the GarbageCollector interface" by Mathieu Chartier · 10 years ago
  94. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  95. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  96. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 10 years ago
  97. 680d662 Merge "Add some debugging info for bug 14469172." by Mingyao Yang · 10 years ago
  98. f486778 Add some debugging info for bug 14469172. by Mingyao Yang · 10 years ago
  99. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 10 years ago
  100. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago