1. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 6 years ago
  2. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  3. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 6 years ago
  4. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
  5. 7e09737 Use ArtMethod::GetDexFile() instead of using declaring class. by Vladimir Marko · 7 years ago
  6. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  7. 5ad2e06 Revert^2 "ART: Scope localrefs for stackoverflow handling" by Andreas Gampe · 7 years ago
  8. 7132c96 Revert "ART: Scope localrefs for stackoverflow handling" by Nicolas Geoffray · 7 years ago
  9. f663dad ART: Scope localrefs for stackoverflow handling by Andreas Gampe · 7 years ago
  10. c0f02d4 Revert "Add Throwable.UNASSIGNED_STACK to well known fields" by Neil Fuller · 7 years ago
  11. d806686 Add Throwable.UNASSIGNED_STACK to well known fields by Paul Duffin · 7 years ago
  12. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 7 years ago
  13. f5c537e Add extra logging for bug 77342775. by Vladimir Marko · 7 years ago
  14. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 8 years ago
  15. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  16. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 7 years ago
  17. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  18. 7130744 ART: Clear any exception after resolution by Andreas Gampe · 7 years ago
  19. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  20. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 8 years ago
  21. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  22. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  23. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  24. 8c0961f Move missed files to libdexfile by David Sehr · 8 years ago
  25. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  26. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  27. e38ff66 Merge "Don't check the offset of a NPE for field accesses." by Nicolas Geoffray · 8 years ago
  28. 1344914 Don't check the offset of a NPE for field accesses. by Nicolas Geoffray · 8 years ago
  29. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  30. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  31. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  32. a7c83ac ART: Clean up WellKnownClasses include. by Andreas Gampe · 8 years ago
  33. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  34. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  35. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  36. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  37. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 9 years ago
  38. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  39. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  40. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 9 years ago
  41. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 9 years ago
  42. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  43. a303116 Merge "interpreter: support for non-exact invokes." by Treehugger Robot · 9 years ago
  44. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 9 years ago
  45. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 9 years ago
  46. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  47. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 9 years ago
  48. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  49. 953437b Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load."" by Vladimir Marko · 9 years ago
  50. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  51. 350cc99 Also add the monitor offset as a potential implicit NPE. by Nicolas Geoffray · 9 years ago
  52. 7f0ae73 Fix interpreter tests. by Nicolas Geoffray · 9 years ago
  53. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  54. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  55. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  56. ab880f4 Typos and stylistic fixes. by Roland Levillain · 9 years ago
  57. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 10 years ago
  58. 705ad49 Support directly invoking interface default methods by Alex Light · 10 years ago
  59. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 10 years ago
  60. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  61. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  62. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  63. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 10 years ago
  64. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  65. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  66. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  67. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  68. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 11 years ago
  69. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  70. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  71. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  72. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  73. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  74. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  75. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  76. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  77. 23a2821 Clean up access checks. by Vladimir Marko · 12 years ago
  78. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  79. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 12 years ago
  80. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  81. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  82. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/common_throws.cc]
  83. 56adf60 Adds ThrowAbstractMethodError to common throws. by Sebastien Hertz · 12 years ago
  84. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 12 years ago
  85. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  86. 75b2a4a Remove use of DecodedInstruction at runtime. by Sebastien Hertz · 12 years ago
  87. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  88. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  89. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  90. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  91. 137e88f Fast path interface dispatch. by Ian Rogers · 13 years ago
  92. 4445a7e Class clean-up. by Ian Rogers · 13 years ago
  93. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  94. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  95. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 13 years ago