1. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 3 months ago
  2. eb9da9e Add support for generating --help messages from cmdline definition by Alex Light · 4 years, 3 months ago
  3. c607092 Fix golem build by David Srbecky · 4 years, 3 months ago
  4. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 3 months ago
  5. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  6. 7400a54 Fixes for gtests in eng-prod by David Srbecky · 4 years, 3 months ago
  7. b461b53 Revert^2 "Switch to LLVM prebuilt tools for ART gtests" by David Srbecky · 4 years, 3 months ago
  8. d4e6a99 Invoke futex wait with correct value by Hans Boehm · 4 years, 3 months ago
  9. ea54b82 Revert "Switch to LLVM prebuilt tools for ART gtests" by Alex Light · 4 years, 3 months ago
  10. 7285a4b Fix GetDirectBufferCapacity for zero length direct buffer by Orion Hodson · 4 years, 3 months ago
  11. 8070443 Switch to LLVM prebuilt tools for ART gtests by David Srbecky · 4 years, 4 months ago
  12. 194f555 Refactor arm assembly tests. by David Srbecky · 4 years, 3 months ago
  13. dc787f4 Make Integer.divideUnsigned intrinsic for x86. by Andra Danciu · 4 years, 3 months ago
  14. dd5db45 Revert "Reland "Cover more cases in nterp."" by Nicolas Geoffray · 4 years, 3 months ago
  15. 28d0a1d Workaround for b/160292234. by Nicolas Geoffray · 4 years, 3 months ago
  16. bbdc301 Remove old code that isn't relevant anymore. by Nicolas Geoffray · 4 years, 3 months ago
  17. c473dc7 Create individual counters and timers for compilation kinds. by Nicolas Geoffray · 4 years, 3 months ago
  18. eaf3a92 Add some logging for diagnosing a crash. by Nicolas Geoffray · 4 years, 3 months ago
  19. f375e92 Reland "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 3 months ago
  20. 8d79968 Remove unused / unimplemented CorePlatformAPI methods. by Nicolas Geoffray · 4 years, 4 months ago
  21. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 4 months ago
  22. b7f4d0f [nterp] Export PC before overwiting it in op_aput_object. by Nicolas Geoffray · 4 years, 4 months ago
  23. 3caa05d Reduce the hotness on lookups. by Nicolas Geoffray · 4 years, 4 months ago
  24. fa88d52 Add an execution time log for VerifyClass by Rock.Yeh · 4 years, 4 months ago
  25. 53b17f9 Fix brainos in UpdateHotness. by Nicolas Geoffray · 4 years, 4 months ago
  26. f394400 Revert "Only enable nterp on x64." by Nicolas Geoffray · 4 years, 4 months ago
  27. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 4 years, 4 months ago
  28. a63a2e9 Search only the current class loader when checking for duplicates by Calin Juravle · 4 years, 6 months ago
  29. b50d453 Do not use ART_IMT_SIZE for IMT size configuration. by Vladimir Marko · 4 years, 4 months ago
  30. 034ac51 Make the ART thread pool implementation use default-sized stacks on Bionic by Daniel Colascione · 4 years, 7 months ago
  31. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 5 months ago
  32. 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 4 years, 4 months ago
  33. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 4 months ago
  34. f8cc26e Fix a braino when marking a method as being compiled. by Nicolas Geoffray · 4 years, 4 months ago
  35. ce0d007 separate madvise calling from critical section by Pin-Chuan Liu · 4 years, 5 months ago
  36. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 4 months ago
  37. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 4 months ago
  38. 5121284 Only enable nterp on x64. am: 65c0768f30 by Nicolas Geoffray · 4 years, 4 months ago
  39. 65c0768 Only enable nterp on x64. by Nicolas Geoffray · 4 years, 5 months ago
  40. 32d4dca Remove core.art image am: 6355d6932a by David Srbecky · 4 years, 5 months ago
  41. 6355d69 Remove core.art image by David Srbecky · 4 years, 7 months ago
  42. 05005dc Only put resolved classes inside the dex cache. am: fa915c920f by Nicolas Geoffray · 4 years, 5 months ago
  43. 86bde6e Revert^2 "Throw ClassFormatError for unsupported default methods." am: 1c993cd041 by Vladimir Marko · 4 years, 5 months ago
  44. 351c717 Finish move of jar compilation rules from makefile to soong. am: 4a88a5af74 by David Srbecky · 4 years, 5 months ago
  45. 19e45e5 ART: Add classes having intrinsics to boot image am: ffffa9c4e1 by Evgeny Astigeevich · 4 years, 5 months ago
  46. 3eb107f Revert "Cover more cases in nterp." am: 62d33f7890 by Nicolas Geoffray · 4 years, 5 months ago
  47. fa915c9 Only put resolved classes inside the dex cache. by Nicolas Geoffray · 4 years, 5 months ago
  48. 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 4 years, 5 months ago
  49. 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 5 months ago
  50. ffffa9c ART: Add classes having intrinsics to boot image by Evgeny Astigeevich · 4 years, 5 months ago
  51. 62d33f7 Revert "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 5 months ago
  52. e852475 Cover more cases in nterp. am: eb1fece2e4 by Nicolas Geoffray · 4 years, 5 months ago
  53. eb1fece Cover more cases in nterp. by Nicolas Geoffray · 4 years, 5 months ago
  54. d2e053a Fix deadlock from dl_iterate_phdr() callback. am: 211f9d3258 by Vladimir Marko · 4 years, 5 months ago
  55. 211f9d3 Fix deadlock from dl_iterate_phdr() callback. by Vladimir Marko · 4 years, 5 months ago
  56. deaa72f Revert "Throw ClassFormatError for unsupported default methods." am: 09261a8c5c by Nicolas Geoffray · 4 years, 5 months ago
  57. 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 5 months ago
  58. 5fdcdb6 Improve error message in RunRootClinits am: 08110ef5de by David Srbecky · 4 years, 5 months ago
  59. 08110ef Improve error message in RunRootClinits by David Srbecky · 4 years, 5 months ago
  60. 275081f Really fix indentation. am: bce6877bca by Florian Mayer · 4 years, 5 months ago
  61. bce6877 Really fix indentation. by Florian Mayer · 4 years, 5 months ago
  62. 21538cf Move gtest tool dependencies from makefile to soong am: 2280b534e2 by David Srbecky · 4 years, 5 months ago
  63. 2280b53 Move gtest tool dependencies from makefile to soong by David Srbecky · 4 years, 5 months ago
  64. b6b9578 Remove hiddenapi warning on non-android builds. am: 5158d4a204 by Nicolas Geoffray · 4 years, 5 months ago
  65. 5158d4a Remove hiddenapi warning on non-android builds. by Nicolas Geoffray · 4 years, 5 months ago
  66. 28645ee Fix indentation. am: 0caa3fd3a6 by Florian Mayer · 4 years, 5 months ago
  67. 0caa3fd Fix indentation. by Florian Mayer · 4 years, 5 months ago
  68. 2a85e4b Throw ClassFormatError for unsupported default methods. am: adf0f2e55c by Vladimir Marko · 4 years, 5 months ago
  69. cbbb3e8 Adjust code lookup logic in artQuickResolutionTrampoline. am: 50df0c4c89 by Nicolas Geoffray · 4 years, 5 months ago
  70. adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 5 months ago
  71. 50df0c4 Adjust code lookup logic in artQuickResolutionTrampoline. by Nicolas Geoffray · 4 years, 5 months ago
  72. b21c63e Preload perfetto_hprof library in Zygote. am: 0278b4bfb6 by Florian Mayer · 4 years, 5 months ago
  73. 0278b4b Preload perfetto_hprof library in Zygote. by Florian Mayer · 4 years, 5 months ago
  74. b9a197c Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" am: ad3bbcd19d by Eric Holk · 4 years, 5 months ago
  75. ad3bbcd Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" by Eric Holk · 4 years, 5 months ago
  76. 954b76e Fix calling instance methods of erroneous classes. am: 6217fc20d3 by Vladimir Marko · 4 years, 5 months ago
  77. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 5 months ago
  78. abd499b Add support for greylist-max-r signatures. am: b708fc1f10 by Artur Satayev · 4 years, 5 months ago
  79. b708fc1 Add support for greylist-max-r signatures. by Artur Satayev · 4 years, 5 months ago
  80. 8409bfa Do not update method's entrypoint in resolution trampoline. am: c4b83106cc by Vladimir Marko · 4 years, 5 months ago
  81. c4b8310 Do not update method's entrypoint in resolution trampoline. by Vladimir Marko · 4 years, 5 months ago
  82. c9caeac [nterp] Add arm64 implementation. am: 4fc75697d8 by Nicolas Geoffray · 4 years, 5 months ago
  83. 4fc7569 [nterp] Add arm64 implementation. by Nicolas Geoffray · 4 years, 9 months ago
  84. 89d69d3 Re-enable asan tests which we disabled due to huge stack frames. am: d1a421ff5c by David Srbecky · 4 years, 5 months ago
  85. d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 4 years, 5 months ago
  86. 1c4ffb8 HWASan fixes for ART tests am: 2acd1ec12a by David Srbecky · 4 years, 5 months ago
  87. 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 5 months ago
  88. bc94f50 Dynamically link to libz am: b1c8e161a1 by Jiyong Park · 4 years, 5 months ago
  89. b1c8e16 Dynamically link to libz by Jiyong Park · 4 years, 5 months ago
  90. d598fc9 perfetto_hprof: add flag to enable. am: 0972d08757 by Florian Mayer · 4 years, 5 months ago
  91. 0972d08 perfetto_hprof: add flag to enable. by Florian Mayer · 4 years, 5 months ago
  92. 3337c7d Revert^4 "Handle OOM situation in java-heap more aggressively" am: 3d189432e6 by Lokesh Gidra · 4 years, 5 months ago
  93. 3d18943 Revert^4 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 5 months ago
  94. 1eb8f32 Revert^2 "Remove test_per_src from ART tests." am: 883c1346b8 by David Srbecky · 4 years, 5 months ago
  95. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 5 months ago
  96. fa7a147 Clean up Field::CreateFromArtField(). am: 0a6063a07e by Vladimir Marko · 4 years, 5 months ago
  97. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 5 months ago
  98. 61e0302 Revert "Use MADV_FREE to reclaim pages of freed regions" am: 58520dfba3 by Lokesh Gidra · 4 years, 5 months ago
  99. 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 4 years, 5 months ago
  100. 76ed787 Do not execute OAT files that require app images that cannot be loaded am: bc89ed42d6 by Eric Holk · 4 years, 5 months ago