1. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  2. a4f5bf6 ART: Change huge-method warning in verifier by Andreas Gampe · 9 years ago
  3. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  4. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  5. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 10 years ago
  6. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  7. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  8. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  9. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 10 years ago
  10. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 10 years ago
  11. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 10 years ago
  12. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 10 years ago
  13. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  14. d7f8d05 ART: Save work-line for pending runtime failure by Andreas Gampe · 10 years ago
  15. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 10 years ago
  16. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  17. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  18. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  19. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  20. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  21. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 10 years ago
  22. d691045 Merge "Revert "Revert "Ensure void type is resolved when running without image""" by Andreas Gampe · 10 years ago
  23. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 10 years ago
  24. 76bd880 Revert "Revert "Ensure void type is resolved when running without image"" by Andreas Gampe · 10 years ago
  25. b3991da Merge "Add missing iget quick for bool, byte, char, short" by Mathieu Chartier · 10 years ago
  26. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  27. be6fa5e Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics. by Brian Carlstrom · 10 years ago
  28. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 10 years ago
  29. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 10 years ago
  30. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  31. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  32. 896df40 ART: Fix possible soft+hard failure in verifier by Andreas Gampe · 10 years ago
  33. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  34. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  35. 7c03810 ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  36. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  37. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  38. f731a78 Merge "ART: More verifier error output" by Andreas Gampe · 10 years ago
  39. 5ca2054 ART: More verifier error output by Andreas Gampe · 10 years ago
  40. cb3c08f ART: Do a pre-pass for monitor_enter dex pc search by Andreas Gampe · 10 years ago
  41. 5f09be9 Fix verifier crash in GetQuickFieldAccess(). by Hiroshi Yamauchi · 10 years ago
  42. 9bc6199 ART: Reject branch/switch/throw to move-result. by Stephen Kyle · 10 years ago
  43. 5cbcde2 ART: Fix method verifier dumping by Andreas Gampe · 10 years ago
  44. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  45. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  46. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  47. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  48. 7c438b1 Fix stale root error in verifier by Mathieu Chartier · 10 years ago
  49. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  50. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 10 years ago
  51. 376fa68 ART: Fix unchecked register index validity by Andreas Gampe · 10 years ago
  52. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  53. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  54. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  55. 1dbc3a9 Merge "ART: Reject field accesses to non-reference vregs." by Andreas Gampe · 10 years ago
  56. 695c598 ART: Reject field accesses to non-reference vregs. by Stephen Kyle · 10 years ago
  57. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  58. 78480ec ART: Fix verifier fail message. by Elena Sayapina · 10 years ago
  59. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  60. 0d08727 Make verifier identify unresolved methods as constructors by <init>. by Jeff Hao · 10 years ago
  61. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  62. 65c9db8 ART: Reject array-length on non-reference register by Andreas Gampe · 10 years ago
  63. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  64. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  65. 2a593a1 ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 10 years ago
  66. d4a6e5c Merge "ART: Also accept java.lang.Throwable as a catch-all handler." by Andreas Gampe · 10 years ago
  67. f91baf1 ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 10 years ago
  68. 00633eb ART: Make a soft failure in method verifier hard, add check by Andreas Gampe · 10 years ago
  69. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  70. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  71. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  72. b06a036 Merge "ART: Method verifier must check invoke-virtuals for non-zero args" by Andreas Gampe · 10 years ago
  73. c331431 ART: Method verifier must check invoke-virtuals for non-zero args by Andreas Gampe · 10 years ago
  74. 77cd4d6 ART: Method verifier needs to check 2-reg values by Andreas Gampe · 10 years ago
  75. 95c0bf8 ART: Make verifier check invocation args of unresolved methods by Andreas Gampe · 10 years ago
  76. 073ed9b ART: Ignore timing issues in debug builds by Andreas Gampe · 10 years ago
  77. 73d1f27 Merge "Don't verify runtime only opcodes in the data-flow phase of verification." by Ian Rogers · 10 years ago
  78. 5fb22a9 Don't verify runtime only opcodes in the data-flow phase of verification. by Ian Rogers · 10 years ago
  79. acc4d2f ART: Check the number of invocation args in verifier by Andreas Gampe · 10 years ago
  80. 3316ff5 Merge "ART: Invoke_virtual needs at least receiver parameter" by Andreas Gampe · 10 years ago
  81. 9f2b643 ART: Invoke_virtual needs at least receiver parameter by Andreas Gampe · 10 years ago
  82. e225662 ART: Do not allow quickened dex codes in compiler mode. by Andreas Gampe · 10 years ago
  83. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  84. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  85. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  86. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  87. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  88. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  89. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  90. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  91. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  92. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  93. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  94. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  95. a4cf1df Allow invoke-virtual-quick on interface types. by Ian Rogers · 10 years ago
  96. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 10 years ago
  97. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  98. da6e4fe Merge "Resolve method's argument reference types" by Sebastien Hertz · 10 years ago
  99. 2ed76f9 Resolve method's argument reference types by Sebastien Hertz · 10 years ago
  100. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 10 years ago