1. b1c17bb Compute PPID at ninja time by Colin Cross · 8 years ago
  2. 6ba4065 Merge "Run dexfuzz in bisection-search mode" by Aart Bik · 8 years ago
  3. 5219fdc Run dexfuzz in bisection-search mode by Wojciech Staszkiewicz · 8 years ago
  4. a845d07 Merge "benchmark: Add a build target that's not Android-dependent" by Treehugger Robot · 8 years ago
  5. 462e21c Merge "Delete some unused bitmap walking code" by Mathieu Chartier · 8 years ago
  6. f5658b4 benchmark: Add a build target that's not Android-dependent by Igor Murashkin · 8 years ago
  7. ce0db6f Merge "Reserve space in the char backing vector to prevent reallocations" by Jeff Hao · 8 years ago
  8. d295618 Merge "DexCachePair : Add an Assign method." by Narayan Kamath · 8 years ago
  9. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 8 years ago
  10. 1ec37ad Merge "Address review comments for change 25352fc06c84cdab8a2ab." by Narayan Kamath · 8 years ago
  11. 42b3dd0 Address review comments for change 25352fc06c84cdab8a2ab. by Narayan Kamath · 8 years ago
  12. ebeee75 Merge "class_linker: Add support for resolving method types." by Treehugger Robot · 8 years ago
  13. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 9 years ago
  14. 51cbe84 Merge "Integrate dexfuzz with bisection search" by Treehugger Robot · 8 years ago
  15. 83d3b79 Integrate dexfuzz with bisection search by Wojciech Staszkiewicz · 8 years ago
  16. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 8 years ago
  17. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 8 years ago
  18. 6fa67a0 Merge "ART: Add odex IMT dumping to oatdump" by Treehugger Robot · 8 years ago
  19. dd26fef Merge "Set coverage to false for dex2oat." by Treehugger Robot · 8 years ago
  20. a0fc326 Reserve space in the char backing vector to prevent reallocations by Ben Gruver · 8 years ago
  21. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 8 years ago
  22. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 9 years ago
  23. 4f0cabf Merge "Remove dependency on libcutils" by Dimitry Ivanov · 8 years ago
  24. 523b515 Merge "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  25. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 9 years ago
  26. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  27. ebfc1ac ART: Add odex IMT dumping to oatdump by Andreas Gampe · 8 years ago
  28. 9e5739a Merge "Make run-test fail if output-path is too long" by Treehugger Robot · 8 years ago
  29. 9642b1b Remove dependency on libcutils by Dimitry Ivanov · 8 years ago
  30. 93acbac Merge "Add const-string benchmark." by Treehugger Robot · 8 years ago
  31. 33531dc Merge "compiler_driver: Fix build." by Nicolas Geoffray · 8 years ago
  32. 04a4413 compiler_driver: Fix build. by Narayan Kamath · 8 years ago
  33. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  34. ce157a6 Merge "Simplify our intrinsic recognizer." by Treehugger Robot · 8 years ago
  35. 394b8b2 Merge "Move two dangling mirror objects into handles." by Treehugger Robot · 8 years ago
  36. e6f9bc8 Add const-string benchmark. by Vladimir Marko · 8 years ago
  37. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  38. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 8 years ago
  39. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  40. 74a69ed Merge "Clean up ScopedThreadStateChange to use ObjPtr" by Mathieu Chartier · 8 years ago
  41. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  42. 07407cd Set coverage to false for dex2oat. by Vishwath Mohan · 8 years ago
  43. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  44. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  45. d1224dc Merge "java.lang.invoke: Add mirror types for MethodHandle / MethodType." by Narayan Kamath · 8 years ago
  46. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 9 years ago
  47. 72795d0 Merge "Print to System.err to avoid output races." by Treehugger Robot · 8 years ago
  48. 6a2cd49 Merge "ARM64: Update the disassembler after the VIXL update." by Nicolas Geoffray · 8 years ago
  49. 3bc58b9 Print to System.err to avoid output races. by Nicolas Geoffray · 8 years ago
  50. 6e6c479 Merge "Fix true divergence mode" by Treehugger Robot · 8 years ago
  51. dd2b8a5 Merge "Update oat file version to 089" by Treehugger Robot · 8 years ago
  52. b2a3d3d Fix true divergence mode by Wojciech Staszkiewicz · 8 years ago
  53. 73dac6e Merge "jni: test CriticalNative with generic jni" by Treehugger Robot · 8 years ago
  54. 0ba1ba2 Merge "Increase frame size for ASAN enabled builds." by Treehugger Robot · 8 years ago
  55. f28fe69 Merge "ART: Add IMT stats and dumping to oatdump" by Treehugger Robot · 8 years ago
  56. 77d9dd7 Update oat file version to 089 by Alex Light · 8 years ago
  57. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  58. e663653 Make run-test fail if output-path is too long by Wojciech Staszkiewicz · 8 years ago
  59. 9fded87 ART: Add IMT stats and dumping to oatdump by Andreas Gampe · 8 years ago
  60. 294a915 jni: test CriticalNative with generic jni by Igor Murashkin · 8 years ago
  61. 1c3ca75 Merge "Gather divergences in single directory" by Treehugger Robot · 8 years ago
  62. f2cad3f Gather divergences in single directory by Wojciech Staszkiewicz · 8 years ago
  63. 6bee259 Merge "build: Fix golem build to exclude libartd.so from public.libraries.txt" by Treehugger Robot · 8 years ago
  64. d30e51a Merge "ART: Dump referenced type in IRT overflows" by Treehugger Robot · 8 years ago
  65. 7f7fb9c Merge "ART: Factor out IMT from ArtMethod" by Treehugger Robot · 8 years ago
  66. a3bbf8b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  67. 4c22659 build: Fix golem build to exclude libartd.so from public.libraries.txt by Igor Murashkin · 8 years ago
  68. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  69. 1b6cf7f Merge "Add support for Executable.getParameters() metadata" by Neil Fuller · 8 years ago
  70. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 9 years ago
  71. fd8339e Merge "benchmark: Add jni benchmarks for use in golem" by Nicolas Geoffray · 8 years ago
  72. 161243e Merge "Handle tests which fail with no methods compiled" by Treehugger Robot · 8 years ago
  73. 36cbbde Merge "Store bisection logs in test directory" by Treehugger Robot · 8 years ago
  74. b737745 Merge "Fix a CC deadlock in 129-ThreadGetId." by Treehugger Robot · 8 years ago
  75. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  76. 05ce52b Merge "Add a true divergence mode to run_jfuzz_test.py" by Treehugger Robot · 8 years ago
  77. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  78. 15af34c Fix a CC deadlock in 129-ThreadGetId. by Hiroshi Yamauchi · 8 years ago
  79. 017efa8 benchmark: Add jni benchmarks for use in golem by Igor Murashkin · 8 years ago
  80. 38e1882 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  81. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  82. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  83. fc916a6 Merge "Fix no-prebuild failure." by Nicolas Geoffray · 8 years ago
  84. fbe170c Fix no-prebuild failure. by Nicolas Geoffray · 8 years ago
  85. 8872cad ARM64: Update the disassembler after the VIXL update. by Alexandre Rames · 8 years ago
  86. 52591a6 Merge "ahat: Show GC Root Paths." by Treehugger Robot · 8 years ago
  87. 6e17410 ART: Fix dependencies by Andreas Gampe · 8 years ago
  88. 2ac5937 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  89. 525a58b ART: Fix dependencies by Andreas Gampe · 8 years ago
  90. 0c88383 Store bisection logs in test directory by Wojciech Staszkiewicz · 8 years ago
  91. f68312d Handle tests which fail with no methods compiled by Wojciech Staszkiewicz · 8 years ago
  92. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  93. fdaa803 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  94. 42c49d2 Merge "ART: Revert base/logging conditional hacks" by Treehugger Robot · 8 years ago
  95. cda79e8 Merge "ART: Fix nits" by Treehugger Robot · 8 years ago
  96. 2524349 Merge "Implement nightly jfuzz test runner" by Treehugger Robot · 8 years ago
  97. eb4dc05 ART: Fix dependencies by Andreas Gampe · 8 years ago
  98. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  99. 8569e52 Add a true divergence mode to run_jfuzz_test.py by Wojciech Staszkiewicz · 8 years ago
  100. 58246a1 ART: Revert base/logging conditional hacks by Andreas Gampe · 8 years ago