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