1. a538ed5 ART: Remove stale comment by Andreas Gampe · 5 years ago
  2. 9f3928f ART: Change vtable check implementation by Andreas Gampe · 5 years ago
  3. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 5 years ago
  4. a2fed08 ART: Optimize array accesses by Andreas Gampe · 5 years ago
  5. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 5 years ago
  6. ca3c6d9 Merge "Revert "Prevent overflows for concurrent_start_bytes_ sum"" by Vladimir Marko · 5 years ago
  7. 83ba9b9 Revert "Prevent overflows for concurrent_start_bytes_ sum" by Vladimir Marko · 5 years ago
  8. ac52000 Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0 by Vladimir Marko · 5 years ago
  9. 01eb773 Merge "Prevent overflows for concurrent_start_bytes_ sum" by Hans Boehm · 5 years ago
  10. 50b0445 Prevent overflows for concurrent_start_bytes_ sum by Hans Boehm · 5 years ago
  11. d0c3a6c Merge "Fix criteria to decide should next GC be minor" by Lokesh Gidra · 5 years ago
  12. 1a862c8 Fix criteria to decide should next GC be minor by Lokesh Gidra · 5 years ago
  13. b0f16e6 Replace StringPiece with std::string_view in RegType. by Vladimir Marko · 5 years ago
  14. 59ae4f9 Replace StringPiece with std::string_view in OatFile. by Vladimir Marko · 5 years ago
  15. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 5 years ago
  16. 436e142 Merge "Take hidden API into account during getDeclaredMethod()" by David Brazdil · 5 years ago
  17. 62d986b Merge "Fix DumpNativeStack function for trampolines." by Treehugger Robot · 5 years ago
  18. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 5 years ago
  19. 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 5 years ago
  20. 11be88c Merge "x86/x86-64: Fix IMT conflict trampoline for obsolete methods." by Vladimir Marko · 5 years ago
  21. b87eedc x86/x86-64: Fix IMT conflict trampoline for obsolete methods. by Vladimir Marko · 5 years ago
  22. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  23. 8a64e77 Merge "Use prebuilt addr2line on host" by David Srbecky · 5 years ago
  24. 87da30e Use prebuilt addr2line on host by David Srbecky · 5 years ago
  25. bb72073 Fix DumpNativeStack function for trampolines. by David Srbecky · 5 years ago
  26. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  27. a2d2bc2 Replace libmetricslogger logging with up-call to Java for hidden api by Andrei Onea · 6 years ago
  28. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  29. 6b8a38c Merge "Fix lock order issue with large-object space lock" by Lokesh Gidra · 5 years ago
  30. ea34d46 Fix lock order issue with large-object space lock by Lokesh Gidra · 6 years ago
  31. fc19c53 Merge "Reducing CPU impact of non-monotonic clocks on Gc." by Vincent Palomares · 6 years ago
  32. b8f88f3 Merge "Selectively allow dead reference elimination" by Hans Boehm · 6 years ago
  33. cc17d07 Reducing CPU impact of non-monotonic clocks on Gc. by Vincent Palomares · 6 years ago
  34. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  35. 9fdcedd ART: Disable SmallStack test for ASAN by Andreas Gampe · 6 years ago
  36. a3350d8 Merge "Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace.""" by Nicolas Geoffray · 6 years ago
  37. 107ce79 Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace."" by Nicolas Geoffray · 6 years ago
  38. 58a268a Merge "Revert "Load libopenjdk and libjavacore with the runtime namespace."" by Nicolas Geoffray · 6 years ago
  39. bd0eb2c Revert "Load libopenjdk and libjavacore with the runtime namespace." by Nicolas Geoffray · 6 years ago
  40. b72a6a9 DO NOT MERGE: Revert "Revert "ART: add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 6 years ago
  41. 94c8670 Load libopenjdk and libjavacore with the runtime namespace. by Nicolas Geoffray · 6 years ago
  42. fe42726 Merge "Allow the use of filenames when traking code paths for profiling" by Calin Juravle · 6 years ago
  43. 4e29bda Merge "Adjust ResolveRelativeEncodedDexLocation." by Nicolas Geoffray · 6 years ago
  44. 8baa11a Adjust ResolveRelativeEncodedDexLocation. by Nicolas Geoffray · 6 years ago
  45. 1a04148 Fix bug in InMemoryDexClassLoader loading by David Brazdil · 6 years ago
  46. 876a2ab Allow the use of filenames when traking code paths for profiling by Calin Juravle · 6 years ago
  47. b3eff8a DO NOT MERGE: Revert "ART: add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  48. fd9e7b5 Merge "Temporarily disable CorePlatformApi logging" by Treehugger Robot · 6 years ago
  49. a6d6184 Temporarily disable CorePlatformApi logging by David Brazdil · 6 years ago
  50. fbdbccc ART: add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  51. 6ad2e8e Merge "ART: make generational CC a runtime option" by Roland Levillain · 6 years ago
  52. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  53. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  54. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 6 years ago
  55. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 6 years ago
  56. 75c513a Fix memory leak after calling CloseNativeLibrary. by Nicolas Geoffray · 6 years ago
  57. 2ddf9ca Merge "Extend lifetime of CodeInfo in StackVisitor." by Treehugger Robot · 6 years ago
  58. 4233452 Merge "ART: Some more iwyu" by Treehugger Robot · 6 years ago
  59. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
  60. 2259f1c Extend lifetime of CodeInfo in StackVisitor. by David Srbecky · 6 years ago
  61. 4706ff0 Merge "Fix use of native loader API." by Nicolas Geoffray · 6 years ago
  62. 328e4af Merge "Support oat files compiled with partial boot class path." by Nicolas Geoffray · 6 years ago
  63. c3ba7ee Fix use of native loader API. by Nicolas Geoffray · 6 years ago
  64. f3d88a8 Support oat files compiled with partial boot class path. by Vladimir Marko · 6 years ago
  65. d9b3069 Move to C API of libnativeloader. by Nicolas Geoffray · 6 years ago
  66. bae0758 Merge "Make VariableHandleScope consistent between 32 & 64 bit" by Alex Light · 6 years ago
  67. de7718d Make VariableHandleScope consistent between 32 & 64 bit by Alex Light · 6 years ago
  68. c99f017 Merge "Refactor image relocation" by Mathieu Chartier · 6 years ago
  69. f0a96eb Refactor image relocation by Mathieu Chartier · 6 years ago
  70. d1e3dcf Merge "ART: fix post gc weighted allocated bytes metrics" by Roland Levillain · 6 years ago
  71. 1c0ae84 ART: fix post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  72. 267789c Merge "Create the class loader context within a Runtime scope." by Nicolas Geoffray · 6 years ago
  73. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 6 years ago
  74. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  75. 35de14b Create the class loader context within a Runtime scope. by Nicolas Geoffray · 6 years ago
  76. c95d341 Merge "ART: Handle clobbering in verifier peephole" by Treehugger Robot · 6 years ago
  77. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  78. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  79. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  80. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  81. a1ffdba ART: IWYU handle_scope by Andreas Gampe · 6 years ago
  82. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  83. 43e4325 ART: Handle clobbering in verifier peephole by Andreas Gampe · 6 years ago
  84. b9b9957 Merge "ART: Only log initialization failure on initialization" by Treehugger Robot · 6 years ago
  85. 2b89987 Merge "Do not enter hidden API slow path when policy==Disabled" by Treehugger Robot · 6 years ago
  86. c5a96e4 Do not enter hidden API slow path when policy==Disabled by David Brazdil · 6 years ago
  87. 2fb49eb Merge "Put the deoptimized method in the trace tag." by Nicolas Geoffray · 6 years ago
  88. e959e5d Merge "Tweak native allocation GC triggering thresholds" by Hans Boehm · 6 years ago
  89. 1575267 Tweak native allocation GC triggering thresholds by Hans Boehm · 6 years ago
  90. 62e7c09 Put the deoptimized method in the trace tag. by Nicolas Geoffray · 6 years ago
  91. 7b3063b ART: Only log initialization failure on initialization by Andreas Gampe · 6 years ago
  92. edad2aa Merge "Relocate usleep for Thread::Unregister" by Mathieu Chartier · 6 years ago
  93. c3c0299 Merge "ART: add longest consecutive free bytes in region dump" by Roland Levillain · 6 years ago
  94. 206ffa5 Merge "ART: make RegionSpace::GetNextObject a static function" by Roland Levillain · 6 years ago
  95. 3fef44a Relocate usleep for Thread::Unregister by Juju Sung · 6 years ago
  96. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  97. 02f6c8d Merge "Delete PatchedObjectsMap" by Mathieu Chartier · 6 years ago
  98. c0bb8c7 Merge "ART: Some more IWYU in common headers" by Treehugger Robot · 6 years ago
  99. 1aa5232 Merge "ART: Forward-declare Instrumentation" by Andreas Gampe · 6 years ago
  100. c93dba2 Merge "ART: log threads not suspending in SuspendAllInternal" by Andreas Gampe · 6 years ago