1. 39715c8 Merge changes I282b25a3,I297f0ad4,I052ac9f7 am: 726e1793d3 by Andreas Gampe · 8 years ago
  2. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  3. cf100f8 Merge "ART: Add comments to dex2oat return codes" am: b28f07bf10 by Andreas Gampe · 8 years ago
  4. b28f07b Merge "ART: Add comments to dex2oat return codes" by Treehugger Robot · 8 years ago
  5. c5e1faf Merge "ART: Add some UNLIKELY in the verifier" am: 413d0bec80 by Andreas Gampe · 8 years ago
  6. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 8 years ago
  7. 2af9902 ART: More header cleanup - class_linker.h by Andreas Gampe · 8 years ago
  8. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  9. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  10. 1b7561d Merge "ART: Mark some functions as always-inline" am: 667ce5f52e by Andreas Gampe · 8 years ago
  11. 667ce5f Merge "ART: Mark some functions as always-inline" by Treehugger Robot · 8 years ago
  12. 22359a6 Merge changes I1f50e09d,I8b2bb87a am: 1051fa2d74 by Andreas Gampe · 8 years ago
  13. 6368170 ART: Add comments to dex2oat return codes by Andreas Gampe · 8 years ago
  14. 1051fa2 Merge changes I1f50e09d,I8b2bb87a by Treehugger Robot · 8 years ago
  15. 29e8142 ART: Add some UNLIKELY in the verifier by Andreas Gampe · 8 years ago
  16. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 8 years ago
  17. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  18. 8d01c37 ART: Remove unique_ptr release warnings by Andreas Gampe · 8 years ago
  19. 7c9651c Merge "Fix dexlayout fixed point test" am: 1171deea4c by Mathieu Chartier · 8 years ago
  20. 1171dee Merge "Fix dexlayout fixed point test" by Mathieu Chartier · 8 years ago
  21. a1d2d40 Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." by Vladimir Marko · 8 years ago
  22. cca411e Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." by Treehugger Robot · 8 years ago
  23. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  24. 9974493 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" by Alexey Frunze · 8 years ago
  25. cce39b5 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" by Treehugger Robot · 8 years ago
  26. 6079dca MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative by Alexey Frunze · 8 years ago
  27. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  28. f5c6599 Merge "Stop interpreter from accessing code items of compiled code." by Jeff Hao · 8 years ago
  29. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  30. 1a2c461 Merge "Simplify CHA dependency tracking data structure." am: d8b6461dfd by Mingyao Yang · 8 years ago
  31. d8b6461 Merge "Simplify CHA dependency tracking data structure." by Mingyao Yang · 8 years ago
  32. e425ca2 Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 8 years ago
  33. 90eb05c Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 8 years ago
  34. cc10450 Simplify CHA dependency tracking data structure. by Mingyao Yang · 8 years ago
  35. 98c1b61 Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" by Lena Djokic · 8 years ago
  36. 199716b Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" by Treehugger Robot · 8 years ago
  37. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  38. 951c828 Merge "Update ahat version number to 1.2." am: 32e075d17d by Richard Uhler · 8 years ago
  39. 32e075d Merge "Update ahat version number to 1.2." by Treehugger Robot · 8 years ago
  40. b91922a Merge "Flush data cache after updating the JIT table." am: 2d7ed749be by Nicolas Geoffray · 8 years ago
  41. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  42. a4acabf Update ahat version number to 1.2. by Richard Uhler · 8 years ago
  43. 09adef9 Merge "Show RegisteredNativeAllocation sizes in ahat." am: 1f51ec0e1a by Richard Uhler · 8 years ago
  44. 1f51ec0 Merge "Show RegisteredNativeAllocation sizes in ahat." by Richard Uhler · 8 years ago
  45. 082690f Merge "Refactor profiles to use TypeReference instead of ClassReference" by Mathieu Chartier · 8 years ago
  46. 76c7436 Merge "Refactor profiles to use TypeReference instead of ClassReference" by Treehugger Robot · 8 years ago
  47. ceece21 Merge "Fix compiler crash due to inline caches and improve docs" am: a559fa1b0d by Calin Juravle · 8 years ago
  48. 55cab72 Merge "Fully support static encoded fields." am: 673253e162 by Chang Xing · 8 years ago
  49. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  50. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  51. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  52. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  53. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  54. 8c3d29a Merge "Do not deopt when using AOT inline caches" am: 6dd5019ccc by Calin Juravle · 8 years ago
  55. 6dd5019 Merge "Do not deopt when using AOT inline caches" by Treehugger Robot · 8 years ago
  56. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  57. 7b497ee Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target by Alex Light · 8 years ago
  58. efc4ffd Merge "ART: Remove RegisterNativeMethods special-casing" am: 8bdf4e0d20 by Andreas Gampe · 8 years ago
  59. 8bdf4e0 Merge "ART: Remove RegisterNativeMethods special-casing" by Treehugger Robot · 8 years ago
  60. 3c947a2 Merge "ART: Add simple failure list to tail of testrunner output" am: 3d5aae73c9 by Andreas Gampe · 8 years ago
  61. 3d5aae7 Merge "ART: Add simple failure list to tail of testrunner output" by Treehugger Robot · 8 years ago
  62. 75cf7f6 Merge "Remove segfault." am: e89d260e2c by Steven Moreland · 8 years ago
  63. e89d260 Merge "Remove segfault." by Treehugger Robot · 8 years ago
  64. e16c3bf Remove segfault. by Steven Moreland · 8 years ago
  65. 3ee4bff Show RegisteredNativeAllocation sizes in ahat. by Richard Uhler · 8 years ago
  66. 40baff4 Merge "ART: Move overflow gap definition to art.go" am: 7ab6240d59 by Andreas Gampe · 8 years ago
  67. 4b93c6d Merge "ART: Clean up instruction_set.h" am: 69462a2baa by Andreas Gampe · 8 years ago
  68. 7ab6240 Merge "ART: Move overflow gap definition to art.go" by Treehugger Robot · 8 years ago
  69. 5232be6 ART: Remove RegisterNativeMethods special-casing by Andreas Gampe · 8 years ago
  70. 69462a2 Merge "ART: Clean up instruction_set.h" by Treehugger Robot · 8 years ago
  71. 352b17a Flush data cache after updating the JIT table. by Nicolas Geoffray · 8 years ago
  72. 8ad76b0 Merge "Don't show sizes with sample paths." am: 9b5b23555d by Richard Uhler · 8 years ago
  73. 9b5b235 Merge "Don't show sizes with sample paths." by Richard Uhler · 8 years ago
  74. daba599 Merge "Record types when the interpreter executes intrinsics." am: 03a8e8666f by Nicolas Geoffray · 8 years ago
  75. 03a8e86 Merge "Record types when the interpreter executes intrinsics." by Nicolas Geoffray · 8 years ago
  76. 665e903 Merge "ART: Fix some pedantic warnings" am: b2fe778d2d by Andreas Gampe · 8 years ago
  77. b2fe778 Merge "ART: Fix some pedantic warnings" by Treehugger Robot · 8 years ago
  78. 0d1f56a Merge "Use HeapGrowthMultiplier for native allocaitons" am: 1dc1882c72 by Mathieu Chartier · 8 years ago
  79. 1dc1882 Merge "Use HeapGrowthMultiplier for native allocaitons" by Treehugger Robot · 8 years ago
  80. bc9f10c ART: Move overflow gap definition to art.go by Andreas Gampe · 8 years ago
  81. 705543e ART: Clean up instruction_set.h by Andreas Gampe · 8 years ago
  82. 0dd7e85 ART: Add simple failure list to tail of testrunner output by Andreas Gampe · 8 years ago
  83. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 8 years ago
  84. 1c44978 Merge "ART: Fix soong defaults order" am: 1dfa89847a by Andreas Gampe · 8 years ago
  85. 1dfa898 Merge "ART: Fix soong defaults order" by Treehugger Robot · 8 years ago
  86. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  87. 5115efb ART: Fix soong defaults order by Andreas Gampe · 8 years ago
  88. af44e6c Do not deopt when using AOT inline caches by Calin Juravle · 8 years ago
  89. db82924 Merge "ART: Make run-test-jvmti-java only depend on core" am: 7dd1e683ea by Andreas Gampe · 8 years ago
  90. 7dd1e68 Merge "ART: Make run-test-jvmti-java only depend on core" by Treehugger Robot · 8 years ago
  91. 61b68fd ART: Make run-test-jvmti-java only depend on core by Andreas Gampe · 8 years ago
  92. 3dc667f Merge "ARM: Specify if some branches go to far targets" am: ce38efef23 by Anton Kirilov · 8 years ago
  93. ce38efe Merge "ARM: Specify if some branches go to far targets" by Treehugger Robot · 8 years ago
  94. 3320599 Merge "Support for narrow operands in "dangerous" operations." am: 0abc6bbde2 by Aart Bik · 8 years ago
  95. 0abc6bb Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  96. 304c8a5 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  97. 954bb61 Merge "Record inline caches only for the strictly hot methods" am: ec89dfa25a by Calin Juravle · 8 years ago
  98. ec89dfa Merge "Record inline caches only for the strictly hot methods" by Calin Juravle · 8 years ago
  99. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  100. 748a2ed Merge "ARM64: Fix IsAdrpPatch()." am: 2e7fb6341e by Vladimir Marko · 8 years ago