1. f6dd829 ART: Enforce arena alignment in Realloc by Andreas Gampe · 9 years ago
  2. 9826c3e Add newline for INTERNAL_FATAL automatically by Mathieu Chartier · 9 years ago
  3. 346285b Merge changes I852b4daf,Id648eaed by Treehugger Robot · 9 years ago
  4. 7cbd27f Adjust spacing before NOLINT comments in ART. by Roland Levillain · 9 years ago
  5. 7233c7e Create a basic agent loading framework. by Alex Light · 9 years ago
  6. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 9 years ago
  7. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 9 years ago
  8. b64decd Fix setting FdFile::ReadOnlyMode() flag by David Brazdil · 9 years ago
  9. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  10. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 9 years ago
  11. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  12. 33ee120 Add arena stack and priority queue type aliases by Matthew Gharrity · 9 years ago
  13. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 9 years ago
  14. df87892 ART: Add FdFile constructors by Andreas Gampe · 10 years ago
  15. 9f5f8ac Special case the suspend to runnable transition when locking. by Nicolas Geoffray · 9 years ago
  16. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  17. 347eff2 Merge "Don't use dlopen on host for already loaded oat files." by Richard Uhler · 9 years ago
  18. 1704a18 Merge "ART: Print jit memory use only if we have samples" by Aart Bik · 9 years ago
  19. a206c74 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 9 years ago
  20. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  21. 3e80aeb ART: Print jit memory use only if we have samples by Pavel Vyssotski · 9 years ago
  22. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  23. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  24. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 9 years ago
  25. c7ed09b ART: Log all monitor operations to systrace by Andreas Gampe · 9 years ago
  26. 3f84f2c Fix valgrind tests: mark allocated space as defined. by Vladimir Marko · 9 years ago
  27. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 9 years ago
  28. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 9 years ago
  29. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  30. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 9 years ago
  31. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  32. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  33. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  34. d58b837 Allocate code generators on the arena. by Vladimir Marko · 9 years ago
  35. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  36. 619a457 Change hash set to use noexcept by Mathieu Chartier · 9 years ago
  37. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  38. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  39. 9f168cc Merge "Only log excessive timeouts if those appear accidental" by Hans Boehm · 9 years ago
  40. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  41. fe76a62 Only log excessive timeouts if those appear accidental by Hans Boehm · 9 years ago
  42. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  43. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  44. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  45. f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 9 years ago
  46. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  47. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 9 years ago
  48. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  49. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  50. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 9 years ago
  51. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  52. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  53. ebd4869 Merge "Verify encoded stack maps in debug builds." by David Srbecky · 9 years ago
  54. 1bbdfd7 Verify encoded stack maps in debug builds. by David Srbecky · 9 years ago
  55. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 9 years ago
  56. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  57. e4c77b4 Merge "Dex-wide ArenaPool scoping for AOT compilation" by Vladimir Marko · 9 years ago
  58. a5502e3 Merge "Revert "Add profman tool: responsible to process profiles"" by Nicolas Geoffray · 9 years ago
  59. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago
  60. b7f9aa8 Merge "Add profman tool: responsible to process profiles" by Calin Juravle · 9 years ago
  61. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 9 years ago
  62. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 9 years ago
  63. ca76a1a Dex-wide ArenaPool scoping for AOT compilation by Jean-Philippe Halimi · 9 years ago
  64. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  65. 8817760 Clean up register line by Mathieu Chartier · 9 years ago
  66. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 9 years ago
  67. 4fb3a42 ART: Fix ArenaStack::AllocWithMemoryTool(). by Vladimir Marko · 9 years ago
  68. 24868a1 Share DWARF .debug_abbrev sections. by David Srbecky · 9 years ago
  69. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  70. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  71. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  72. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  73. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  74. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  75. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  76. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  77. 93e8edd Fix bogus logging statement. by Narayan Kamath · 9 years ago
  78. 2994605 Fix lock ordering violation by Mathieu Chartier · 9 years ago
  79. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 9 years ago
  80. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  81. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
  82. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  83. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  84. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  85. 976af0a Merge "ART: Add FdFile::Copy() to copy data from another file." by Vladimir Marko · 9 years ago
  86. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 9 years ago
  87. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 9 years ago
  88. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 9 years ago
  89. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  90. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  91. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  92. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 9 years ago
  93. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  94. fda0432 ART: Add comments to Scoped-/ArenaAllocator. by Vladimir Marko · 9 years ago
  95. 7500193 ART: Fix arena allocation for valgrind. by Vladimir Marko · 9 years ago
  96. 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 10 years ago
  97. a190645 Remove extra space at end of line in output. by Christopher Ferris · 9 years ago
  98. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  99. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 9 years ago
  100. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 9 years ago