1. 6854623 Merge "Add dexlayout test where class data section precedes code items." by Jeff Hao · 8 years ago
  2. 80b8e7c Merge "Add dexlayout test where class data section precedes code items." by Treehugger Robot · 8 years ago
  3. 323aaa9 Merge "New utilities for induction variables." am: f040eca732 by Aart Bik · 8 years ago
  4. f040eca Merge "New utilities for induction variables." by Aart Bik · 8 years ago
  5. d0f9534 Merge "Don't include patch information when generating images." am: 48b795efcb by Richard Uhler · 8 years ago
  6. 48b795e Merge "Don't include patch information when generating images." by Richard Uhler · 8 years ago
  7. e29e1af Merge "Add regression test for vdex + layout combination" am: 9c69e59864 by Mathieu Chartier · 8 years ago
  8. 9c69e59 Merge "Add regression test for vdex + layout combination" by Mathieu Chartier · 8 years ago
  9. 32a60ab Add dexlayout test where class data section precedes code items. by Jeff Hao · 8 years ago
  10. 8bc343b Add regression test for vdex + layout combination by Mathieu Chartier · 8 years ago
  11. 2726ddd Merge "Prevent dexlayout from moving code items if preceded by class data." by Jeff Hao · 8 years ago
  12. 106173a Merge "Prevent dexlayout from moving code items if preceded by class data." by Treehugger Robot · 8 years ago
  13. 4b9bcac Merge "Handle RawData case for DexLayout" am: 81464523d6 by Mathieu Chartier · 8 years ago
  14. 8146452 Merge "Handle RawData case for DexLayout" by Treehugger Robot · 8 years ago
  15. 863f1d7 Prevent dexlayout from moving code items if preceded by class data. by Jeff Hao · 8 years ago
  16. 497d526 Handle RawData case for DexLayout by Mathieu Chartier · 8 years ago
  17. 8e02e3e New utilities for induction variables. by Aart Bik · 8 years ago
  18. a7512d0 Merge "MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code" am: fddc19338d by Vladimir Marko · 8 years ago
  19. fddc193 Merge "MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code" by Vladimir Marko · 8 years ago
  20. 2f94fa0 Merge "ART: Add correct field index to reference visiting" am: ad4ee2641d by Andreas Gampe · 8 years ago
  21. ad4ee26 Merge "ART: Add correct field index to reference visiting" by Treehugger Robot · 8 years ago
  22. 2300620 Merge "MIPS: Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 8 years ago
  23. ea6a2f2 Merge "Revert "Revert "Intrinsify Integer.valueOf.""" am: 0058a5487c by Nicolas Geoffray · 8 years ago
  24. 41ee103 Merge "MIPS: Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 8 years ago
  25. 0058a54 Merge "Revert "Revert "Intrinsify Integer.valueOf.""" by Nicolas Geoffray · 8 years ago
  26. 330bed6 Merge "Update run-tests script/dependencies to use -testdex jars." by Nicolas Geoffray · 8 years ago
  27. 39edd8b Merge "Update run-tests script/dependencies to use -testdex jars." by Nicolas Geoffray · 8 years ago
  28. 320ccca Update run-tests script/dependencies to use -testdex jars. by Nicolas Geoffray · 8 years ago
  29. 331605a Revert "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 8 years ago
  30. 3651222 Merge "Blacklist libcore tests relying on libjavacoretests." am: ec280c9a8f by Nicolas Geoffray · 8 years ago
  31. ec280c9 Merge "Blacklist libcore tests relying on libjavacoretests." by Treehugger Robot · 8 years ago
  32. 6875fbf Merge "Fix mutex issue" am: 0d396047b1 by Alex Light · 8 years ago
  33. 0d39604 Merge "Fix mutex issue" by Treehugger Robot · 8 years ago
  34. a9fc86a Merge "ART: Add primitive field reporting" am: 30667728ca by Andreas Gampe · 8 years ago
  35. 9511460 ART: Add correct field index to reference visiting by Andreas Gampe · 8 years ago
  36. 3066772 Merge "ART: Add primitive field reporting" by Treehugger Robot · 8 years ago
  37. 9794a67 Merge "Disable test 152 for gcstress" am: 5d481d9f7e by Mathieu Chartier · 8 years ago
  38. 5d481d9 Merge "Disable test 152 for gcstress" by Treehugger Robot · 8 years ago
  39. aa4ee8d Blacklist libcore tests relying on libjavacoretests. by Nicolas Geoffray · 8 years ago
  40. 861af89 Fix mutex issue by Alex Light · 8 years ago
  41. 9b4b7df Merge "Change the region space region size to 256k." am: e0aa5beef7 by Hiroshi Yamauchi · 8 years ago
  42. e0aa5be Merge "Change the region space region size to 256k." by Hiroshi Yamauchi · 8 years ago
  43. 5591819 Disable test 152 for gcstress by Mathieu Chartier · 8 years ago
  44. e731693 ART: Add primitive field reporting by Andreas Gampe · 8 years ago
  45. 43fe5e5 Merge "ART/Mterp: eliminate unnecessary access checks" am: 15c4ee19ed by Bill Buzbee · 8 years ago
  46. 15c4ee1 Merge "ART/Mterp: eliminate unnecessary access checks" by Bill Buzbee · 8 years ago
  47. 90547dd Merge "Avoid visiting dead large objects in RegionSpace::Walk" am: edb792d53f by Mathieu Chartier · 8 years ago
  48. edb792d Merge "Avoid visiting dead large objects in RegionSpace::Walk" by Treehugger Robot · 8 years ago
  49. cdc485f Merge "ART: Fix string reporting" am: 86e8e22d8b by Andreas Gampe · 8 years ago
  50. 86e8e22 Merge "ART: Fix string reporting" by Treehugger Robot · 8 years ago
  51. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 8 years ago
  52. 1ceeecf Avoid visiting dead large objects in RegionSpace::Walk by Mathieu Chartier · 8 years ago
  53. 57cd830 Merge "Apply String.equals() optimizations on MIPS32 and MIPS64" am: 43be2a8bd5 by Goran Jakovljevic · 8 years ago
  54. 43be2a8 Merge "Apply String.equals() optimizations on MIPS32 and MIPS64" by Treehugger Robot · 8 years ago
  55. 45efee1 Merge "Revert "Intrinsify Integer.valueOf."" am: 3b98ccb94f by Nicolas Geoffray · 8 years ago
  56. 556cba0 Don't include patch information when generating images. by Richard Uhler · 8 years ago
  57. 3b98ccb Merge "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 8 years ago
  58. db7b44a Revert "Intrinsify Integer.valueOf." by Nicolas Geoffray · 8 years ago
  59. cdb23d6 MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code by Goran Jakovljevic · 8 years ago
  60. a20800a Merge "Fix java.lang.Void.TYPE (void.class) initialization." am: c0ca5fd8f5 by Vladimir Marko · 8 years ago
  61. 2255654 Merge "Intrinsify Integer.valueOf." am: e44d325427 by Nicolas Geoffray · 8 years ago
  62. c0ca5fd Merge "Fix java.lang.Void.TYPE (void.class) initialization." by Vladimir Marko · 8 years ago
  63. e44d325 Merge "Intrinsify Integer.valueOf." by Nicolas Geoffray · 8 years ago
  64. 6e0b3e9 Merge "ARM: VIXL32: Use LoadLiteral for double constants." am: 4cc7e8f848 by Nicolas Geoffray · 8 years ago
  65. 4cc7e8f Merge "ARM: VIXL32: Use LoadLiteral for double constants." by Nicolas Geoffray · 8 years ago
  66. 64fa84f Apply String.equals() optimizations on MIPS32 and MIPS64 by Goran Jakovljevic · 8 years ago
  67. 8e7d202 Merge "Add hooks to avoid collecting code for run-tests." am: 69dcdead8a by Nicolas Geoffray · 8 years ago
  68. 69dcdea Merge "Add hooks to avoid collecting code for run-tests." by Nicolas Geoffray · 8 years ago
  69. 5f94203 ART: Fix string reporting by Andreas Gampe · 8 years ago
  70. 7403e04 Merge "Remove warning pragma from OpenJdkJvmTi.cc" am: 4d6d573b08 by Alex Light · 8 years ago
  71. 4d6d573 Merge "Remove warning pragma from OpenJdkJvmTi.cc" by Treehugger Robot · 8 years ago
  72. 6711cd8 Change the region space region size to 256k. by Hiroshi Yamauchi · 8 years ago
  73. ed2b3a8 Merge "Revert "CHA for interface method."" am: 65a599a4af by Mingyao Yang · 8 years ago
  74. b42ce7c Merge "Make testrunner use an environment variable to control building." by Alex Light · 8 years ago
  75. 65a599a Merge "Revert "CHA for interface method."" by Mingyao Yang · 8 years ago
  76. 652aa2e Merge "Make testrunner use an environment variable to control building." by Treehugger Robot · 8 years ago
  77. 85a1ec1 Revert "CHA for interface method." by Mingyao Yang · 8 years ago
  78. 6a3fd51 Remove warning pragma from OpenJdkJvmTi.cc by Alex Light · 8 years ago
  79. cd0b272 Intrinsify Integer.valueOf. by Nicolas Geoffray · 8 years ago
  80. 61aca84 Merge "proxy: Fix crash when creating proxies with dx-built libcore." by Igor Murashkin · 8 years ago
  81. 169722b Add hooks to avoid collecting code for run-tests. by Nicolas Geoffray · 8 years ago
  82. 977c510 Merge "proxy: Fix crash when creating proxies with dx-built libcore." by Igor Murashkin · 8 years ago
  83. 9b6b13e Make testrunner use an environment variable to control building. by Alex Light · 8 years ago
  84. 9d3d752 proxy: Fix crash when creating proxies with dx-built libcore. by Igor Murashkin · 8 years ago
  85. 4ce1acd Merge "Make AddCapabilities call GetPotentialCapabilities." am: 12664625cc by Alex Light · 8 years ago
  86. 1266462 Merge "Make AddCapabilities call GetPotentialCapabilities." by Treehugger Robot · 8 years ago
  87. 5d23d00 Merge "Improve the region space memory mapping." am: 64be7c5531 by Hiroshi Yamauchi · 8 years ago
  88. 3433ea8 Merge "CHA for interface method." am: 747aeb4232 by Mingyao Yang · 8 years ago
  89. 64be7c5 Merge "Improve the region space memory mapping." by Hiroshi Yamauchi · 8 years ago
  90. 747aeb4 Merge "CHA for interface method." by Mingyao Yang · 8 years ago
  91. 1d22496 Make AddCapabilities call GetPotentialCapabilities. by Alex Light · 8 years ago
  92. f217329 Merge "ART: Let mterp know about invoke-custom" am: 86a185601a by Bill Buzbee · 8 years ago
  93. 86a1856 Merge "ART: Let mterp know about invoke-custom" by Bill Buzbee · 8 years ago
  94. 66113df Merge "SIMD type conversion for x86" am: cfdd3ea01e by Aart Bik · 8 years ago
  95. cfdd3ea Merge "SIMD type conversion for x86" by Aart Bik · 8 years ago
  96. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 8 years ago
  97. e00e559 Fix java.lang.Void.TYPE (void.class) initialization. by Vladimir Marko · 8 years ago
  98. 3a1a212 Merge "ART: Enable build options in test runner script." am: 5adf6992b8 by Orion Hodson · 8 years ago
  99. 5adf699 Merge "ART: Enable build options in test runner script." by Treehugger Robot · 8 years ago
  100. dbcfd0f Merge "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."" by Roland Levillain · 8 years ago