1. 8105dad Merge "Build dexdump2 and dexlist without libart" by David Sehr · 7 years ago
  2. b3c0b52 Merge "ART: Allow oatstatus verification for app dependencies" by Treehugger Robot · 7 years ago
  3. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  4. c7ae623 Merge "Fix quickening logic" by Mathieu Chartier · 7 years ago
  5. 5a1f629 Build dexdump2 and dexlist without libart by David Sehr · 7 years ago
  6. 5577295 Merge "ART: Add entrypoint and intrinsic for Math.pow()." by Treehugger Robot · 7 years ago
  7. a9259aa Merge "ART: Fix verifier dumping" by Treehugger Robot · 7 years ago
  8. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  9. 7f90dc4 Merge "Reduce flakiness of 004-NativeAllocations test." by Richard Uhler · 7 years ago
  10. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  11. ccc5401 Merge "Refactor jit debugger interface and its ELF creation." by David Srbecky · 7 years ago
  12. 8bd4ae1 Reduce flakiness of 004-NativeAllocations test. by Richard Uhler · 7 years ago
  13. e570430 Merge changes I485051ab,I8bd5b7ef by Treehugger Robot · 7 years ago
  14. c5e5aed Add DISABLE_HIDDEN_API_CHECKS flag to ZygoteHooks by David Brazdil · 7 years ago
  15. 3e0fa0a Add runtime option for no hidden API access checks by David Brazdil · 7 years ago
  16. b98747c Merge "Copy 'res' folder to device for run-tests" by David Brazdil · 7 years ago
  17. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 7 years ago
  18. 077d9db ART: Fix verifier dumping by Andreas Gampe · 7 years ago
  19. ba94510 Merge "Update to track libbacktrace API changes." by Christopher Ferris · 7 years ago
  20. a5a679c Merge "Change default dalvik.vm.jdwp-provider to adbconnection" by Treehugger Robot · 7 years ago
  21. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  22. a1744b6 Merge "Fix calculation of concurrent_start_bytes in GrowForUtilization()" by Lokesh Gidra · 7 years ago
  23. baf1878 Merge "ART: Correctly report error loading agents" by Treehugger Robot · 7 years ago
  24. bcaee3b Merge "Tweaks to libdexfile build definitions." by David Srbecky · 7 years ago
  25. 7d2ec61 Copy 'res' folder to device for run-tests by David Brazdil · 7 years ago
  26. 26037dd Merge "Fix the offset of $dexfile debug symbol." by Treehugger Robot · 7 years ago
  27. 61c5e7c ART: Correctly report error loading agents by Andreas Gampe · 7 years ago
  28. 28ccbfc Tweaks to libdexfile build definitions. by David Srbecky · 7 years ago
  29. f01528d Merge "Ignore frame-larger-than for Dex2oatArgumentMap::Parse" by Treehugger Robot · 7 years ago
  30. 77b38df Update to track libbacktrace API changes. by Christopher Ferris · 7 years ago
  31. a780c6b Merge "Update PGO configuration" by Pirama Arumuga Nainar · 7 years ago
  32. cc57c0c Ignore frame-larger-than for Dex2oatArgumentMap::Parse by Pirama Arumuga Nainar · 7 years ago
  33. c89013c Update PGO configuration by Pirama Arumuga Nainar · 7 years ago
  34. a76605a Change default dalvik.vm.jdwp-provider to adbconnection by Alex Light · 7 years ago
  35. 0d413f6 Merge "Minor edits." by Aart Bik · 7 years ago
  36. 2593162 Fix the offset of $dexfile debug symbol. by David Srbecky · 7 years ago
  37. ad643b0 Merge "More general store elimination" by Mingyao Yang · 7 years ago
  38. b67f7e2 Minor edits. by Aart Bik · 7 years ago
  39. 156aa7c Merge "Add a way to specify compact dex level for dexlayout" by Mathieu Chartier · 7 years ago
  40. 1458841 Merge "Enhance BCE range analysis with length "alias" case." by Aart Bik · 7 years ago
  41. 1144b63 Fix calculation of concurrent_start_bytes in GrowForUtilization() by Lokesh Gidra · 7 years ago
  42. 5db5d67 Merge "Reland: Enable patchoat to write image relocation files" by Treehugger Robot · 7 years ago
  43. 9ee6fe0 Merge "Set runtime hidden API access flags" by Treehugger Robot · 7 years ago
  44. 62c5751 Merge "Enable unwind test for JIT" by Treehugger Robot · 7 years ago
  45. 3856af0 Reland: Enable patchoat to write image relocation files by Alex Klyubin · 7 years ago
  46. f6a8a55 Set runtime hidden API access flags by David Brazdil · 7 years ago
  47. 08a9af0 Enable unwind test for JIT by David Srbecky · 7 years ago
  48. 1372c97 Merge "Add size for the $dexfile debug symbol." by Treehugger Robot · 7 years ago
  49. 78d9ab0 Merge changes I310e3daf,I3f662586 by Treehugger Robot · 7 years ago
  50. 98f1736 Enhance BCE range analysis with length "alias" case. by Aart Bik · 7 years ago
  51. 510bb88 Add size for the $dexfile debug symbol. by David Srbecky · 7 years ago
  52. 23c6cf4 Merge "Fix misc issues with non-generated-code fault handlers" by Alex Light · 7 years ago
  53. 5c36220 Add a way to specify compact dex level for dexlayout by Mathieu Chartier · 7 years ago
  54. aec4e73 More general store elimination by Mingyao Yang · 7 years ago
  55. 7c61374 Merge "Code sinking near "always throwing" method calls" by Treehugger Robot · 7 years ago
  56. f147a3f Merge "Add logic for deduplicating in dexlayout" by Mathieu Chartier · 7 years ago
  57. bfd1d2d Merge "Clean up art_quick_check_instance_of entrypoints." by Treehugger Robot · 7 years ago
  58. f4ed7e8 Fix misc issues with non-generated-code fault handlers by Alex Light · 7 years ago
  59. bf92b3f Clean up art_quick_check_instance_of entrypoints. by Vladimir Marko · 7 years ago
  60. d4e328f Code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  61. 688a463 Merge "Disable input vdex tests for cdex" by Mathieu Chartier · 7 years ago
  62. 74c876b Disable input vdex tests for cdex by Mathieu Chartier · 7 years ago
  63. 91c0489 Merge "Make libdexfile usable from libunwind" by David Srbecky · 7 years ago
  64. e73550d Make libdexfile usable from libunwind by David Srbecky · 7 years ago
  65. a4377a8 Merge "Make hiddenapi gtest host-only" by Treehugger Robot · 7 years ago
  66. 272c33e Merge "Fix memory leak in hiddenapi_test" by Treehugger Robot · 7 years ago
  67. 0baa7cc Make hiddenapi gtest host-only by David Brazdil · 7 years ago
  68. 4572ade Fix memory leak in hiddenapi_test by David Brazdil · 7 years ago
  69. 66c9df1 Add logic for deduplicating in dexlayout by Mathieu Chartier · 7 years ago
  70. 34554c9 Merge "Use efficient encoding for compact dex code item fields" by Mathieu Chartier · 7 years ago
  71. e28567f Merge "Revert^3 "Ensure that methods requiring interpreter entrypoint always have it."" by Alex Light · 7 years ago
  72. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  73. bac1f5f Merge "Revert^2 "Ensure that methods requiring interpreter entrypoint always have it."" by Alex Light · 7 years ago
  74. 3dcbac8 Merge "Make ClassLoaderContextTest pass when OUT_DIR is used" by Treehugger Robot · 7 years ago
  75. 3b7916d Merge "Add 968 to skips for jvmti-stress" by Treehugger Robot · 7 years ago
  76. 66bed3b Merge "Improve code sinking near "always throwing" method calls" by Treehugger Robot · 7 years ago
  77. 0e15923 Merge changes I82b9360b,Ifc237ff8 by Treehugger Robot · 7 years ago
  78. 8740c66 Use efficient encoding for compact dex code item fields by Mathieu Chartier · 7 years ago
  79. dcbe96b Merge "Abort for combination of compact dex/dexlayout and update_input_vdex" by Mathieu Chartier · 7 years ago
  80. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  81. 77ef93b Make ClassLoaderContextTest pass when OUT_DIR is used by Alex Light · 7 years ago
  82. ec0be6e Merge "Add more extra space for dexlayout writing" by Mathieu Chartier · 7 years ago
  83. 1557778 Add more extra space for dexlayout writing by Mathieu Chartier · 7 years ago
  84. a8b8e9b Improve code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  85. 7c6f636 Abort for combination of compact dex/dexlayout and update_input_vdex by Mathieu Chartier · 7 years ago
  86. a7db026 Add a new runtime option for target SDK version by David Brazdil · 7 years ago
  87. f4eedfe Remove blocking case from RegisterNativeAllocation. by Richard Uhler · 7 years ago
  88. f12a1b0 Revise 004-NativeAllocations test. by Richard Uhler · 7 years ago
  89. 2b9c35b Introduce new build tool: hiddenapi by David Brazdil · 7 years ago
  90. 6d4c343 Merge "Build fuzzing sources against release 8 when eventually running with ART." by Treehugger Robot · 7 years ago
  91. 62583c6 Merge "Properly de-duplicate debug symbol names." by Treehugger Robot · 7 years ago
  92. 13a92d5 Merge "ART: Add support for VMStack.getAnnotatedStackTrace" by Treehugger Robot · 7 years ago
  93. d8f2702 Properly de-duplicate debug symbol names. by David Srbecky · 7 years ago
  94. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  95. a6b2a2d Merge "Revert "Make arm64-scratch-register less dexer dependent"" by Nicolas Geoffray · 7 years ago
  96. 942da61 Revert "Make arm64-scratch-register less dexer dependent" by Nicolas Geoffray · 7 years ago
  97. 16d1870 Merge "Revert "Ensure that methods requiring interpreter entrypoint always have it."" by Treehugger Robot · 7 years ago
  98. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
  99. c3e60f3 Merge changes Ib983e85c,Ic01ea4e8 by Mathieu Chartier · 7 years ago
  100. 8892c6b Move debug info offsets into a side table by Mathieu Chartier · 7 years ago