1. 13e3c6d ART: Change ART for new native bridge sequence by Andreas Gampe · 11 years ago
  2. 2c63eee Merge "Fix numerous issues with DdmVmInternal allocation tracking" into lmp-dev by Brian Carlstrom · 11 years ago
  3. f4cb036 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 11 years ago
  4. b100ff4 Merge "Avoid recomputing the dex checksum during class loading" into lmp-dev by Calin Juravle · 11 years ago
  5. ca34593 Avoid recomputing the dex checksum during class loading by Calin Juravle · 11 years ago
  6. cb7c0e9 Ensure alternate signal stack is minimum size. by Ian Rogers · 11 years ago
  7. bbcd0a7 Merge "Fix heap trimmer daemon sleeping." into lmp-dev by Mathieu Chartier · 11 years ago
  8. 698b446 Fix heap trimmer daemon sleeping. by Mathieu Chartier · 11 years ago
  9. 57f2bbd ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 11 years ago
  10. 607dcd8 Merge "ART: Fix computation of frame size for direct proxy methods" into lmp-dev by Ian Rogers · 11 years ago
  11. 481458d ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 11 years ago
  12. e1a8662 Merge "Fix native allocation watermark clamping." into lmp-dev by Mathieu Chartier · 11 years ago
  13. 4c7fc59 Fix native allocation watermark clamping. by Mathieu Chartier · 11 years ago
  14. c497825 Merge "Add exception check to AllocateInternalWithGc" into lmp-dev by Mathieu Chartier · 11 years ago
  15. 6b28a45 Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 11 years ago
  16. 98d43cb Add exception check to AllocateInternalWithGc by Mathieu Chartier · 11 years ago
  17. ff4cfe0 Fix SetupResourceMasks to pass correct parameters by Junmo Park · 11 years ago
  18. f72fd02 Merge "Quick compiler: disable GVN DO NOT MERGE" into lmp-dev by buzbee · 11 years ago
  19. 4c4f4da Quick compiler: disable GVN DO NOT MERGE by buzbee · 11 years ago
  20. c60bdf6 Fix native allocation test. by Mathieu Chartier · 11 years ago
  21. 4d05d93 Merge "ART: Fix read-out-of-bounds in the compiler" into lmp-dev by Andreas Gampe · 11 years ago
  22. 635531a Merge "Change native allocations to use growth limit." into lmp-dev by Mathieu Chartier · 11 years ago
  23. d9819ec Change native allocations to use growth limit. by Mathieu Chartier · 11 years ago
  24. 37bb818 Merge "Pre-allocate the NoClassDefFoundError to be thrown for boot classes." into lmp-dev by Ian Rogers · 11 years ago
  25. 9db18e1 Merge "Reduce and speed-up class def searches." into lmp-dev by Ian Rogers · 11 years ago
  26. e610faf Merge "ART: Tighten verifier list reading and offsets" into lmp-dev by Andreas Gampe · 11 years ago
  27. 79cfc0e Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 11 years ago
  28. cc2f239 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  29. 23590fd Merge "Change intern table to unordered set." into lmp-dev by Mathieu Chartier · 11 years ago
  30. 8bd2961 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 11 years ago
  31. 78d639e ART: Tighten verifier list reading and offsets by Andreas Gampe · 11 years ago
  32. b373ba1 ART: Fix typo by Andreas Gampe · 11 years ago
  33. 277a7c7 ART: Fix dex file verifier type-list handling by Andreas Gampe · 11 years ago
  34. d910fce Change intern table to unordered set. by Mathieu Chartier · 11 years ago
  35. 20632da Merge "Add native memory accounting through custom allocator." into lmp-dev by Mathieu Chartier · 11 years ago
  36. 5369c40 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  37. 9bf1b08 Merge "Fix mips build for nested signal handler" into lmp-dev by Dave Allison · 11 years ago
  38. 5a18dde Fix mips build for nested signal handler by Dave Allison · 11 years ago
  39. 496cd33 Fix segfault if running without image. by Alex Light · 11 years ago
  40. 2cc42e3 Merge "Quick compiler: Fix MIPS build" into lmp-dev by buzbee · 11 years ago
  41. b41b93a Quick compiler: Fix MIPS build by buzbee · 11 years ago
  42. 8ac3356 Avoid null pointer dereference when sending JDWP packets by Sebastien Hertz · 11 years ago
  43. 6a6a896 Fix Mac build by Brian Carlstrom · 11 years ago
  44. 6c050b5 Fix incorect variable name. by Alex Light · 11 years ago
  45. 1f01981 Change /dalvik-cache to be owned by root. by Alex Light · 11 years ago
  46. e6caf04 Merge "Fix issue with Thread.setName hanging after Thread.start" into lmp-dev by Brian Carlstrom · 11 years ago
  47. 7654123 Merge "Ensure proxy constructor is in dex cache" into lmp-dev by Brian Carlstrom · 11 years ago
  48. 679c3ce Merge "Prevent exception bugs in class linker" into lmp-dev by Mathieu Chartier · 11 years ago
  49. 440d3da Ensure proxy constructor is in dex cache by Sebastien Hertz · 11 years ago
  50. 37c1645 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 11 years ago
  51. 58c016c Prevent exception bugs in class linker by Mathieu Chartier · 11 years ago
  52. 5b41c2a Merge "Actually ask the pthread implementation for the stack guard size." into lmp-dev by Elliott Hughes · 11 years ago
  53. d1e4e73 Merge "Revert "Avoid using NanoTime for compiler and verifier"" into lmp-dev by Ian Rogers · 11 years ago
  54. cd7a048 Merge "Support booting without functioning boot.oat/art patchoat." into lmp-dev by Brian Carlstrom · 11 years ago
  55. 307091d Actually ask the pthread implementation for the stack guard size. by Elliott Hughes · 11 years ago
  56. 6dd35cc Revert "Avoid using NanoTime for compiler and verifier" by Ian Rogers · 11 years ago
  57. 074c8c6 Merge "Avoid using NanoTime for compiler and verifier" into lmp-dev by Mathieu Chartier · 11 years ago
  58. c89e6ed Avoid using NanoTime for compiler and verifier by Mathieu Chartier · 11 years ago
  59. ade7318 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 11 years ago
  60. fb77759 Support booting without functioning boot.oat/art patchoat. by Alex Light · 11 years ago
  61. 52fb2a6 Merge "Handle nested signals" into lmp-dev by Dave Allison · 11 years ago
  62. b68c6e5 Reduce interpret-only compile time. by Mathieu Chartier · 11 years ago
  63. fabe91e Handle nested signals by Dave Allison · 11 years ago
  64. f59b605 Merge "Fix race condition in TransitionCollector." into lmp-dev by Mathieu Chartier · 11 years ago
  65. de2233b Fix race condition in TransitionCollector. by Mathieu Chartier · 11 years ago
  66. ccb1a5d ART: Reject field accesses to non-reference vregs. by Stephen Kyle · 11 years ago
  67. 506bcfc Merge "Map heap maps at a lower address." into lmp-dev by Mathieu Chartier · 11 years ago
  68. b2634e9 Merge "ART: kSuper also has IncompatibleClassChangeError" into lmp-dev by Andreas Gampe · 11 years ago
  69. 7f28597 Merge "ART: Fix IncompatibleClassChange check for ArtMethod" into lmp-dev by Andreas Gampe · 11 years ago
  70. 83182ed Merge "Reduce lock contention when debugging" into lmp-dev by Sebastien Hertz · 11 years ago
  71. cb50ed4 Merge "Quick compiler: fix DCHECK" into lmp-dev by buzbee · 11 years ago
  72. 118785c CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 11 years ago
  73. 9cb8d7a ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 11 years ago
  74. 249907f ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 11 years ago
  75. eac98d7 Merge "Reduce GC log spam." into lmp-dev by Mathieu Chartier · 11 years ago
  76. 0ab56e9 Reduce GC log spam. by Mathieu Chartier · 11 years ago
  77. 18bacb6 Map heap maps at a lower address. by Mathieu Chartier · 11 years ago
  78. 28b066a Quick compiler: fix DCHECK by buzbee · 11 years ago
  79. 0699fbf Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 11 years ago
  80. 507e618 Support running without a boot image. by Alex Light · 11 years ago
  81. 73aa0b0 Merge "Fix GC memory overhead accounting." into lmp-dev by Mathieu Chartier · 11 years ago
  82. 83a2192 Merge "Add fallback for non moving space being full." into lmp-dev by Mathieu Chartier · 11 years ago
  83. 4c5a469 Add fallback for non moving space being full. by Mathieu Chartier · 11 years ago
  84. 1e4fbd8 Merge "Using the correct time for wait_start_ms when lock contention logging is enabled" into lmp-dev by Ian Rogers · 11 years ago
  85. b894a19 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 11 years ago
  86. 2e290fb Fix GC memory overhead accounting. by Mathieu Chartier · 11 years ago
  87. 1f8ea04 Merge "ART: Allow uninitialized runtime in oat code" into lmp-dev by Andreas Gampe · 11 years ago
  88. fd684f6 Merge "Always setup the native bridge library" into lmp-dev by Calin Juravle · 11 years ago
  89. 84a9ba1 Merge "Fix testing wrong variable for non zygote." into lmp-dev by Mathieu Chartier · 11 years ago
  90. a12c2a9 Fix testing wrong variable for non zygote. by Mathieu Chartier · 11 years ago
  91. 59d9d66 Reduce lock contention when debugging by Sebastien Hertz · 11 years ago
  92. ccdd4a5 Always setup the native bridge library by Calin Juravle · 11 years ago
  93. b9eb15b ART: Allow uninitialized runtime in oat code by Andreas Gampe · 11 years ago
  94. e246f33 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 11 years ago
  95. 96add97 Optimized instrumentation listener handling by Daniel Mihalyi · 11 years ago
  96. 39c2a37 Merge "Fix fugu build" into lmp-dev by Dave Allison · 11 years ago
  97. b9d6a55 Fix fugu build by Dave Allison · 11 years ago
  98. 574758e Merge "Make a couple of map checks debug only." into lmp-dev by Brian Carlstrom · 11 years ago
  99. bddaea2 Make a couple of map checks debug only. by Narayan Kamath · 11 years ago
  100. b9c3888 Remove profiler log line by Dave Allison · 11 years ago