1. 20cdc06 Merge "Changes for vogar compatibility" by Kenny Root · 10 years ago
  2. b720c4b Merge "Add Handle/HandleScope and delete SirtRef." by Mathieu Chartier · 10 years ago
  3. d518534 Changes for vogar compatibility by Kenny Root · 10 years ago
  4. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  5. a47dcbf Merge "x86_64: Fix issues in entrypoints" by Andreas Gampe · 10 years ago
  6. 78150c7 x86_64: Fix issues in entrypoints by Dmitry Petrochenko · 10 years ago
  7. c0480ef Fix includes for arch_test.cc. by Vladimir Marko · 10 years ago
  8. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  9. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  10. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  11. 98a8a54 Merge "Restore "Late-enable" logging" by Brian Carlstrom · 10 years ago
  12. b911636 Merge "Dump the native stack of an unattached aborting thread." by Ian Rogers · 10 years ago
  13. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  14. 966ce11 Restore "Late-enable" logging by Brian Carlstrom · 10 years ago
  15. e920cfd Merge "Fix a lock level violation with background compaction enabled." by Hiroshi Yamauchi · 10 years ago
  16. a6a8d14 Fix a lock level violation with background compaction enabled. by Hiroshi Yamauchi · 10 years ago
  17. 653bc0e Merge "Place ISA into boot image name." by Ian Rogers · 10 years ago
  18. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  19. 9757e3d Merge "Make it easy to change the default GC type." by Hiroshi Yamauchi · 10 years ago
  20. 1dda060 Make it easy to change the default GC type. by Hiroshi Yamauchi · 10 years ago
  21. 7e0a8b4 Merge changes Icf9afbab,If2409101 by Andreas Gampe · 10 years ago
  22. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  23. dfd891a AArch64: Fixing and adding arm64 trampolines. by Matteo Franchin · 10 years ago
  24. 37eecbd Dump the native stack of an unattached aborting thread. by Ian Rogers · 10 years ago
  25. f92a456 Merge "Add lockless SynchronizedGet for indirect reference table." by Mathieu Chartier · 10 years ago
  26. 537aaf1 Merge "Revert "Switch on implicit null pointer and stack overflow checks."" by Dave Allison · 10 years ago
  27. f36d985 Bump oat version to force recompile. by Dave Allison · 10 years ago
  28. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  29. c6b558c Merge "Remove all LOG(DEBUG) which is not intended to be checked in" by Brian Carlstrom · 10 years ago
  30. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  31. a52c5a6 Merge "Reference::GetReferent() calls by GC should not trigger read barriers." by Hiroshi Yamauchi · 10 years ago
  32. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  33. bfff21a Reference::GetReferent() calls by GC should not trigger read barriers. by Hiroshi Yamauchi · 10 years ago
  34. 1eda9c1 Merge "Make it possible to disable read barriers in Class::GetObjectSize()" by Hiroshi Yamauchi · 10 years ago
  35. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 10 years ago
  36. b605083 Merge "Fix race condition in ProcessReferences." by Mathieu Chartier · 10 years ago
  37. 56942f9 Merge "Bump oat version again to force recompile" by Brian Carlstrom · 10 years ago
  38. 09bc9d2 Bump oat version again to force recompile by Dave Allison · 10 years ago
  39. 2175f52 Fix race condition in ProcessReferences. by Mathieu Chartier · 10 years ago
  40. e8879d6 Merge "Add null check in MarkSweepMarkObjectSlowPath." by Mathieu Chartier · 10 years ago
  41. a17288e Add null check in MarkSweepMarkObjectSlowPath. by Mathieu Chartier · 10 years ago
  42. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 10 years ago
  43. 5bd9f09 Merge "Use atomic load/store for volatile IGET/IPUT/SGET/SPUT." by Vladimir Marko · 10 years ago
  44. ffcf226 Up OAT version to force recompile by Dave Allison · 10 years ago
  45. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 10 years ago
  46. 6eb40c7 Merge "Only disable @PLT symbols for clang 3.3." by Ian Rogers · 10 years ago
  47. a0ff605 Only disable @PLT symbols for clang 3.3. by Ian Rogers · 10 years ago
  48. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  49. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 10 years ago
  50. 13ff810 Merge "Fix spammy "Disabling background compaction for non zygote" message." by Mathieu Chartier · 10 years ago
  51. 18694f4 Merge "Allow invoke-virtual-quick on interface types." by Ian Rogers · 10 years ago
  52. a4cf1df Allow invoke-virtual-quick on interface types. by Ian Rogers · 10 years ago
  53. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  54. b60717a Merge "Trigger GSS whole-heap collection based on large object allocations." by Hiroshi Yamauchi · 10 years ago
  55. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  56. 52ba199 Fix spammy "Disabling background compaction for non zygote" message. by Mathieu Chartier · 10 years ago
  57. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 10 years ago
  58. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 10 years ago
  59. f23a719 Merge "Build live-in, live-out and kill sets for each block." by Nicolas Geoffray · 10 years ago
  60. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  61. eb534d8 Merge "Fix device booting with DlMalloc instead of RosAlloc." by Mathieu Chartier · 10 years ago
  62. 41961e2 Fix device booting with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  63. 05c3aa4 Merge "Fix typo." by Ian Rogers · 10 years ago
  64. 069849e Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  65. 2fa98e2 Fix typo. by Ian Rogers · 10 years ago
  66. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 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. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 10 years ago
  73. 9780f97 Merge "Add more context for CHECKs" by Brian Carlstrom · 10 years ago
  74. af12bcc Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 10 years ago
  75. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 10 years ago
  76. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 10 years ago
  77. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 10 years ago
  78. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  79. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 10 years ago
  80. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 10 years ago
  81. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 10 years ago
  82. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  83. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  84. f486778 Add some debugging info for bug 14469172. by Mingyao Yang · 10 years ago
  85. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  86. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  87. 7c62471 Merge "ART: ARM64 art_quick_string_compareto" by Andreas Gampe · 10 years ago
  88. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  89. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago
  90. eafef7d Merge "Allow ArtMethod::Invoke in unstarted runtimes." by Ian Rogers · 10 years ago
  91. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  92. 5e1c205 Merge "Prevent spurious dexopts in 32-64 builds." by Brian Carlstrom · 10 years ago
  93. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  94. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  95. f2cecc2 Merge "ART: Add art_quick_unlock_object to stub_test" by Andreas Gampe · 10 years ago
  96. 8cede95 Merge "ART: Fix assembler_test to use ScratchFile" by Andreas Gampe · 10 years ago
  97. a54c22c Merge "Move DecodedInstruction into MIR." by Ian Rogers · 10 years ago
  98. 9731eef Merge "Update the GetFieldObject calls behind the read barrier macros." by Hiroshi Yamauchi · 10 years ago
  99. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  100. 6a154a4 Update the GetFieldObject calls behind the read barrier macros. by Hiroshi Yamauchi · 10 years ago