1. 2d5ab2d Merge "ART: Mark some functions as always-inline" am: 667ce5f52e am: 1b7561da23 by Andreas Gampe · 8 years ago
  2. 6c17298 Merge "ART: Mark some functions as always-inline" am: 667ce5f52e am: 1b7561da23 by Andreas Gampe · 8 years ago
  3. 1b7561d Merge "ART: Mark some functions as always-inline" am: 667ce5f52e by Andreas Gampe · 8 years ago
  4. 667ce5f Merge "ART: Mark some functions as always-inline" by Treehugger Robot · 8 years ago
  5. 2b7c63d Merge changes I1f50e09d,I8b2bb87a am: 1051fa2d74 am: 22359a67a7 am: ceba02d8f6 by Andreas Gampe · 8 years ago
  6. ceba02d Merge changes I1f50e09d,I8b2bb87a am: 1051fa2d74 am: 22359a67a7 by Andreas Gampe · 8 years ago
  7. 22359a6 Merge changes I1f50e09d,I8b2bb87a am: 1051fa2d74 by Andreas Gampe · 8 years ago
  8. 1051fa2 Merge changes I1f50e09d,I8b2bb87a by Treehugger Robot · 8 years ago
  9. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 8 years ago
  10. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  11. 8d01c37 ART: Remove unique_ptr release warnings by Andreas Gampe · 8 years ago
  12. 3c137f6 Merge "Fix dexlayout fixed point test" am: 1171deea4c am: 7c9651c617 by Mathieu Chartier · 8 years ago
  13. 94695ba Merge "Fix dexlayout fixed point test" am: 1171deea4c am: 7c9651c617 by Mathieu Chartier · 8 years ago
  14. 7c9651c Merge "Fix dexlayout fixed point test" am: 1171deea4c by Mathieu Chartier · 8 years ago
  15. 1171dee Merge "Fix dexlayout fixed point test" by Mathieu Chartier · 8 years ago
  16. 3a12b22 Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." am: cca411ec1d am: a1d2d40dcf by Vladimir Marko · 8 years ago
  17. a1ed271 Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." am: cca411ec1d by Vladimir Marko · 8 years ago
  18. a1d2d40 Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." by Vladimir Marko · 8 years ago
  19. cca411e Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." by Treehugger Robot · 8 years ago
  20. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  21. 3e3d6c1 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" am: cce39b5b4f am: 9974493948 by Alexey Frunze · 8 years ago
  22. 4f0f058 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" am: cce39b5b4f by Alexey Frunze · 8 years ago
  23. 9974493 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" by Alexey Frunze · 8 years ago
  24. cce39b5 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" by Treehugger Robot · 8 years ago
  25. f028730 Merge "Flush data cache after updating the JIT table." into oc-dev by Nicolas Geoffray · 8 years ago
  26. 192289e Merge "Flush data cache after updating the JIT table." into oc-dev by TreeHugger Robot · 8 years ago
  27. 6079dca MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative by Alexey Frunze · 8 years ago
  28. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  29. 563671d Use arena allocation for profiles am: e276589f2f -s ours by Calin Juravle · 8 years ago
  30. e1cfcc1 Merge "Stop interpreter from accessing code items of compiled code." am: 0a5ace58e9 am: f5c659948e by Jeff Hao · 8 years ago
  31. 7eb4d4b Merge "Stop interpreter from accessing code items of compiled code." am: 0a5ace58e9 by Jeff Hao · 8 years ago
  32. f5c6599 Merge "Stop interpreter from accessing code items of compiled code." by Jeff Hao · 8 years ago
  33. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  34. d51dfde Merge "Simplify CHA dependency tracking data structure." am: d8b6461dfd am: 1a2c46153f by Mingyao Yang · 8 years ago
  35. f803ace Merge "Simplify CHA dependency tracking data structure." am: d8b6461dfd by Mingyao Yang · 8 years ago
  36. 1a2c461 Merge "Simplify CHA dependency tracking data structure." am: d8b6461dfd by Mingyao Yang · 8 years ago
  37. d8b6461 Merge "Simplify CHA dependency tracking data structure." by Mingyao Yang · 8 years ago
  38. 194b5a5 Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" am: 90eb05c4f3 am: e425ca2fbd by Alex Light · 8 years ago
  39. 65edd78 Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" am: 90eb05c4f3 by Alex Light · 8 years ago
  40. e425ca2 Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 8 years ago
  41. 90eb05c Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 8 years ago
  42. cc10450 Simplify CHA dependency tracking data structure. by Mingyao Yang · 8 years ago
  43. e276589 Use arena allocation for profiles by Calin Juravle · 8 years ago
  44. a3e1fbe Merge "Do not deopt when using AOT inline caches" into oc-dev by Calin Juravle · 8 years ago
  45. 0b51038 Merge "Record inline caches only for the strictly hot methods" into oc-dev by Calin Juravle · 8 years ago
  46. 4ac7516 Merge "Do not deopt when using AOT inline caches" into oc-dev by Calin Juravle · 8 years ago
  47. 5764880 Merge "Record inline caches only for the strictly hot methods" into oc-dev by Calin Juravle · 8 years ago
  48. bcfea7a Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" am: 199716b374 am: 98c1b616ab by Lena Djokic · 8 years ago
  49. adf950a Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" am: 199716b374 by Lena Djokic · 8 years ago
  50. 98c1b61 Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" by Lena Djokic · 8 years ago
  51. 199716b Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" by Treehugger Robot · 8 years ago
  52. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  53. b06c297 Flush data cache after updating the JIT table. by Nicolas Geoffray · 8 years ago
  54. b953b8a Merge "Update ahat version number to 1.2." am: 32e075d17d am: 951c828d47 by Richard Uhler · 8 years ago
  55. ee9ab1a Merge "Update ahat version number to 1.2." am: 32e075d17d am: 951c828d47 by Richard Uhler · 8 years ago
  56. 951c828 Merge "Update ahat version number to 1.2." am: 32e075d17d by Richard Uhler · 8 years ago
  57. 32e075d Merge "Update ahat version number to 1.2." by Treehugger Robot · 8 years ago
  58. 9a2474b Merge "Flush data cache after updating the JIT table." am: 2d7ed749be am: b91922a9e9 by Nicolas Geoffray · 8 years ago
  59. e5c3e6b Merge "Flush data cache after updating the JIT table." am: 2d7ed749be by Nicolas Geoffray · 8 years ago
  60. b91922a Merge "Flush data cache after updating the JIT table." am: 2d7ed749be by Nicolas Geoffray · 8 years ago
  61. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  62. a4acabf Update ahat version number to 1.2. by Richard Uhler · 8 years ago
  63. 6cef8ab Merge "Show RegisteredNativeAllocation sizes in ahat." am: 1f51ec0e1a am: 09adef9d09 by Richard Uhler · 8 years ago
  64. d388b90 Merge "Show RegisteredNativeAllocation sizes in ahat." am: 1f51ec0e1a by Richard Uhler · 8 years ago
  65. 09adef9 Merge "Show RegisteredNativeAllocation sizes in ahat." am: 1f51ec0e1a by Richard Uhler · 8 years ago
  66. 1f51ec0 Merge "Show RegisteredNativeAllocation sizes in ahat." by Richard Uhler · 8 years ago
  67. 176df4e Merge "Refactor profiles to use TypeReference instead of ClassReference" am: 76c7436569 am: 082690f214 by Mathieu Chartier · 8 years ago
  68. 105b0a0 Merge "Refactor profiles to use TypeReference instead of ClassReference" am: 76c7436569 by Mathieu Chartier · 8 years ago
  69. 082690f Merge "Refactor profiles to use TypeReference instead of ClassReference" by Mathieu Chartier · 8 years ago
  70. 76c7436 Merge "Refactor profiles to use TypeReference instead of ClassReference" by Treehugger Robot · 8 years ago
  71. 8136ef1 Merge "Fix compiler crash due to inline caches and improve docs" am: a559fa1b0d am: ceece21554 by Calin Juravle · 8 years ago
  72. 220b3ee Merge "Fully support static encoded fields." am: 673253e162 am: 55cab721a3 by Chang Xing · 8 years ago
  73. 13968ff Merge "Fix compiler crash due to inline caches and improve docs" am: a559fa1b0d by Calin Juravle · 8 years ago
  74. 58fb0ef Merge "Fully support static encoded fields." am: 673253e162 am: 55cab721a3 by Chang Xing · 8 years ago
  75. ceece21 Merge "Fix compiler crash due to inline caches and improve docs" am: a559fa1b0d by Calin Juravle · 8 years ago
  76. 55cab72 Merge "Fully support static encoded fields." am: 673253e162 by Chang Xing · 8 years ago
  77. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  78. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  79. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  80. 1e8ba37 Do not deopt when using AOT inline caches by Calin Juravle · 8 years ago
  81. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  82. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  83. 60889dc Record inline caches only for the strictly hot methods by Calin Juravle · 8 years ago
  84. a652407 Merge "Do not deopt when using AOT inline caches" am: 6dd5019ccc am: 8c3d29a531 by Calin Juravle · 8 years ago
  85. d577591 Merge "Do not deopt when using AOT inline caches" am: 6dd5019ccc am: 8c3d29a531 by Calin Juravle · 8 years ago
  86. 8c3d29a Merge "Do not deopt when using AOT inline caches" am: 6dd5019ccc by Calin Juravle · 8 years ago
  87. 6dd5019 Merge "Do not deopt when using AOT inline caches" by Treehugger Robot · 8 years ago
  88. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  89. 7b497ee Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target by Alex Light · 8 years ago
  90. 4b98536 Merge "ART: Remove RegisterNativeMethods special-casing" am: 8bdf4e0d20 am: efc4ffd26d by Andreas Gampe · 8 years ago
  91. 5ea5fdb Merge "ART: Remove RegisterNativeMethods special-casing" am: 8bdf4e0d20 by Andreas Gampe · 8 years ago
  92. efc4ffd Merge "ART: Remove RegisterNativeMethods special-casing" am: 8bdf4e0d20 by Andreas Gampe · 8 years ago
  93. 8bdf4e0 Merge "ART: Remove RegisterNativeMethods special-casing" by Treehugger Robot · 8 years ago
  94. c495c4f Merge "ART: Add simple failure list to tail of testrunner output" am: 3d5aae73c9 am: 3c947a24e1 by Andreas Gampe · 8 years ago
  95. f2311c9 Merge "ART: Add simple failure list to tail of testrunner output" am: 3d5aae73c9 by Andreas Gampe · 8 years ago
  96. 3c947a2 Merge "ART: Add simple failure list to tail of testrunner output" am: 3d5aae73c9 by Andreas Gampe · 8 years ago
  97. 2466dd4 Merge "Remove segfault." am: e89d260e2c am: 75cf7f6cf4 am: 5c04890c90 by Steven Moreland · 8 years ago
  98. 5c04890 Merge "Remove segfault." am: e89d260e2c am: 75cf7f6cf4 by Steven Moreland · 8 years ago
  99. 3d5aae7 Merge "ART: Add simple failure list to tail of testrunner output" by Treehugger Robot · 8 years ago
  100. 75cf7f6 Merge "Remove segfault." am: e89d260e2c by Steven Moreland · 8 years ago