1. a51d8b7 jni: Test that pushed handle scopes are popped after JNI transitions by Igor Murashkin · 8 years ago
  2. 4aa6a93 Merge "Make it possible to pass an arena allocator to HLoopOptimization." by Treehugger Robot · 8 years ago
  3. 99ce62c Merge "Temporarily blacklist 955-method-handles-smali." by Narayan Kamath · 8 years ago
  4. adc2ef2 Temporarily blacklist 955-method-handles-smali. by Narayan Kamath · 8 years ago
  5. 5ed20f9 Make it possible to pass an arena allocator to HLoopOptimization. by Nicolas Geoffray · 8 years ago
  6. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  7. d3a9ce9 Merge "Properly scope HLoopOptimization's allocator." by Treehugger Robot · 8 years ago
  8. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  9. ebe1674 Properly scope HLoopOptimization's allocator. by Nicolas Geoffray · 8 years ago
  10. 2a5c516 Merge "MIPS32: Fix GenerateVirtualCall in the presence of intrinsics" by Treehugger Robot · 8 years ago
  11. 3601e4a Merge "Revert "Compute PPID at ninja time"" by Colin Cross · 8 years ago
  12. c13fbeb Merge "Fix build break from merge conflict" by Mathieu Chartier · 8 years ago
  13. b3ef691 Fix build break from merge conflict by Mathieu Chartier · 8 years ago
  14. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 8 years ago
  15. e793bbb Merge "Fix a CC crash with ThreadStress." by Hiroshi Yamauchi · 8 years ago
  16. a82a1ac Revert "Compute PPID at ninja time" by Colin Cross · 8 years ago
  17. 7b08ae4 Fix a CC crash with ThreadStress. by Hiroshi Yamauchi · 8 years ago
  18. 29a7fd3 Merge "Fix build breakage." by Nicolas Geoffray · 8 years ago
  19. 5d9c6d6 Fix build breakage. by Nicolas Geoffray · 8 years ago
  20. 091f675 Merge "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 8 years ago
  21. 38f250f Revert "Remove dead code from compiler driver." by Nicolas Geoffray · 8 years ago
  22. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 8 years ago
  23. d74bd3a Merge changes I65bc7769,Ib24c7060 by Andreas Gampe · 8 years ago
  24. 129fc43 Merge "Revert "Revert "Store resolved Strings for AOT code in .bss.""" by Vladimir Marko · 8 years ago
  25. b4f0076 Merge "Option to gnuplot dex layout" by David Sehr · 8 years ago
  26. cdcfde7 Option to gnuplot dex layout by David Sehr · 8 years ago
  27. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  28. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  29. 82d4838 Merge "Compute PPID at ninja time" by Colin Cross · 8 years ago
  30. eebe142 Merge "Remove dead code from compiler driver." by Nicolas Geoffray · 8 years ago
  31. 44b3da2 Remove dead code from compiler driver. by Nicolas Geoffray · 8 years ago
  32. 148768f Merge "Revert "Add dex file writer to dexlayout tool."" by Nicolas Geoffray · 8 years ago
  33. fd1a6c2 Revert "Add dex file writer to dexlayout tool." by Nicolas Geoffray · 8 years ago
  34. e919b07 MIPS32: Fix GenerateVirtualCall in the presence of intrinsics by Goran Jakovljevic · 8 years ago
  35. f128313 Merge "interpreter: Remove unnecessary template arg from DoCallCommon." by Narayan Kamath · 8 years ago
  36. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 8 years ago
  37. 8c2983b Merge "Add handle wrapper for interpreter field get/set" by Mathieu Chartier · 8 years ago
  38. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 8 years ago
  39. 90a32b1 ART: Reprint long messages on abort by Andreas Gampe · 8 years ago
  40. f1e8630 ART: Clean up IRT-related abort messaging by Andreas Gampe · 8 years ago
  41. 5075b0e Merge changes I50493bca,I8b266ad0 by Mathieu Chartier · 8 years ago
  42. b1c17bb Compute PPID at ninja time by Colin Cross · 8 years ago
  43. 3ee94ee Merge "Add dex file writer to dexlayout tool." by Jeff Hao · 8 years ago
  44. bd590cb Merge "art: Replace cutils/log.h with android/log.h" by Mark Salyzyn · 8 years ago
  45. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 8 years ago
  46. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 8 years ago
  47. 69b58cf Add dex file writer to dexlayout tool. by Jeff Hao · 8 years ago
  48. 6ba4065 Merge "Run dexfuzz in bisection-search mode" by Aart Bik · 8 years ago
  49. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  50. 5219fdc Run dexfuzz in bisection-search mode by Wojciech Staszkiewicz · 8 years ago
  51. a845d07 Merge "benchmark: Add a build target that's not Android-dependent" by Treehugger Robot · 8 years ago
  52. 0ad6c8f art: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  53. 462e21c Merge "Delete some unused bitmap walking code" by Mathieu Chartier · 8 years ago
  54. f5658b4 benchmark: Add a build target that's not Android-dependent by Igor Murashkin · 8 years ago
  55. ce0db6f Merge "Reserve space in the char backing vector to prevent reallocations" by Jeff Hao · 8 years ago
  56. d295618 Merge "DexCachePair : Add an Assign method." by Narayan Kamath · 8 years ago
  57. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 8 years ago
  58. 1ec37ad Merge "Address review comments for change 25352fc06c84cdab8a2ab." by Narayan Kamath · 8 years ago
  59. 42b3dd0 Address review comments for change 25352fc06c84cdab8a2ab. by Narayan Kamath · 8 years ago
  60. ebeee75 Merge "class_linker: Add support for resolving method types." by Treehugger Robot · 8 years ago
  61. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  62. 51cbe84 Merge "Integrate dexfuzz with bisection search" by Treehugger Robot · 8 years ago
  63. 83d3b79 Integrate dexfuzz with bisection search by Wojciech Staszkiewicz · 8 years ago
  64. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 8 years ago
  65. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 8 years ago
  66. 6fa67a0 Merge "ART: Add odex IMT dumping to oatdump" by Treehugger Robot · 8 years ago
  67. dd26fef Merge "Set coverage to false for dex2oat." by Treehugger Robot · 8 years ago
  68. a0fc326 Reserve space in the char backing vector to prevent reallocations by Ben Gruver · 8 years ago
  69. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 8 years ago
  70. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 8 years ago
  71. 4f0cabf Merge "Remove dependency on libcutils" by Dimitry Ivanov · 8 years ago
  72. 523b515 Merge "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  73. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 8 years ago
  74. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  75. ebfc1ac ART: Add odex IMT dumping to oatdump by Andreas Gampe · 8 years ago
  76. 9e5739a Merge "Make run-test fail if output-path is too long" by Treehugger Robot · 8 years ago
  77. 9642b1b Remove dependency on libcutils by Dimitry Ivanov · 8 years ago
  78. 93acbac Merge "Add const-string benchmark." by Treehugger Robot · 8 years ago
  79. 33531dc Merge "compiler_driver: Fix build." by Nicolas Geoffray · 8 years ago
  80. 04a4413 compiler_driver: Fix build. by Narayan Kamath · 8 years ago
  81. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  82. ce157a6 Merge "Simplify our intrinsic recognizer." by Treehugger Robot · 8 years ago
  83. 394b8b2 Merge "Move two dangling mirror objects into handles." by Treehugger Robot · 8 years ago
  84. e6f9bc8 Add const-string benchmark. by Vladimir Marko · 8 years ago
  85. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  86. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 8 years ago
  87. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  88. 74a69ed Merge "Clean up ScopedThreadStateChange to use ObjPtr" by Mathieu Chartier · 8 years ago
  89. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  90. 07407cd Set coverage to false for dex2oat. by Vishwath Mohan · 8 years ago
  91. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  92. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  93. d1224dc Merge "java.lang.invoke: Add mirror types for MethodHandle / MethodType." by Narayan Kamath · 8 years ago
  94. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  95. 72795d0 Merge "Print to System.err to avoid output races." by Treehugger Robot · 8 years ago
  96. 6a2cd49 Merge "ARM64: Update the disassembler after the VIXL update." by Nicolas Geoffray · 8 years ago
  97. 3bc58b9 Print to System.err to avoid output races. by Nicolas Geoffray · 8 years ago
  98. 6e6c479 Merge "Fix true divergence mode" by Treehugger Robot · 8 years ago
  99. dd2b8a5 Merge "Update oat file version to 089" by Treehugger Robot · 8 years ago
  100. b2a3d3d Fix true divergence mode by Wojciech Staszkiewicz · 8 years ago