1. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 10 years ago
  2. 619a457 Change hash set to use noexcept by Mathieu Chartier · 10 years ago
  3. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 10 years ago
  4. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 10 years ago
  5. 9f168cc Merge "Only log excessive timeouts if those appear accidental" by Hans Boehm · 10 years ago
  6. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 10 years ago
  7. fe76a62 Only log excessive timeouts if those appear accidental by Hans Boehm · 10 years ago
  8. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 10 years ago
  9. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 10 years ago
  10. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 10 years ago
  11. f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 10 years ago
  12. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 10 years ago
  13. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 10 years ago
  14. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 10 years ago
  15. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 10 years ago
  16. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 10 years ago
  17. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 10 years ago
  18. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 10 years ago
  19. ebd4869 Merge "Verify encoded stack maps in debug builds." by David Srbecky · 10 years ago
  20. 1bbdfd7 Verify encoded stack maps in debug builds. by David Srbecky · 10 years ago
  21. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 10 years ago
  22. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 10 years ago
  23. e4c77b4 Merge "Dex-wide ArenaPool scoping for AOT compilation" by Vladimir Marko · 10 years ago
  24. a5502e3 Merge "Revert "Add profman tool: responsible to process profiles"" by Nicolas Geoffray · 10 years ago
  25. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 10 years ago
  26. b7f9aa8 Merge "Add profman tool: responsible to process profiles" by Calin Juravle · 10 years ago
  27. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 10 years ago
  28. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 10 years ago
  29. ca76a1a Dex-wide ArenaPool scoping for AOT compilation by Jean-Philippe Halimi · 10 years ago
  30. 98e6ce4 Remove string init map. by Nicolas Geoffray · 10 years ago
  31. 8817760 Clean up register line by Mathieu Chartier · 10 years ago
  32. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 10 years ago
  33. 4fb3a42 ART: Fix ArenaStack::AllocWithMemoryTool(). by Vladimir Marko · 10 years ago
  34. 24868a1 Share DWARF .debug_abbrev sections. by David Srbecky · 10 years ago
  35. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  36. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  37. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  38. f74388d Merge "Improve profile processing" by Calin Juravle · 10 years ago
  39. 877fd96 Improve profile processing by Calin Juravle · 10 years ago
  40. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  41. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 10 years ago
  42. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 10 years ago
  43. 93e8edd Fix bogus logging statement. by Narayan Kamath · 10 years ago
  44. 2994605 Fix lock ordering violation by Mathieu Chartier · 10 years ago
  45. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 10 years ago
  46. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  47. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 10 years ago
  48. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  49. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  50. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 10 years ago
  51. 976af0a Merge "ART: Add FdFile::Copy() to copy data from another file." by Vladimir Marko · 10 years ago
  52. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 10 years ago
  53. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 10 years ago
  54. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 10 years ago
  55. 208a5cb Store class tables in the image by Mathieu Chartier · 10 years ago
  56. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  57. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  58. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 10 years ago
  59. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  60. fda0432 ART: Add comments to Scoped-/ArenaAllocator. by Vladimir Marko · 10 years ago
  61. 7500193 ART: Fix arena allocation for valgrind. by Vladimir Marko · 10 years ago
  62. 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 10 years ago
  63. a190645 Remove extra space at end of line in output. by Christopher Ferris · 10 years ago
  64. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 10 years ago
  65. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 10 years ago
  66. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 10 years ago
  67. 05ff5a4 Make dchecked_vector C++11 compatible. by Dan Albert · 10 years ago
  68. c482d38 Add HashSet::Reserve by Mathieu Chartier · 10 years ago
  69. de40d47 Use arenas for the verifier by Mathieu Chartier · 10 years ago
  70. 784e790 ART: Support trivially-destructible arrays in ArenaUniquePtr by Andreas Gampe · 10 years ago
  71. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 10 years ago
  72. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 10 years ago
  73. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago
  74. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 10 years ago
  75. 3ae313d Merge "Change hash table load factors" by Mathieu Chartier · 10 years ago
  76. 32cc9ee Change hash table load factors by Mathieu Chartier · 10 years ago
  77. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  78. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 10 years ago
  79. 589dac7 load store elimination. by Mingyao Yang · 10 years ago
  80. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  81. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 10 years ago
  82. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  83. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 10 years ago
  84. 1441207 Merge "Revert "Disable clang optimization to boot up on arm64."" by Chih-hung Hsieh · 10 years ago
  85. df1ccff Revert "Disable clang optimization to boot up on arm64." by Chih-hung Hsieh · 10 years ago
  86. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 10 years ago
  87. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 10 years ago
  88. 35ef974 Merge "ART: Mark deallocated arena memory as inaccessible." by Vladimir Marko · 10 years ago
  89. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 10 years ago
  90. 2a408a3 ART: Mark deallocated arena memory as inaccessible. by Vladimir Marko · 10 years ago
  91. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 10 years ago
  92. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 10 years ago
  93. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 10 years ago
  94. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 10 years ago
  95. 76c92ac Optimizing: Allow storing value objects in containers. by Vladimir Marko · 10 years ago
  96. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 10 years ago
  97. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  98. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  99. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 10 years ago
  100. 68cad90 Remove unnecessary std::move from variant_map.h by Pirama Arumuga Nainar · 10 years ago