1. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 8 years ago
  2. d1224dc Merge "java.lang.invoke: Add mirror types for MethodHandle / MethodType." by Narayan Kamath · 8 years ago
  3. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  4. 72795d0 Merge "Print to System.err to avoid output races." by Treehugger Robot · 8 years ago
  5. 6a2cd49 Merge "ARM64: Update the disassembler after the VIXL update." by Nicolas Geoffray · 8 years ago
  6. 3bc58b9 Print to System.err to avoid output races. by Nicolas Geoffray · 8 years ago
  7. 6e6c479 Merge "Fix true divergence mode" by Treehugger Robot · 8 years ago
  8. dd2b8a5 Merge "Update oat file version to 089" by Treehugger Robot · 8 years ago
  9. b2a3d3d Fix true divergence mode by Wojciech Staszkiewicz · 8 years ago
  10. 73dac6e Merge "jni: test CriticalNative with generic jni" by Treehugger Robot · 8 years ago
  11. 0ba1ba2 Merge "Increase frame size for ASAN enabled builds." by Treehugger Robot · 8 years ago
  12. f28fe69 Merge "ART: Add IMT stats and dumping to oatdump" by Treehugger Robot · 8 years ago
  13. 77d9dd7 Update oat file version to 089 by Alex Light · 8 years ago
  14. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  15. 9fded87 ART: Add IMT stats and dumping to oatdump by Andreas Gampe · 8 years ago
  16. 294a915 jni: test CriticalNative with generic jni by Igor Murashkin · 8 years ago
  17. 1c3ca75 Merge "Gather divergences in single directory" by Treehugger Robot · 8 years ago
  18. f2cad3f Gather divergences in single directory by Wojciech Staszkiewicz · 8 years ago
  19. 6bee259 Merge "build: Fix golem build to exclude libartd.so from public.libraries.txt" by Treehugger Robot · 8 years ago
  20. d30e51a Merge "ART: Dump referenced type in IRT overflows" by Treehugger Robot · 8 years ago
  21. 7f7fb9c Merge "ART: Factor out IMT from ArtMethod" by Treehugger Robot · 8 years ago
  22. a3bbf8b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  23. 4c22659 build: Fix golem build to exclude libartd.so from public.libraries.txt by Igor Murashkin · 8 years ago
  24. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  25. 1b6cf7f Merge "Add support for Executable.getParameters() metadata" by Neil Fuller · 8 years ago
  26. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 8 years ago
  27. fd8339e Merge "benchmark: Add jni benchmarks for use in golem" by Nicolas Geoffray · 8 years ago
  28. 161243e Merge "Handle tests which fail with no methods compiled" by Treehugger Robot · 8 years ago
  29. 36cbbde Merge "Store bisection logs in test directory" by Treehugger Robot · 8 years ago
  30. b737745 Merge "Fix a CC deadlock in 129-ThreadGetId." by Treehugger Robot · 8 years ago
  31. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  32. 05ce52b Merge "Add a true divergence mode to run_jfuzz_test.py" by Treehugger Robot · 8 years ago
  33. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  34. 15af34c Fix a CC deadlock in 129-ThreadGetId. by Hiroshi Yamauchi · 8 years ago
  35. 017efa8 benchmark: Add jni benchmarks for use in golem by Igor Murashkin · 8 years ago
  36. 38e1882 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  37. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  38. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  39. fc916a6 Merge "Fix no-prebuild failure." by Nicolas Geoffray · 8 years ago
  40. fbe170c Fix no-prebuild failure. by Nicolas Geoffray · 8 years ago
  41. 8872cad ARM64: Update the disassembler after the VIXL update. by Alexandre Rames · 8 years ago
  42. 52591a6 Merge "ahat: Show GC Root Paths." by Treehugger Robot · 8 years ago
  43. 6e17410 ART: Fix dependencies by Andreas Gampe · 8 years ago
  44. 2ac5937 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  45. 525a58b ART: Fix dependencies by Andreas Gampe · 8 years ago
  46. 0c88383 Store bisection logs in test directory by Wojciech Staszkiewicz · 8 years ago
  47. f68312d Handle tests which fail with no methods compiled by Wojciech Staszkiewicz · 8 years ago
  48. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  49. fdaa803 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  50. 42c49d2 Merge "ART: Revert base/logging conditional hacks" by Treehugger Robot · 8 years ago
  51. cda79e8 Merge "ART: Fix nits" by Treehugger Robot · 8 years ago
  52. 2524349 Merge "Implement nightly jfuzz test runner" by Treehugger Robot · 8 years ago
  53. eb4dc05 ART: Fix dependencies by Andreas Gampe · 8 years ago
  54. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  55. 8569e52 Add a true divergence mode to run_jfuzz_test.py by Wojciech Staszkiewicz · 8 years ago
  56. 58246a1 ART: Revert base/logging conditional hacks by Andreas Gampe · 8 years ago
  57. 20426c3 Merge "jni: Punt to generic JNI for mips" by Treehugger Robot · 8 years ago
  58. 176dc64 Implement nightly jfuzz test runner by Wojciech Staszkiewicz · 8 years ago
  59. a4850b0 Merge "ART: Use libbase logging" by Treehugger Robot · 8 years ago
  60. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  61. 9aa9fa2 jni: Punt to generic JNI for mips by Igor Murashkin · 8 years ago
  62. 1ecc4fe Increase frame size for ASAN enabled builds. by Vishwath Mohan · 8 years ago
  63. 0cfe19a Merge "Fix CTS crash from DexFile refactoring" by David Sehr · 8 years ago
  64. 3cc69a8 Merge "Compensate in compiler for verifier shortcomings." by Treehugger Robot · 8 years ago
  65. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 8 years ago
  66. 6928649 ahat: Show GC Root Paths. by Richard Uhler · 8 years ago
  67. a1d66b9 Merge "Add DCE check to test 458-checker-instruct-simplification" by Sebastien Hertz · 8 years ago
  68. ad1f0ad Merge "Use liblog for liblog (instead of libcutils)" by Treehugger Robot · 8 years ago
  69. 48ec36f Merge "Smarter image layout" by Treehugger Robot · 8 years ago
  70. 1d3038f Use liblog for liblog (instead of libcutils) by Dimitry Ivanov · 8 years ago
  71. 496577f Smarter image layout by Mathieu Chartier · 8 years ago
  72. 9fddd36 Fix CTS crash from DexFile refactoring by David Sehr · 8 years ago
  73. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  74. 304533e Merge "Minor jfuzz improvements." by Aart Bik · 8 years ago
  75. 55418e1 Add DCE check to test 458-checker-instruct-simplification by Sebastien Hertz · 8 years ago
  76. ae30163 Merge "Fix mips build after sharpening change." by Treehugger Robot · 8 years ago
  77. b47d9c5 Fix mips build after sharpening change. by Nicolas Geoffray · 8 years ago
  78. cbb651f Merge "Clean-up sharpening and compiler driver." by Treehugger Robot · 8 years ago
  79. 411caad Merge "Use android_root instead of hard coded /system in test script." by Nicolas Geoffray · 8 years ago
  80. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  81. ca8bad9 Merge "Prepare run_jfuzz_test.py to report bugs" by Treehugger Robot · 8 years ago
  82. 35505bf Merge "Disable test 902-hello-transformation on target" by Treehugger Robot · 8 years ago
  83. ff3920a Minor jfuzz improvements. by Aart Bik · 8 years ago
  84. ae7e502 Disable test 902-hello-transformation on target by Alex Light · 8 years ago
  85. f13a365 Use android_root instead of hard coded /system in test script. by Nicolas Geoffray · 8 years ago
  86. 18be7b3 Prepare run_jfuzz_test.py to report bugs by Wojciech Staszkiewicz · 8 years ago
  87. 79bd599 Merge "Pass --root to cpplint." by Sen Jiang · 8 years ago
  88. 9e5f321 Merge "Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests.""" by Roland Levillain · 8 years ago
  89. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 8 years ago
  90. 7e242e2 Merge "Ensure Jack generates annotations for test 005-annotations" by Benoit Lamarche · 8 years ago
  91. 4670b99 Merge "Update art tests" by Benoit Lamarche · 8 years ago
  92. 45026e4 Merge "Don't warn for frame size in tests." by Treehugger Robot · 8 years ago
  93. eb82e99 Merge "Renaming tool: jfuzz" by Treehugger Robot · 8 years ago
  94. 764f38f Merge "Make image test multi image" by Treehugger Robot · 8 years ago
  95. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  96. 842a4f3 Renaming tool: jfuzz by Aart Bik · 8 years ago
  97. 4b55b4b Merge "Get a basic modification of dex file working" by Treehugger Robot · 8 years ago
  98. 524dfe8 Merge "jni: Implement generic JNI support for @CriticalNative/@FastNative" by Treehugger Robot · 8 years ago
  99. 25c3d8d Pass --root to cpplint. by Sen Jiang · 8 years ago
  100. 16cb669 Merge "Reimplement ART_NDEBUG_OPT_FLAG" by Treehugger Robot · 8 years ago