1. 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years ago
  2. 5da0222 Install instrumentation stubs for supporting single thread deopts by Mythri Alle · 3 years ago
  3. 854af03 Reland "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  4. 8cedd8b Revert "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  5. 67e48ec More entrypoint handling cleanup. by Nicolas Geoffray · 3 years ago
  6. 68dc4a5 Adjust code in compiledWithOptimizing by Nicolas Geoffray · 3 years, 8 months ago
  7. 39198c0 Generalize Main.compiledWithOptimizing. by Nicolas Geoffray · 3 years, 8 months ago
  8. ab2fde3 Don't abort if the oat file doesn't have dex2oat command line key. by Nicolas Geoffray · 3 years, 10 months ago
  9. 11e6fea Introduce a ensureJitBaselineCompiled for tests. by Nicolas Geoffray · 4 years, 3 months ago
  10. 6076b69 Add ability to override gtest LOG_TAGS by Alex Light · 4 years, 3 months ago
  11. 03a83cb Move to do/while loop to ensure optimized compilation. by Nicolas Geoffray · 4 years, 4 months ago
  12. 60ef399 Reland "Cleanups around the creation of ProfilingInfo." by Nicolas Geoffray · 4 years, 5 months ago
  13. a996425 Revert "Cleanups around the creation of ProfilingInfo." by Lokesh Gidra · 4 years, 5 months ago
  14. 0fa304e Cleanups around the creation of ProfilingInfo. by Nicolas Geoffray · 4 years, 5 months ago
  15. d6e14e0 Rewrite assembler_test_base.h by David Srbecky · 4 years, 6 months ago
  16. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 6 months ago
  17. 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 8 months ago
  18. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 8 months ago
  19. 40082b6 Revert "Reject OAT file in speed-profile if app image is rejected" by Louis Chang · 4 years, 8 months ago
  20. 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 4 years, 8 months ago
  21. 135b5c8 Address checker tests around inline cache and the baseline compiler. by Nicolas Geoffray · 5 years ago
  22. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  23. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  24. dee09f9 Add the compiler filter to InMemoryDexClassLoader backed by oat files. by Nicolas Geoffray · 5 years ago
  25. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 5 years ago
  26. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  27. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  28. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  29. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 6 years ago
  30. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 5 years ago
  31. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 6 years ago
  32. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
  33. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  34. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  35. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 6 years ago
  36. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  37. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 6 years ago
  38. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  39. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  40. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 6 years ago
  41. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 6 years ago
  42. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 6 years ago
  43. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  44. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  45. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  46. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  47. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  48. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 6 years ago
  49. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 6 years ago
  50. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  51. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  52. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  53. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 6 years ago
  54. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  55. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 6 years ago
  56. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  57. eece494 Fix test 1935 for JIT-at-first-use. by Vladimir Marko · 6 years ago
  58. d9986ac Revert "Fix String.equals() for moveable String.class." by Roland Levillain · 6 years ago
  59. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  60. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  61. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  62. ce75049 Revert "Revert "Handle a special case of lock aliasing during lock verification"" by Alexey Grebenkin · 7 years ago
  63. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  64. 97c465c Merge "Revert "Handle a special case of lock aliasing during lock verification"" by Nicolas Geoffray · 6 years ago
  65. 753a055 Revert "Handle a special case of lock aliasing during lock verification" by Nicolas Geoffray · 6 years ago
  66. 91b6bef Merge "Handle a special case of lock aliasing during lock verification" by Treehugger Robot · 6 years ago
  67. 82898ed Handle a special case of lock aliasing during lock verification by Alexey Grebenkin · 7 years ago
  68. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  69. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  70. 52f5a1f ART: No JIT for native MethodHandle/VarHandle methods by Orion Hodson · 7 years ago
  71. 82d046e Add a profiling library by David Sehr · 7 years ago
  72. 035a296 ART: Fix Main.isAotCompiled by Andreas Gampe · 7 years ago
  73. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 7 years ago
  74. 45caa1d Make test 044-proxy less flaky by Mathieu Chartier · 7 years ago
  75. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  76. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  77. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  78. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  79. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  80. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  81. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  82. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  83. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  84. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 7 years ago
  85. da28305 Fix String.equals() for moveable String.class. by Vladimir Marko · 7 years ago
  86. 1949baf Revert "Force OSR compilation on all compilations." by Nicolas Geoffray · 7 years ago
  87. c217666 Force OSR compilation on all compilations. by Nicolas Geoffray · 7 years ago
  88. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 7 years ago
  89. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  90. 23ddfe8 Don't call EnsureInitialized in the JIT. by Nicolas Geoffray · 8 years ago
  91. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  92. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  93. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  94. a1e0367 Fix CHA test failures under some configurations. by Mingyao Yang · 8 years ago
  95. 169722b Add hooks to avoid collecting code for run-tests. by Nicolas Geoffray · 8 years ago
  96. 4e03c52 Revert "Revert "Try really hard for JIT in test 916"" by Alex Light · 8 years ago
  97. 4cddd03 Merge "Revert "Try really hard for JIT in test 916"" by Alex Light · 8 years ago
  98. ca4feac Revert "Try really hard for JIT in test 916" by Alex Light · 8 years ago
  99. 8799ea0 Merge "Try really hard for JIT in test 916" by Treehugger Robot · 8 years ago
  100. a64fa43 Try really hard for JIT in test 916 by Alex Light · 8 years ago