1. d95b7e1 Merge "ART: Faster PrettyMethod()." by Vladimir Marko · 7 years ago
  2. b8a55f8 ART: Faster PrettyMethod(). by Vladimir Marko · 7 years ago
  3. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  4. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 8 years ago
  5. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  6. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  7. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  8. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 8 years ago
  9. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 8 years ago
  10. 35e42f0 Only look for method optimization annotations in the bootstrap class loader. by Roland Levillain · 8 years ago
  11. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 8 years ago
  12. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  13. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  14. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  15. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  16. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 8 years ago
  17. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  18. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 8 years ago
  19. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 8 years ago
  20. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 8 years ago
  21. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  22. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  23. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  24. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  25. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 8 years ago
  26. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 8 years ago
  27. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  28. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  29. 60acc33 Merge "Remove special treatment of native method for CHA." by Mingyao Yang · 8 years ago
  30. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 8 years ago
  31. 37c8e5c Remove special treatment of native method for CHA. by Mingyao Yang · 8 years ago
  32. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 8 years ago
  33. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 8 years ago
  34. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  35. e8fcd01 Revert "Revert "CHA for abstract methods."" by Mingyao Yang · 8 years ago
  36. 888a59e Make jvmti tests runnable on the RI again. by Alex Light · 8 years ago
  37. 8ebc8bf Revert "CHA for abstract methods." by Colin Cross · 8 years ago
  38. ae6c189 CHA for abstract methods. by Mingyao Yang · 8 years ago
  39. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  40. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  41. e4cdd4d Merge "Address comments I missed on a previous CL" by Treehugger Robot · 8 years ago
  42. 0b77257 Address comments I missed on a previous CL by Alex Light · 8 years ago
  43. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  44. a01de59 Infrastructure for obsolete methods by Alex Light · 8 years ago
  45. a598b86 Merge "ART: Add dex::TypeIndex" by Treehugger Robot · 8 years ago
  46. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  47. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 8 years ago
  48. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  49. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  50. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  51. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  52. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  53. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  54. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  55. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  56. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  57. 6670bd2 Merge "Add support for Baker read barriers in SystemArrayCopy intrinsics." by Roland Levillain · 8 years ago
  58. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 8 years ago
  59. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  60. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  61. 479b1de ART: Remove PACKED from ArtMethod's ptr_sized_fields_ by Andreas Gampe · 9 years ago
  62. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 9 years ago
  63. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  64. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  65. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  66. 0122320 Break the debug cycle! by Aart Bik · 9 years ago
  67. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  68. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  69. de16654 Add some debugging for zygote crash. by Nicolas Geoffray · 9 years ago
  70. 2a524bd Dump more information to diagnose problem. by Nicolas Geoffray · 9 years ago
  71. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  72. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  73. 51a64d5 Make use of new method iterators. by Alex Light · 9 years ago
  74. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  75. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  76. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  77. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  78. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  79. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  80. 703c282 A generic jni method can be instrumented. by Nicolas Geoffray · 9 years ago
  81. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  82. 49e4396 A native method may be running and have the resolution stub. by Nicolas Geoffray · 9 years ago
  83. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  84. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  85. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  86. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  87. 1e9c1ff Merge "Use image pointer size for profile info" by Mathieu Chartier · 9 years ago
  88. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  89. f1fbd52 Rename parameter in ArtMethod::ToNativeQuickPc by David Brazdil · 9 years ago
  90. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 9 years ago
  91. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  92. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  93. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  94. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  95. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  96. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  97. ff73498 Revert "Revert "[MIPS] Use hard float calling convention for managed code"" by Goran Jakovljevic · 9 years ago
  98. 6e2d574 Revert "Fix deoptimization with pending exception" by Sebastien Hertz · 9 years ago
  99. 54b6248 Fix deoptimization with pending exception by Sebastien Hertz · 9 years ago
  100. 7fee84c Revert "[MIPS] Use hard float calling convention for managed code" by Vladimir Marko · 9 years ago