1. ed20a4d Merge "Fix arm64 build warning (promoted to error)." by Dave Allison · 10 years ago
  2. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  3. 8be44cf Fix arm64 build warning (promoted to error). by Dave Allison · 10 years ago
  4. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  5. 91bb35c Merge "Make nested signal more generic" by Dave Allison · 10 years ago
  6. 5250180 Merge "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  7. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  8. 0c2894b Make nested signal more generic by Dave Allison · 10 years ago
  9. 217dc45 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." by Ian Rogers · 10 years ago
  10. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 10 years ago
  11. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 10 years ago
  12. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  13. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  14. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  15. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 10 years ago
  16. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 10 years ago
  17. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  18. a70343f Merge "Reduce lock contention when debugging" by Sebastien Hertz · 10 years ago
  19. 2cc4e2a Merge "Change native allocations to use growth limit." by Mathieu Chartier · 10 years ago
  20. 47e877a Merge "ART: Fix StubTest Interface Trampoline test" by Andreas Gampe · 10 years ago
  21. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 10 years ago
  22. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  23. 2013de5 Merge "Add missing read barriers to intern table." by Mathieu Chartier · 10 years ago
  24. fa6fe2d Merge "ART: Tighten verifier list reading and offsets" by Andreas Gampe · 10 years ago
  25. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 10 years ago
  26. c2bda53 Add missing read barriers to intern table. by Mathieu Chartier · 10 years ago
  27. 62bcfec Merge "Change intern table to unordered set." by Mathieu Chartier · 10 years ago
  28. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  29. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  30. 9a4f027 Merge "Reduce and speed-up class def searches." by Ian Rogers · 10 years ago
  31. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  32. b061cc1 ART: Fix typo by Andreas Gampe · 10 years ago
  33. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  34. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 10 years ago
  35. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  36. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  37. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 10 years ago
  38. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 10 years ago
  39. 500c421 Fix mips build for nested signal handler by Dave Allison · 10 years ago
  40. 7adb7ac Fix segfault if running without image. by Alex Light · 10 years ago
  41. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  42. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  43. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  44. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  45. 4eab643 Merge "Change /dalvik-cache to be owned by root." by Brian Carlstrom · 10 years ago
  46. f843a4f Merge "Honor the read barrier option in IRT::Get()." by Hiroshi Yamauchi · 10 years ago
  47. d84be7e Merge "Fix issue with Thread.setName hanging after Thread.start" by Brian Carlstrom · 10 years ago
  48. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  49. 0517f4d Honor the read barrier option in IRT::Get(). by Hiroshi Yamauchi · 10 years ago
  50. 0ed6c6f Merge "Move the glibc unlimited stack hack into GetThreadStack." by Elliott Hughes · 10 years ago
  51. 7895d55 Fix an assert failure in art::DumpNativeStack(). by Hiroshi Yamauchi · 10 years ago
  52. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  53. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 10 years ago
  54. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  55. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  56. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 10 years ago
  57. 83c1159 Merge "Avoid null pointer dereference when sending JDWP packets" by Sebastien Hertz · 10 years ago
  58. 6d3fc56 Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 10 years ago
  59. 60ed7da Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 10 years ago
  60. ae94e35 Ensure proxy constructor is in dex cache by Sebastien Hertz · 10 years ago
  61. 7064446 Merge "ART: Change temporaries to positive names" by Bill Buzbee · 10 years ago
  62. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  63. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  64. ff092c2 Merge changes Id3113019,I89c26a90 by Ian Rogers · 10 years ago
  65. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  66. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  67. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  68. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  69. 0b05ec6 Merge "ART: Improve error message on oat writer failure" by Andreas Gampe · 10 years ago
  70. d9efea6 ART: Improve error message on oat writer failure by Andreas Gampe · 10 years ago
  71. 3b6711f Merge "Fix usage of literals within a macro." by Ian Rogers · 10 years ago
  72. 48160e7 Fix usage of literals within a macro. by Ian Rogers · 10 years ago
  73. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  74. b7fbafd Merge "ART: kSuper also has IncompatibleClassChangeError" by Andreas Gampe · 10 years ago
  75. df73375 ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 10 years ago
  76. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 10 years ago
  77. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 10 years ago
  78. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  79. 0b50629 Merge "Fixed typo in entrypoint stub." by Mathieu Chartier · 10 years ago
  80. e8817b2 Fixed typo in entrypoint stub. by Fred Shih · 10 years ago
  81. 8850011 Remove an intermediate field array in ClassLinker::InitializeClass. by Hiroshi Yamauchi · 10 years ago
  82. 7713d10 Merge "Reduced memory usage of primitive fields smaller than 4-bytes" by Mathieu Chartier · 10 years ago
  83. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  84. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  85. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  86. a5a3ac9 Fix GC memory overhead accounting. by Mathieu Chartier · 10 years ago
  87. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  88. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  89. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  90. 65282b2 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  91. 1dbc3a9 Merge "ART: Reject field accesses to non-reference vregs." by Andreas Gampe · 10 years ago
  92. 695c598 ART: Reject field accesses to non-reference vregs. by Stephen Kyle · 10 years ago
  93. 19c62d5 Merge "Handlerize MethodVerifier::mirror_method_." by Hiroshi Yamauchi · 10 years ago
  94. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  95. 8e46772 Merge "Fix testing wrong variable for non zygote." by Mathieu Chartier · 10 years ago
  96. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  97. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  98. c0e3645 Merge "Fix fault handler to unregister on shutdown" by Dave Allison · 10 years ago
  99. 1a04fcd Merge "Remove profiler log line" by Dave Allison · 10 years ago
  100. 0616b6c Merge "Avoid handle-less fields in ClassLinker::InitializeClass()" by Hiroshi Yamauchi · 10 years ago