1. d063d91 Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 10 years ago
  2. 6be5a28 Merge "Small error reporting fix in class linker." by Vladimir Marko · 10 years ago
  3. c48b206 ART: Better error reporting on broken oat file by Andreas Gampe · 10 years ago
  4. c7376ca Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  5. 3851008 Merge "ART: Fix unchecked register index validity" by Andreas Gampe · 10 years ago
  6. 376fa68 ART: Fix unchecked register index validity by Andreas Gampe · 10 years ago
  7. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  8. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 10 years ago
  9. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  10. 6148d53 Merge "Delete double finalization hack." by Mathieu Chartier · 10 years ago
  11. 30c2e1b Small error reporting fix in class linker. by Vladimir Marko · 10 years ago
  12. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  13. 1f0437e Delete double finalization hack. by Mathieu Chartier · 10 years ago
  14. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  15. b143399 Merge "Revert "Revert "x86: Fix art_quick_instrumentation_exit""" by Andreas Gampe · 10 years ago
  16. 621962a Avoid recomputing the dex checksum during class loading by Calin Juravle · 10 years ago
  17. a8c55ae Remove unreachable code from class_linker.cc by Calin Juravle · 10 years ago
  18. 871bfdc Revert "Revert "x86: Fix art_quick_instrumentation_exit"" by Andreas Gampe · 10 years ago
  19. 62aa66f Revert "x86: Fix art_quick_instrumentation_exit" by Andreas Gampe · 10 years ago
  20. 5324dc8 x86: Fix art_quick_instrumentation_exit by Dmitry Petrochenko · 10 years ago
  21. ed20a4d Merge "Fix arm64 build warning (promoted to error)." by Dave Allison · 10 years ago
  22. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  23. 8be44cf Fix arm64 build warning (promoted to error). by Dave Allison · 10 years ago
  24. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  25. 91bb35c Merge "Make nested signal more generic" by Dave Allison · 10 years ago
  26. 5250180 Merge "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  27. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  28. 0c2894b Make nested signal more generic by Dave Allison · 10 years ago
  29. 217dc45 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." by Ian Rogers · 10 years ago
  30. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 10 years ago
  31. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 10 years ago
  32. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  33. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  34. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  35. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 10 years ago
  36. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 10 years ago
  37. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  38. a70343f Merge "Reduce lock contention when debugging" by Sebastien Hertz · 10 years ago
  39. 2cc4e2a Merge "Change native allocations to use growth limit." by Mathieu Chartier · 10 years ago
  40. 47e877a Merge "ART: Fix StubTest Interface Trampoline test" by Andreas Gampe · 10 years ago
  41. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 10 years ago
  42. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  43. 2013de5 Merge "Add missing read barriers to intern table." by Mathieu Chartier · 10 years ago
  44. fa6fe2d Merge "ART: Tighten verifier list reading and offsets" by Andreas Gampe · 10 years ago
  45. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 10 years ago
  46. c2bda53 Add missing read barriers to intern table. by Mathieu Chartier · 10 years ago
  47. 62bcfec Merge "Change intern table to unordered set." by Mathieu Chartier · 10 years ago
  48. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  49. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  50. 9a4f027 Merge "Reduce and speed-up class def searches." by Ian Rogers · 10 years ago
  51. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  52. b061cc1 ART: Fix typo by Andreas Gampe · 10 years ago
  53. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  54. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 10 years ago
  55. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  56. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  57. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 10 years ago
  58. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 10 years ago
  59. 500c421 Fix mips build for nested signal handler by Dave Allison · 10 years ago
  60. 7adb7ac Fix segfault if running without image. by Alex Light · 10 years ago
  61. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  62. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  63. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  64. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  65. 4eab643 Merge "Change /dalvik-cache to be owned by root." by Brian Carlstrom · 10 years ago
  66. f843a4f Merge "Honor the read barrier option in IRT::Get()." by Hiroshi Yamauchi · 10 years ago
  67. d84be7e Merge "Fix issue with Thread.setName hanging after Thread.start" by Brian Carlstrom · 10 years ago
  68. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  69. 0517f4d Honor the read barrier option in IRT::Get(). by Hiroshi Yamauchi · 10 years ago
  70. 0ed6c6f Merge "Move the glibc unlimited stack hack into GetThreadStack." by Elliott Hughes · 10 years ago
  71. 7895d55 Fix an assert failure in art::DumpNativeStack(). by Hiroshi Yamauchi · 10 years ago
  72. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  73. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 10 years ago
  74. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  75. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  76. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 10 years ago
  77. 83c1159 Merge "Avoid null pointer dereference when sending JDWP packets" by Sebastien Hertz · 10 years ago
  78. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  79. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  80. ae94e35 Ensure proxy constructor is in dex cache by Sebastien Hertz · 10 years ago
  81. 7064446 Merge "ART: Change temporaries to positive names" by Bill Buzbee · 10 years ago
  82. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  83. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  84. ff092c2 Merge changes Id3113019,I89c26a90 by Ian Rogers · 10 years ago
  85. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  86. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  87. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  88. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  89. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  90. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  91. 3b6711f Merge "Fix usage of literals within a macro." by Ian Rogers · 10 years ago
  92. 48160e7 Fix usage of literals within a macro. by Ian Rogers · 10 years ago
  93. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  94. b7fbafd Merge "ART: kSuper also has IncompatibleClassChangeError" by Andreas Gampe · 10 years ago
  95. df73375 ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 10 years ago
  96. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 10 years ago
  97. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 10 years ago
  98. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  99. 0b50629 Merge "Fixed typo in entrypoint stub." by Mathieu Chartier · 10 years ago
  100. e8817b2 Fixed typo in entrypoint stub. by Fred Shih · 10 years ago