1. 5adf26c Merge "ART: Introduce Uint8 compiler data type." by Vladimir Marko · 7 years ago
  2. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  3. 25ae379 Merge "ART: Add VarHandle fence intrinsics" by Orion Hodson · 7 years ago
  4. aeafbe4 Merge "ART: support for const-method-{handle,type}" by Orion Hodson · 7 years ago
  5. 026b3d4 Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" by Dan Willemsen · 7 years ago
  6. 498e8ed Merge "Delete jack support" by Colin Cross · 7 years ago
  7. 822cf6a Delete jack support by Colin Cross · 7 years ago
  8. a96c478 Merge "Add script to run JDWP tests against prebuilt libjdwp.so" by Treehugger Robot · 7 years ago
  9. 9e4a54c Merge "Add D8 verification for 910-methods." by Treehugger Robot · 7 years ago
  10. dc700a7 Add script to run JDWP tests against prebuilt libjdwp.so by Alex Light · 7 years ago
  11. efac0df Merge "Generalized zero/sign-ext analysis. Generalized SAD." by Treehugger Robot · 7 years ago
  12. 99988f8 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  13. df011c3 Generalized zero/sign-ext analysis. Generalized SAD. by Aart Bik · 7 years ago
  14. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 7 years ago
  15. 7ba68c8 Merge "ARM/ARM64: Move simplifier visitors to .cc files." by Treehugger Robot · 7 years ago
  16. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 7 years ago
  17. 0f689e7 ARM/ARM64: Move simplifier visitors to .cc files. by Vladimir Marko · 7 years ago
  18. 865a050 Merge "Update ahat version number to 1.4." by Richard Uhler · 7 years ago
  19. d7d5ed9 Merge "ART: Increase the number of potential instrinsics" by Orion Hodson · 7 years ago
  20. cd9903d Merge "ART: Generalize "x >> (s & m)" simplification." by Vladimir Marko · 7 years ago
  21. 10e4b85 Update ahat version number to 1.4. by Richard Uhler · 7 years ago
  22. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  23. f67f115 Merge "Send ThreadEnd after clearing ThreadGroup." by Treehugger Robot · 7 years ago
  24. 2cda354 Merge "Add startup/post-startup bits for random profiles" by Mathieu Chartier · 7 years ago
  25. df13240 Send ThreadEnd after clearing ThreadGroup. by Alex Light · 7 years ago
  26. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 7 years ago
  27. 7ec532f Merge "Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant." by Roland Levillain · 7 years ago
  28. a78f5b6 Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant. by Roland Levillain · 7 years ago
  29. 40a21b3 Merge "ART: Fix loading PIC oat files without image for oatdump." by Vladimir Marko · 7 years ago
  30. 7033d49 ART: Generalize "x >> (s & m)" simplification. by Vladimir Marko · 7 years ago
  31. eb5bedd Merge "Check the to-space invariant on a delivered exception." by Roland Levillain · 7 years ago
  32. 667585a ART: Fix loading PIC oat files without image for oatdump. by Vladimir Marko · 7 years ago
  33. cdf68b1 Merge "Give better error messages on failure to launch ahat." by Richard Uhler · 7 years ago
  34. b880a8a Merge "Add support for parsing the ROOT_FINALIZING record." by Richard Uhler · 7 years ago
  35. 05727c5 Merge "Clean up DexInstuctionIterator." by Treehugger Robot · 7 years ago
  36. 87575bd Merge "Rename libz-host -> libz" by Dan Willemsen · 7 years ago
  37. f94d960 Merge "Ensure that OSR doesn't break local-variable get/set" by Alex Light · 7 years ago
  38. b77b698 Check the to-space invariant on a delivered exception. by Roland Levillain · 8 years ago
  39. 9c0a6ce Merge "Enables GVN for x86 and x86_64." by Treehugger Robot · 7 years ago
  40. d7559b7 Clean up DexInstuctionIterator. by Vladimir Marko · 7 years ago
  41. 5316bb8 Give better error messages on failure to launch ahat. by Richard Uhler · 7 years ago
  42. e949f82 Add support for parsing the ROOT_FINALIZING record. by Richard Uhler · 7 years ago
  43. 6e7e0dd Merge "assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble." by Treehugger Robot · 7 years ago
  44. 6b78003 Merge "Revert^2 "Increase threshold for profile compilation"" by Treehugger Robot · 7 years ago
  45. 0e503b5 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  46. 9486eab Merge changes Iec406b73,I18aa6aa5 by Treehugger Robot · 7 years ago
  47. 956dac2 assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble. by Rahul Chaudhry · 7 years ago
  48. 9ab6e1d Revert^2 "Increase threshold for profile compilation" by Shubham Ajmera · 7 years ago
  49. 2a7b84b Merge "Add DexInstructionIterator and use it a few places" by Mathieu Chartier · 7 years ago
  50. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  51. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  52. 3505464 Merge "Increase test 961 dex2oat timeout to 2 minutes" by Treehugger Robot · 7 years ago
  53. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  54. f5095ec Merge "Added SAD test. Generalized vector analysis of narrow type." by Treehugger Robot · 7 years ago
  55. 9e14787 Enables GVN for x86 and x86_64. by Aart Bik · 7 years ago
  56. 68ca702 Added SAD test. Generalized vector analysis of narrow type. by Aart Bik · 7 years ago
  57. e5b35ed Merge "Enables GVN for MIPS32 and MIPS64." by Treehugger Robot · 7 years ago
  58. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 7 years ago
  59. 476fce3 Merge "Make test 566-polymorphic-inlining more robust." by Nicolas Geoffray · 7 years ago
  60. 95e5f7e Make test 566-polymorphic-inlining more robust. by Nicolas Geoffray · 7 years ago
  61. b1252b8 Merge "Revert "Increase threshold for profile compilation"" by Nicolas Geoffray · 7 years ago
  62. a660171 Revert "Increase threshold for profile compilation" by Nicolas Geoffray · 7 years ago
  63. ba8069e Merge "Pass methods array to GetMethodsSliceRangeUnchecked" by Mathieu Chartier · 7 years ago
  64. 0bad53b Merge "Increase threshold for profile compilation" by Shubham Ajmera · 7 years ago
  65. fb21f9d Merge "ART: Refactor IRT:Add" by Treehugger Robot · 7 years ago
  66. 15aa5f6 Merge "Provide a way to run all the configurations of run-test" by Shubham Ajmera · 7 years ago
  67. 42ea83b Provide a way to run all the configurations of run-test by Shubham Ajmera · 7 years ago
  68. 5b294ca Merge "Remove legacy make env variables" by Shubham Ajmera · 7 years ago
  69. b00bb06 Increase threshold for profile compilation by Shubham Ajmera · 7 years ago
  70. b2c45f8 Merge "Testrunner: Refactor to remove duplication of variant types" by Treehugger Robot · 7 years ago
  71. 2466d62 Pass methods array to GetMethodsSliceRangeUnchecked by Mathieu Chartier · 7 years ago
  72. d0358f8 Remove legacy make env variables by Shubham Ajmera · 7 years ago
  73. 8585395 Testrunner: Refactor to remove duplication of variant types by Shubham Ajmera · 7 years ago
  74. 483208d Increase test 961 dex2oat timeout to 2 minutes by Alex Light · 7 years ago
  75. 2dc2bcc Merge "Ensure the oat/vdex file is erased if we fail to truncate" by Calin Juravle · 7 years ago
  76. 8b96c16 Merge "Add failures file to jdwp tests using libjdwp.so" by Alex Light · 7 years ago
  77. f636252 Merge changes I87f14bf1,Idc21bf89 by Alex Light · 7 years ago
  78. 4894cdd Merge "ART: Introduce compiler data type." by Vladimir Marko · 7 years ago
  79. d796c61 Merge "ART: Blacklist oatwriter layout test for more configs" by Treehugger Robot · 7 years ago
  80. 9c39cae ART: Blacklist oatwriter layout test for more configs by Andreas Gampe · 7 years ago
  81. 6b80102 Merge "ART: Change GetAndroidRoot() handling" by Treehugger Robot · 7 years ago
  82. b09be72 Ensure the oat/vdex file is erased if we fail to truncate by Calin Juravle · 7 years ago
  83. 0e9d7aa Add failures file to jdwp tests using libjdwp.so by Alex Light · 7 years ago
  84. 2565112 ART: Refactor IRT:Add by Andreas Gampe · 7 years ago
  85. 8f6d83f Merge "test: Blacklist oatwriter layout test for no-dex2oat" by Treehugger Robot · 7 years ago
  86. 3f09389 ART: Change GetAndroidRoot() handling by Andreas Gampe · 7 years ago
  87. f2d23ee Merge "Consolidate all JVMTI jthread decoding." by Treehugger Robot · 7 years ago
  88. 92300ae Merge "ART: More waiting in 063" by Treehugger Robot · 7 years ago
  89. 302014c test: Blacklist oatwriter layout test for no-dex2oat by Igor Murashkin · 7 years ago
  90. 7ddc23d Consolidate all JVMTI jthread decoding. by Alex Light · 7 years ago
  91. db67af1 ART: More waiting in 063 by Andreas Gampe · 7 years ago
  92. 2fe2d41 Merge "compiler: layout OatMethodQuickCode by profile hotness" by Igor Murashkin · 7 years ago
  93. 2c1ef39 Merge "Delete DexMethodIterator" by Mathieu Chartier · 7 years ago
  94. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  95. 0168211 Merge "Don't build ahat tests with EMMA_INSTRUMENT." by Treehugger Robot · 7 years ago
  96. bdff6fe Don't build ahat tests with EMMA_INSTRUMENT. by Richard Uhler · 7 years ago
  97. 362d701 Merge "Make test more robust." by Nicolas Geoffray · 7 years ago
  98. d17c8b6 Delete DexMethodIterator by Mathieu Chartier · 7 years ago
  99. 1ebe51d Merge "Ensure GetThreadState works with Thread subtypes" by Treehugger Robot · 7 years ago
  100. ba461c3 Ensure GetThreadState works with Thread subtypes by Alex Light · 7 years ago