1. a1fb634 Merge "Warn on overriding of hidden methods" by Treehugger Robot · 7 years ago
  2. c54b89a Merge "Refactor enforcement of hidden API policy when linking" by Treehugger Robot · 7 years ago
  3. 4ecf09b Merge "Fix dangling SingleImplementations left after class unloading" by Nicolas Geoffray · 7 years ago
  4. fc66129 Warn on overriding of hidden methods by David Brazdil · 7 years ago
  5. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  6. 722093c Merge changes I99269436,I04fe75c0 by Roland Levillain · 7 years ago
  7. 55e599a Merge "Remove mandatory address for non moving space / zygote" by Mathieu Chartier · 7 years ago
  8. 48cc7b1 Merge "Dump .data.bimg.rel.ro entries in oatdump." by Vladimir Marko · 7 years ago
  9. fa4ea82 Remove mandatory address for non moving space / zygote by Mathieu Chartier · 7 years ago
  10. 1f28be6 Merge "Makes some ART gtests more robust to a non-standard environment." by Roland Levillain · 7 years ago
  11. 812fb4d Dump .data.bimg.rel.ro entries in oatdump. by Vladimir Marko · 7 years ago
  12. a28c998 Makes some ART gtests more robust to a non-standard environment. by Roland Levillain · 7 years ago
  13. 695de8d Remove superfluous environment variables in test configurations. by Roland Levillain · 7 years ago
  14. bdac338 Move gcstress test configurations to use the CC collector. by Roland Levillain · 7 years ago
  15. 640df84 Merge "Separate vdex versioning into two sections: verifier deps and dex code." by Treehugger Robot · 7 years ago
  16. 302bad2 Merge "Fix delivering async exception while in compiled code." by Vladimir Marko · 7 years ago
  17. fac2178 Fix delivering async exception while in compiled code. by Vladimir Marko · 7 years ago
  18. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  19. 270f21b Merge "Group testrunner options in --help" by Treehugger Robot · 7 years ago
  20. 8ed39b0 Merge "Make wrap-logcat a bit easier to call." by Treehugger Robot · 7 years ago
  21. 99d8f89 Make wrap-logcat a bit easier to call. by Alex Light · 7 years ago
  22. 7964688 Merge changes Idd09e8eb,I70527b5b by Treehugger Robot · 7 years ago
  23. c032251 Group testrunner options in --help by Alex Light · 7 years ago
  24. 4bfca1c Give symbolize-buildbot-crashes.sh the ability to read from a file. by Alex Light · 7 years ago
  25. 6717e5f Write a wrapper to record logcat while another process is running by Alex Light · 7 years ago
  26. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  27. 86821ac Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Nicolas Geoffray · 7 years ago
  28. ec9855e Merge "Revert "Disable 130-hprof test on asan."" by Treehugger Robot · 7 years ago
  29. d7195b9 Merge "sigchain: use libasync_safe logging." by Treehugger Robot · 7 years ago
  30. fd98b23 Merge "Disassemble saturation arithmetic x86/x86_64." by Treehugger Robot · 7 years ago
  31. cca6fc0 sigchain: use libasync_safe logging. by Josh Gao · 7 years ago
  32. 8574a3f Revert "Disable 130-hprof test on asan." by Andreas Gampe · 7 years ago
  33. 91460a5 Disassemble saturation arithmetic x86/x86_64. by Aart Bik · 7 years ago
  34. 5fa784d Merge "Add more details to verifier dumping for gAborting" by Mathieu Chartier · 7 years ago
  35. 8e9c11d Merge "Add missing Dex file dependency for ART gtest oat_writer_test." by Treehugger Robot · 7 years ago
  36. 74d25c9 Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Nicolas Geoffray · 7 years ago
  37. 65c3918 Merge "ART: Make patchoat more resistant" by Treehugger Robot · 7 years ago
  38. 67ccac2 Merge "Revert "Disable 639-checker-code-sinking in PIC mode."" by Treehugger Robot · 7 years ago
  39. 1f130f1 Add missing Dex file dependency for ART gtest oat_writer_test. by Roland Levillain · 7 years ago
  40. c2a2bda Add more details to verifier dumping for gAborting by Mathieu Chartier · 7 years ago
  41. 68f0680 Merge "Make test 1934 not flaky." by Treehugger Robot · 7 years ago
  42. 35b7130 Merge "Remove macro definition TEST_DISABLED_FOR_COMPACT_DEX." by Roland Levillain · 7 years ago
  43. 19a81b8 Revert "Disable 639-checker-code-sinking in PIC mode." by Vladimir Marko · 7 years ago
  44. 5047d9f Make test 1934 not flaky. by Alex Light · 7 years ago
  45. 3b03601 Merge "Fix oatdump_app_test for address sanitizer." by Treehugger Robot · 7 years ago
  46. 2303a85 Remove macro definition TEST_DISABLED_FOR_COMPACT_DEX. by Roland Levillain · 7 years ago
  47. 0530bcc Fix oatdump_app_test for address sanitizer. by Vladimir Marko · 7 years ago
  48. bfce631 Merge "Do not use sa_restorer if not defined" by Treehugger Robot · 7 years ago
  49. c7d2508 ART: Make patchoat more resistant by Andreas Gampe · 7 years ago
  50. e1734a9 Merge "Fix mac build: Update cfi directives for art_quick_osr_stub." by Yabin Cui · 7 years ago
  51. 1f49d97 Fix mac build: Update cfi directives for art_quick_osr_stub. by David Srbecky · 7 years ago
  52. ffbe188 Merge "Remove test 1934 skip" by Treehugger Robot · 7 years ago
  53. 1079c82 Remove test 1934 skip by Alex Light · 7 years ago
  54. aeaa965 Merge "ART: Update invoke-custom implementation" by Treehugger Robot · 7 years ago
  55. 2fdf65d Merge "Remove Python minor version." by Aart Bik · 7 years ago
  56. 7d6f3ce Merge changes I91686ac4,I745a8e88 by Treehugger Robot · 7 years ago
  57. ba6b8c7 Merge "ART: Fix oat_writer_test." by Treehugger Robot · 7 years ago
  58. db9d347 Merge "Revert "Reduce number of tests run in art-gcstress-gcverify."" by Treehugger Robot · 7 years ago
  59. c5bfd3d Merge "Fix ReplaceFileExtension() to stop looking for '.' at '/'." by Treehugger Robot · 7 years ago
  60. 7c630cc Merge "Quick script to get API access violations." by Treehugger Robot · 7 years ago
  61. 6d28844 Merge "Update cfi directives for art_quick_osr_stub." by David Srbecky · 7 years ago
  62. 787b8d1 Revert "Reduce number of tests run in art-gcstress-gcverify." by Roland Levillain · 7 years ago
  63. f0499c9 ART: Fix oat_writer_test. by Vladimir Marko · 7 years ago
  64. 62c2d71 Fix ReplaceFileExtension() to stop looking for '.' at '/'. by Vladimir Marko · 7 years ago
  65. 5ebc4cc Quick script to get API access violations. by Mathew Inwood · 7 years ago
  66. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  67. a5867bf Merge "Don't do a read barrier in JIT GC code." by Nicolas Geoffray · 7 years ago
  68. 2229f6d Merge "Make LOG(INFO) a VLOG(jdwp)" by Treehugger Robot · 7 years ago
  69. 74c91c9 Fix instrumentation stack tracking by Alex Light · 7 years ago
  70. e927866 Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
  71. 1639f65 Merge "test: Cache repeated soong invocations of get_build_var" by Igor Murashkin · 7 years ago
  72. 230fa94 Make LOG(INFO) a VLOG(jdwp) by Alex Light · 7 years ago
  73. 88c6809 test: Cache repeated soong invocations of get_build_var by Igor Murashkin · 7 years ago
  74. 3d06601 Merge "ART: Remove static libbase" by Treehugger Robot · 7 years ago
  75. dc241ce Merge "Ignore vdex files for addr2line." by Christopher Ferris · 7 years ago
  76. d432acd Remove Python minor version. by Aart Bik · 7 years ago
  77. e36223c Merge "Fix OS::GetFileSizeBytes()." by Treehugger Robot · 7 years ago
  78. bd72ae0 Merge "Saturation arithmetic instructions for X86 and X86_64." by Treehugger Robot · 7 years ago
  79. 281fee0 ART: Remove static libbase by Andreas Gampe · 7 years ago
  80. 45677e5 Merge "ART: Implement loop peeling/unrolling routines." by Treehugger Robot · 7 years ago
  81. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  82. 66f40db Merge "Minor cleanup of MIN/MAX code." by Treehugger Robot · 7 years ago
  83. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  84. a5785a2 Fix OS::GetFileSizeBytes(). by Vladimir Marko · 7 years ago
  85. 05c1fb4 Merge "ARM64: Simplify save/restore regs in invoke stub." by Vladimir Marko · 7 years ago
  86. 79b1445 Update cfi directives for art_quick_osr_stub. by Christopher Ferris · 7 years ago
  87. 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 7 years ago
  88. d395e73 Merge "MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()" by Treehugger Robot · 7 years ago
  89. 7e61411 ARM64: Simplify save/restore regs in invoke stub. by Vladimir Marko · 7 years ago
  90. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  91. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  92. 04bd682 Merge "Disable failing test." by Nicolas Geoffray · 7 years ago
  93. f0e3d9f Disable failing test. by Nicolas Geoffray · 7 years ago
  94. 1f9df4a Merge "Enable ThinLTO for dex2oat" by Yi Kong · 7 years ago
  95. 45d857b Merge "Remove skip for testModifiers001" by Treehugger Robot · 7 years ago
  96. 4ca1735 Saturation arithmetic instructions for X86 and X86_64. by Aart Bik · 7 years ago
  97. 02eebcf ART: Implement loop peeling/unrolling routines. by Artem Serov · 7 years ago
  98. b1f23f9 Ignore vdex files for addr2line. by Christopher Ferris · 7 years ago
  99. c9d5109 Merge "Change Addr2line to use poll." by Christopher Ferris · 7 years ago
  100. 351df3e Minor cleanup of MIN/MAX code. by Aart Bik · 7 years ago