1. b2ca72a Merge "Revert "Remove auto-generated executable list"" by Treehugger Robot · 9 years ago
  2. 39a1250 Revert "Remove auto-generated executable list" by Colin Cross · 9 years ago
  3. 1c29876 Merge "Remove auto-generated executable list" by Colin Cross · 9 years ago
  4. 244d105 Merge changes Idfd8ac9f,I3dacb78f by Jeff Hao · 9 years ago
  5. 14a4fdc Merge "Fix a check failure in the CC background transition." by Treehugger Robot · 9 years ago
  6. 43ac114 Merge "Fix unnecessary read barrier for resolved/initialized allocations" by Mathieu Chartier · 9 years ago
  7. e534a16 Merge "ART: Use libbase" by Treehugger Robot · 9 years ago
  8. a2ab404 Merge "Remove workarounds for [D]CHECK()s in constexpr functions." by Vladimir Marko · 9 years ago
  9. c3acfc5 Finish dexlayout dumping of dex files and added test. by Jeff Hao · 9 years ago
  10. 3d08238 Merge "ART: SHARED_REQUIRES to REQUIRES_SHARED" by Andreas Gampe · 9 years ago
  11. 7629f60 Add dex file intermediate representation by David Sehr · 9 years ago
  12. f04cf54 Remove workarounds for [D]CHECK()s in constexpr functions. by Vladimir Marko · 9 years ago
  13. 081e7a1 Merge "MIPS32: Fill branch delay slots" by Vladimir Marko · 9 years ago
  14. d707979 Merge "Re-enable boot image string sharpening." by Vladimir Marko · 9 years ago
  15. 19a3f55 Merge "Add entrypoint type information." by Roland Levillain · 9 years ago
  16. a01d066 Fix a check failure in the CC background transition. by Hiroshi Yamauchi · 9 years ago
  17. 6cb44d9 Remove auto-generated executable list by Colin Cross · 9 years ago
  18. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  19. 57eb0f5 MIPS32: Fill branch delay slots by Alexey Frunze · 9 years ago
  20. b6ec5d7 Fix unnecessary read barrier for resolved/initialized allocations by Mathieu Chartier · 9 years ago
  21. 9ed010e Re-enable boot image string sharpening. by Vladimir Marko · 9 years ago
  22. d7eabc2 Merge "Save environment snapshot and use at fork/exec" by Treehugger Robot · 9 years ago
  23. d106d9f Save environment snapshot and use at fork/exec by David Sehr · 9 years ago
  24. 99fd9f3 Merge "Fix clang-tidy warnings in art." by Chih-hung Hsieh · 9 years ago
  25. 66d4779 Merge "Track addition of Class.toGenericString() method" by Neil Fuller · 9 years ago
  26. 6e03d19 Track addition of Class.toGenericString() method by Neil Fuller · 9 years ago
  27. 9495e0c Merge "Re-enable evacuation of recently allocated regions" by Mathieu Chartier · 9 years ago
  28. aaadff8 ART: Use libbase by Andreas Gampe · 9 years ago
  29. 3079bc2 Merge "ART: Fix libnativebridgetest dependencies" by Treehugger Robot · 9 years ago
  30. 13339f9 Merge "ART: Fix symbols" by Treehugger Robot · 9 years ago
  31. 1e55e1d ART: Fix libnativebridgetest dependencies by Andreas Gampe · 9 years ago
  32. 84d9425 Re-enable evacuation of recently allocated regions by Mathieu Chartier · 9 years ago
  33. 20ada11 ART: Fix symbols by Andreas Gampe · 9 years ago
  34. 04bbe22 Merge "Revert "Blacklist failing libcore tests."" by Treehugger Robot · 9 years ago
  35. c0b2583 Revert "Blacklist failing libcore tests." by Narayan Kamath · 9 years ago
  36. 12c4a28 Merge "WIP: ART: Clean p x86_64 string dex cache asm." by Mathieu Chartier · 9 years ago
  37. 0e1ad61 Merge "ART: Add STRING_DEX_CACHE_ELEMENT_SIZE" by Mathieu Chartier · 9 years ago
  38. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 9 years ago
  39. de35bb7 Merge "Ignore -Wunreachable-code for ClassTable::UpdateClass" by Pirama Arumuga Nainar · 9 years ago
  40. 813b9c4 Ignore -Wunreachable-code for ClassTable::UpdateClass by Pirama Arumuga Nainar · 9 years ago
  41. b857c3b Merge "Fix a race condition on GC timing logger data." by Treehugger Robot · 9 years ago
  42. 6fb276b Fix a race condition on GC timing logger data. by Hiroshi Yamauchi · 9 years ago
  43. 3e31882 Merge "Fix ODR violation" by Treehugger Robot · 9 years ago
  44. de7b49a Fix ODR violation by Colin Cross · 9 years ago
  45. cc55a7c Merge "ARM/MIPS: Avoid dead dex cache arrays base for intrinsics." by Treehugger Robot · 9 years ago
  46. da8ffec Add entrypoint type information. by Serban Constantinescu · 9 years ago
  47. c9c055f Merge "Tracking java.lang.reflect.Executable changes" by Treehugger Robot · 9 years ago
  48. c0ee1f5 Merge "ARM: Make runtime invokes use InvokeRuntime()." by Roland Levillain · 9 years ago
  49. 68c981f ARM/MIPS: Avoid dead dex cache arrays base for intrinsics. by Vladimir Marko · 9 years ago
  50. 16b21cd Tracking java.lang.reflect.Executable changes by Neil Fuller · 9 years ago
  51. 4bb30ac ARM: Make runtime invokes use InvokeRuntime(). by Serban Constantinescu · 9 years ago
  52. c4db1d1 Merge "Address missing variable definition to fix the build." by Roland Levillain · 9 years ago
  53. a8c6d70 Address missing variable definition to fix the build. by Roland Levillain · 9 years ago
  54. cf073b3 Merge "Re-enable the ArraySet fast path with Baker read barriers." by Roland Levillain · 9 years ago
  55. 6fe4688 Merge "Fix mac builds" by Treehugger Robot · 9 years ago
  56. 99f575d Merge "Bisection bug search tool" by Treehugger Robot · 9 years ago
  57. d9cf6d5 Merge "Background full compaction for CC." by Treehugger Robot · 9 years ago
  58. 912883d Merge "MIPS64: Improve non-trivial 64-bit constant loading." by Aart Bik · 9 years ago
  59. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 9 years ago
  60. b269180 Merge "Fix arm32 build" by Colin Cross · 9 years ago
  61. 63a1397 Merge "Remove libLLVM* from art" by Colin Cross · 9 years ago
  62. 19f28f1 Fix mac builds by Colin Cross · 9 years ago
  63. 766ea43 Fix arm32 build by Colin Cross · 9 years ago
  64. 0fa3cbd Bisection bug search tool by Wojciech Staszkiewicz · 9 years ago
  65. 90c06db Remove libLLVM* from art by Colin Cross · 9 years ago
  66. 2ffba0b Merge "Convert libart and dependencies to Android.bp" by Treehugger Robot · 9 years ago
  67. 923335c WIP: ART: Clean p x86_64 string dex cache asm. by Christina Wadsworth · 9 years ago
  68. 98d6552 ART: Add STRING_DEX_CACHE_ELEMENT_SIZE by Christina Wadsworth · 9 years ago
  69. 1f7f3bd Convert libart and dependencies to Android.bp by Colin Cross · 9 years ago
  70. 521691a Merge "ArraySet without type check does not need read barrier." by Vladimir Marko · 9 years ago
  71. cb83389 Merge "Fix VIXL assembler test for heap-poisoning configurations." by Treehugger Robot · 9 years ago
  72. 0e851e2 Fix VIXL assembler test for heap-poisoning configurations. by Vladimir Marko · 9 years ago
  73. ca11dc0 Merge "ARM64: Make runtime invokes use InvokeRuntime()." by Roland Levillain · 9 years ago
  74. 16d9f94 Re-enable the ArraySet fast path with Baker read barriers. by Roland Levillain · 9 years ago
  75. 8812e8f Merge "ARM64: Use the zero register for field and array set operations." by Vladimir Marko · 9 years ago
  76. 22f81d3 ARM64: Make runtime invokes use InvokeRuntime(). by Serban Constantinescu · 9 years ago
  77. 24cbdc4 Merge "ARM: VIXL32: Update the trampoline compiler." by Treehugger Robot · 9 years ago
  78. 3e93a40 Merge "ARM: VIXL32: Switch JNI compiler to use VIXL Assembler." by Treehugger Robot · 9 years ago
  79. e7c85ad Merge "ARM: VIXL32: Implement VIXL-based assembler." by Treehugger Robot · 9 years ago
  80. 8d49fd7 ArraySet without type check does not need read barrier. by Vladimir Marko · 9 years ago
  81. be919d9 ARM64: Use the zero register for field and array set operations. by Alexandre Rames · 9 years ago
  82. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 9 years ago
  83. c8cbbf5 Merge "MIPS32: Refactor implicit null checks in array/field get/set." by Vladimir Marko · 9 years ago
  84. 082bfec Merge "Remove duplicate entries with libcore expectation files." by Nicolas Geoffray · 9 years ago
  85. ad25322 Remove duplicate entries with libcore expectation files. by Nicolas Geoffray · 9 years ago
  86. edbfb68 Merge "Revert "Revert "Fix debugger calling new String().""" by Treehugger Robot · 9 years ago
  87. 064d24e Revert "Revert "Fix debugger calling new String()."" by Jeff Hao · 9 years ago
  88. 2851ce0 Merge "Revert "Convert libart and dependencies to Android.bp"" by Colin Cross · 9 years ago
  89. 316417e Revert "Convert libart and dependencies to Android.bp" by Colin Cross · 9 years ago
  90. 8d0e884 Merge "Convert libart and dependencies to Android.bp" by Treehugger Robot · 9 years ago
  91. 2923db7 MIPS32: Refactor implicit null checks in array/field get/set. by Alexey Frunze · 9 years ago
  92. 4ea3a22 Convert libart and dependencies to Android.bp by Colin Cross · 9 years ago
  93. 770e31a Merge "Avoid CAS for marking region space bitmap for baker" by Treehugger Robot · 9 years ago
  94. c733dca MIPS64: Improve non-trivial 64-bit constant loading. by Chris Larsen · 9 years ago
  95. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 9 years ago
  96. 897b8f5 Merge "ART: Remove vestiges of GCC" am: 8aea8dbca6 by Andreas Gampe · 9 years ago
  97. 8aea8db Merge "ART: Remove vestiges of GCC" by Treehugger Robot · 9 years ago
  98. 95492ed Merge "Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load.""" by Vladimir Marko · 9 years ago
  99. 431432d Merge "Revert "Fix debugger calling new String()."" am: f91b5f3372 by Nicolas Geoffray · 9 years ago
  100. 7c07539 Merge "Revert "Fix debugger missing handle between adding and tagging object."" by Nicolas Geoffray · 9 years ago