1. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  2. 1e5b3f3 Merge "MIPS64: Fix art_quick_instrumentation_entry" by Treehugger Robot · 6 years ago
  3. 386568b Merge "Blacklist test in right expectation file." by Treehugger Robot · 6 years ago
  4. c9b6a7d Merge "Blacklist tests failing on valgrind." by Treehugger Robot · 6 years ago
  5. 45a6da0 Blacklist tests failing on valgrind. by Nicolas Geoffray · 6 years ago
  6. 02a212a Blacklist test in right expectation file. by Nicolas Geoffray · 6 years ago
  7. c4b731b Merge "Enable 137-cfi unwind test for cdex" by David Srbecky · 6 years ago
  8. 47c420b Merge "Only set UI warning on hidden API dark greylist" by Treehugger Robot · 6 years ago
  9. 1be5505 Merge "Fix NE when DumpKernelStack" by Treehugger Robot · 6 years ago
  10. 8e8f5e3 Merge "ART: Fix Main.isAotCompiled" by Treehugger Robot · 6 years ago
  11. 685629d Merge "Temporarily disable lazy class-file-load-hook" by Treehugger Robot · 6 years ago
  12. 9226522 Only set UI warning on hidden API dark greylist by David Brazdil · 6 years ago
  13. 3797770 Temporarily disable lazy class-file-load-hook by Alex Light · 6 years ago
  14. d4006e6 Merge "Lower several adbconnection log messages to VLOG(jdwp)" by Treehugger Robot · 6 years ago
  15. e29ccfd Merge "ART: Fix call site resolution" by Treehugger Robot · 6 years ago
  16. a17cc2e Lower several adbconnection log messages to VLOG(jdwp) by Alex Light · 6 years ago
  17. 60baf83 Merge "Extend VLOG(signals) to be more useful." by Treehugger Robot · 6 years ago
  18. 0e7d8dd Merge "Leave one more register for clang 7.0." by Chih-hung Hsieh · 6 years ago
  19. 035a296 ART: Fix Main.isAotCompiled by Andreas Gampe · 6 years ago
  20. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 6 years ago
  21. 21f498f Extend VLOG(signals) to be more useful. by Alex Light · 6 years ago
  22. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 6 years ago
  23. 86e6814 Leave one more register for clang 7.0. by Chih-Hung Hsieh · 6 years ago
  24. 2e40c1c Remove unneeded mutator_lock_ requires from fixed_up_dex_file by Alex Light · 6 years ago
  25. e65948f Merge "Revert^2 "ARM: Use r4 for stack overflow check to reduce code size."" by Treehugger Robot · 6 years ago
  26. 527984a Merge "Enable profile data filtering in profman" by Treehugger Robot · 6 years ago
  27. 833529f Merge "Create list of open dex files for libbacktrace." by Treehugger Robot · 6 years ago
  28. da1cdd0 ART: Fix call site resolution by Orion Hodson · 6 years ago
  29. 1004955 Revert^2 "ARM: Use r4 for stack overflow check to reduce code size." by xueliang.zhong · 6 years ago
  30. 97f1e04 Merge "Add libdexfile.so to the list of libraries needed for tests." by Treehugger Robot · 6 years ago
  31. 6831209 Merge "MIPS: Clean up InstanceOf/CheckCast." by Treehugger Robot · 6 years ago
  32. e10c1e2 Enable profile data filtering in profman by Calin Juravle · 7 years ago
  33. b61b58f Enable 137-cfi unwind test for cdex by David Srbecky · 6 years ago
  34. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  35. 21117a3 Add libdexfile.so to the list of libraries needed for tests. by David Srbecky · 6 years ago
  36. 2827ff6 Merge "Move the art-gtest-heap-poisoning from Valgrind to ASan." by Roland Levillain · 6 years ago
  37. e01ec23 Merge "Fix heap size tracing during bulk thread-local allocations." by Roland Levillain · 6 years ago
  38. e5bf41a Merge "Fix typo" by Treehugger Robot · 6 years ago
  39. 7349d5d MIPS64: Fix art_quick_instrumentation_entry by Goran Jakovljevic · 6 years ago
  40. 2f6d42d Fix typo by Nicolas Geoffray · 6 years ago
  41. 7a8b3f2 Fix NE when DumpKernelStack by yuanhao · 6 years ago
  42. 9657618 Merge "Lower a LOG(WARNING) to VLOG(deopt) in instrumentation" by Treehugger Robot · 6 years ago
  43. 3e71107 Merge "Clean up signed/unsigned in vectorizer." by Treehugger Robot · 6 years ago
  44. 4df8ee1 Merge "Fix UAF error caught by asan" by Treehugger Robot · 6 years ago
  45. d6f9d85 Fix UAF error caught by asan by Alex Light · 7 years ago
  46. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 6 years ago
  47. 92d0c8b Merge "Blacklist 674-HelloWorld-Dm test on device." by Nicolas Geoffray · 6 years ago
  48. 0817645 Blacklist 674-HelloWorld-Dm test on device. by Nicolas Geoffray · 6 years ago
  49. eeaf87f Merge "Print dex signatures in hidden API warnings" by Treehugger Robot · 6 years ago
  50. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 6 years ago
  51. cf026fe Merge "Enable hidden API enforcement" by Treehugger Robot · 6 years ago
  52. 67fd19d Merge "Check DEBUG_GENERATE_MINI_DEBUG_INFO when starting an app" by David Srbecky · 6 years ago
  53. 21dca73 Merge "dex2oat: Accept .dm files." by Nicolas Geoffray · 6 years ago
  54. 2e34916 Enable hidden API enforcement by David Brazdil · 7 years ago
  55. 1077bbc Print dex signatures in hidden API warnings by David Brazdil · 6 years ago
  56. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 6 years ago
  57. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 6 years ago
  58. baeaa9b dex2oat: Accept .dm files. by Nicolas Geoffray · 7 years ago
  59. 212e375 Merge "Make test 044-proxy less flaky" by Mathieu Chartier · 6 years ago
  60. da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 6 years ago
  61. 2f8ad4b Merge "Don't run NonMovingAlloc operations by default in ThreadStress." by Treehugger Robot · 6 years ago
  62. 8848fe8 Merge "Revert "Revert "Make the runtime default to not allowing JDWP again.""" by Treehugger Robot · 6 years ago
  63. e756f20 Don't run NonMovingAlloc operations by default in ThreadStress. by Roland Levillain · 6 years ago
  64. 59949b7 Merge "Bump vdex version" by Mathieu Chartier · 6 years ago
  65. 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 6 years ago
  66. 8e9a5e8 Bump vdex version by Mathieu Chartier · 6 years ago
  67. bad8437 Merge "Fix compact dex shared section with update_input_vdex" by Mathieu Chartier · 6 years ago
  68. 02e33ab Merge "Do not DCHECK intrinsics with hidden API flags" by Treehugger Robot · 6 years ago
  69. 45caa1d Make test 044-proxy less flaky by Mathieu Chartier · 6 years ago
  70. f346af5 Merge "Add an operation performing non-moving allocation in ThreadStress." by Roland Levillain · 6 years ago
  71. 9b869ea Fix heap size tracing during bulk thread-local allocations. by Roland Levillain · 6 years ago
  72. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 6 years ago
  73. 95fa4fd Merge "Revert "Make the runtime default to not allowing JDWP again."" by David Brazdil · 6 years ago
  74. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  75. f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 6 years ago
  76. c7e546f Merge "Refactor JVMTI ClassFileLoadHook handling" by Treehugger Robot · 6 years ago
  77. 64e4c14 Refactor JVMTI ClassFileLoadHook handling by Alex Light · 6 years ago
  78. 029cb25 Merge "Add release 8 flag to reference implementation run too." by Treehugger Robot · 6 years ago
  79. bc71892 Merge "Make the runtime default to not allowing JDWP again." by Alex Light · 6 years ago
  80. cec262e Merge "ART: Call ThreadGroup.add for attached threads" by Treehugger Robot · 6 years ago
  81. 85f890b Merge "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  82. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  83. aa129ff Do not DCHECK intrinsics with hidden API flags by David Brazdil · 6 years ago
  84. d2b5229 Merge "Profman: Skip dex file verification for boot jars" by Treehugger Robot · 6 years ago
  85. 74478e6 Add release 8 flag to reference implementation run too. by Aart Bik · 6 years ago
  86. 5677601 ART: Call ThreadGroup.add for attached threads by Andreas Gampe · 7 years ago
  87. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 6 years ago
  88. 413c3cb Move the art-gtest-heap-poisoning from Valgrind to ASan. by Roland Levillain · 6 years ago
  89. f13ac7c Profman: Skip dex file verification for boot jars by David Brazdil · 6 years ago
  90. 47ec7ad Merge "Add an option to stress only allocations in ThreadStress." by Roland Levillain · 6 years ago
  91. 8f99e0b Check DEBUG_GENERATE_MINI_DEBUG_INFO when starting an app by David Srbecky · 6 years ago
  92. 4732f12 Add an operation performing non-moving allocation in ThreadStress. by Roland Levillain · 6 years ago
  93. ea5575b Merge "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  94. 7a32347 Add an option to stress only allocations in ThreadStress. by Roland Levillain · 7 years ago
  95. 8d8cf2e Merge "Fix loading of cdex files." by David Srbecky · 6 years ago
  96. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  97. b21c704 Fix loading of cdex files. by David Srbecky · 7 years ago
  98. 9690ad7 Merge "Remove hiddenapi access flags in FixedUpDexFile" by Treehugger Robot · 6 years ago
  99. d8eb673 Lower a LOG(WARNING) to VLOG(deopt) in instrumentation by Alex Light · 6 years ago
  100. 1a824a5 Remove hiddenapi access flags in FixedUpDexFile by Alex Light · 7 years ago